Adopt Agent Plugins 1.0.0 portable format - #1
Open
AvdLee wants to merge 1 commit into
Open
Conversation
Add a root plugin.json manifest and move the skill to the canonical skills/xcode-disk-cleanup/ location per the Agent Plugins specification (https://agent-plugins.org). A symlink at the old root path keeps existing clones and scripts working until the next major version. Adds the previously missing Cursor plugin manifest, aligns all wrapper versions at 1.1.0 (agents/openai.yaml had drifted to 0.2.0), and adds ChatGPT desktop interface metadata to the skill.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
plugin.jsonmanifest and moves the skill to the canonicalskills/xcode-disk-cleanup/location per the Agent Plugins 1.0.0 specification, the vendor-neutral packaging standard backed by Amazon, Cursor, Microsoft, OpenAI, and Vercel. Compatible clients (including Cursor) now discover the skill with zero client-specific configuration.xcode-disk-cleanup/root path preserves existing clones and scripts (removal planned for the next major version), and all client wrappers are updated in the same release..cursor-plugin/plugin.json(with logo, ready for Cursor Marketplace submission) and fixes version drift:agents/openai.yamlwas at 0.2.0 while the Claude manifest was at 1.0.0 — everything now agrees on 1.1.0.Test plan
python3 -m unittest discover -s tests— 25 tests pass with the new script pathpython3 -m compileall skills/xcode-disk-cleanup/scripts testspasses (mirrors validate.yml)~/.cursor/plugins/localand confirm skill discovery