Propose Codex plugin marketplace structure#474
Open
breno12321 wants to merge 1 commit into
Open
Conversation
68195b9 to
aaae1f4
Compare
aaae1f4 to
2e1456a
Compare
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
This PR proposes a Codex plugin layer for the existing skills catalog.
It adds:
.agents/plugins/marketplace.jsonwith 14 proposed plugin entriesplugins/.codex-plugin/plugin.jsonmetadata for each proposed pluginplugins/<plugin>/skills/<skill>entries back to the canonicalskills/catalogThe intent is to make the plugin boundaries reviewable without duplicating the skill content. If the release path requires self-contained plugin archives, the symlinks can be materialized into copied skill folders before ingestion validation or packaging.
Proposed Plugin Groups
openai-codex-toolsmithopenai-developersfigmagithubopenai-deployvercelopenai-web-automationopenai-creative-mediaopenai-documents-lablinearnotionopenai-app-frameworksopenai-securitysentryValidation
jq empty .agents/plugins/marketplace.jsonjq empty plugins/*/.codex-plugin/plugin.jsongit diff --checkNote: the local bundled Python plugin validator could not run in this environment because
python3is missingPyYAML. The docs call out that symlinked wrappers should be materialized into copied skill folders before validating a self-contained plugin archive, especially for skills with agent icon assets.AI Involvement
.agentsmarketplace metadata, created plugin wrapper manifests and symlink layout, documented the structure and validation caveats.