feat: plugin manifests for Codex, Claude, Kiro, Gemini + install fixes#43
Open
varkart wants to merge 5 commits into
Open
feat: plugin manifests for Codex, Claude, Kiro, Gemini + install fixes#43varkart wants to merge 5 commits into
varkart wants to merge 5 commits into
Conversation
- .codex-plugin/plugin.json: full openai/plugins schema (author, interface, capabilities) - agents/openai.yaml: Codex display metadata - .claude-plugin/plugin.json: Claude marketplace format with skills pointer - .claude-plugin/marketplace.json: Claude marketplace listing - POWER.md: Kiro dynamic activation with keyword frontmatter - .kiro/rules/ → .kiro/steering/: correct Kiro project-level path - README: git clone install instructions for all 5 tools
- plugin.json at root (agy native format) - .agents/plugins/marketplace.json for marketplace install - README: agy install instructions (local + marketplace)
96beb48 to
7d2bfa7
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
.codex-plugin/plugin.json— updated to fullopenai/pluginsschema:author,interface,longDescription,capabilities,defaultPromptagents/openai.yaml— new Codex display metadata (display_name,short_description,default_prompt).claude-plugin/plugin.json— updated tomultica-aimarketplace format:authorobject,skills: ["."].claude-plugin/marketplace.json— updated to properplugins[]array formatPOWER.md— new Kiro dynamic activation file with keyword frontmatter; referencesSKILL.mdrather than duplicating it.kiro/rules/→.kiro/steering/— renamed to correct Kiro project-level pathREADME.md— all 5 tools now use consistentgit cloneinstall patternReferences
Test plan
git clone ... ~/.claude/skills/visualcavestill loads SKILL.md correctly in Claude Codegit clone ... ~/.codex/skills/visualcaveloads in Codex CLIgit clone ... ~/.gemini/extensions/visualcaveloads extensiongit clone ... ~/.kiro/skills/visualcaveloads in Kiro.kiro/steering/visualcave.mdpresent at correct path