Adopt Agent Plugins 1.0.0 portable format - #78
Merged
Conversation
Add a root plugin.json manifest and move the skill to the canonical skills/swiftui-expert-skill/ 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. Aligns all wrapper versions at 4.1.0 (agents/openai.yaml had drifted to 2.2.0), adds ChatGPT desktop interface metadata to the skill, and updates the release workflow to bump every manifest.
Adds the Codex plugin manifest with listing metadata, PNG icons for the portal (raw GitHub URLs cannot serve SVGs or symlinks), bumps the release workflow to version all manifests including .codex-plugin, and restructures the README around the primary install paths with the remaining clients moved to INSTALLATION.md.
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/swiftui-expert-skill/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.swiftui-expert-skill/root path preserves existing clones and scripts (removal planned for the next major version), and all client wrappers (Claude, Cursor, Codex, pi) are updated in the same release.agents/openai.yamlwas stuck at 2.2.0 while plugin manifests were at 4.0.0 — everything now agrees on 4.1.0, and the release workflow bumps every manifest going forward.homepagefield to the Cursor manifest. Updates test, CI, and doc paths to the new location; the repo-maintenance skill under.agents/skills/intentionally stays outsideskills/so clients don't distribute it.Test plan
python3 -m unittest discover -s tests— 3 tests pass with the new script pathSKILL.mdpaths and agree on version 4.1.0~/.cursor/plugins/localand confirm skill discovery