Skip to content

feat: plugin manifests for Codex, Claude, Kiro, Gemini + install fixes#43

Open
varkart wants to merge 5 commits into
mainfrom
feature/plugin-manifests
Open

feat: plugin manifests for Codex, Claude, Kiro, Gemini + install fixes#43
varkart wants to merge 5 commits into
mainfrom
feature/plugin-manifests

Conversation

@varkart

@varkart varkart commented Jun 24, 2026

Copy link
Copy Markdown
Owner

Summary

  • .codex-plugin/plugin.json — updated to full openai/plugins schema: author, interface, longDescription, capabilities, defaultPrompt
  • agents/openai.yaml — new Codex display metadata (display_name, short_description, default_prompt)
  • .claude-plugin/plugin.json — updated to multica-ai marketplace format: author object, skills: ["."]
  • .claude-plugin/marketplace.json — updated to proper plugins[] array format
  • POWER.md — new Kiro dynamic activation file with keyword frontmatter; references SKILL.md rather than duplicating it
  • .kiro/rules/.kiro/steering/ — renamed to correct Kiro project-level path
  • README.md — all 5 tools now use consistent git clone install pattern

References

Test plan

  • Verify git clone ... ~/.claude/skills/visualcave still loads SKILL.md correctly in Claude Code
  • Verify git clone ... ~/.codex/skills/visualcave loads in Codex CLI
  • Verify git clone ... ~/.gemini/extensions/visualcave loads extension
  • Verify git clone ... ~/.kiro/skills/visualcave loads in Kiro
  • Verify .kiro/steering/visualcave.md present at correct path
  • Verify POWER.md has valid frontmatter keywords

varkart added 5 commits June 23, 2026 19:58
- .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)
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