Skip to content

Adopt Agent Plugins 1.0.0 portable format - #1

Open
AvdLee wants to merge 1 commit into
mainfrom
agent-plugins-format
Open

Adopt Agent Plugins 1.0.0 portable format#1
AvdLee wants to merge 1 commit into
mainfrom
agent-plugins-format

Conversation

@AvdLee

@AvdLee AvdLee commented Aug 7, 2026

Copy link
Copy Markdown
Owner

Summary

  • Adds a root plugin.json manifest and moves the skill to the canonical skills/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.
  • Keeps full backwards compatibility: a symlink at the old 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.
  • Adds the previously missing .cursor-plugin/plugin.json (with logo, ready for Cursor Marketplace submission) and fixes version drift: agents/openai.yaml was at 0.2.0 while the Claude manifest was at 1.0.0 — everything now agrees on 1.1.0.
  • Adds skill-level ChatGPT desktop interface metadata (display name, icons, brand color) and updates test, CI, and doc paths to the new location.

Test plan

  • python3 -m unittest discover -s tests — 25 tests pass with the new script path
  • python3 -m compileall skills/xcode-disk-cleanup/scripts tests passes (mirrors validate.yml)
  • Structure validated against the Agent Plugins 1.0.0 spec — 0 errors, 0 warnings
  • Load locally in Cursor from ~/.cursor/plugins/local and confirm skill discovery
  • Reinstall via Claude Code marketplace and confirm the skill resolves from the new path

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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant