Skip to content

Fix plugin marketplace compliance#12

Merged
harrymunro merged 2 commits intomainfrom
plugin
Feb 13, 2026
Merged

Fix plugin marketplace compliance#12
harrymunro merged 2 commits intomainfrom
plugin

Conversation

@harrymunro
Copy link
Owner

@harrymunro harrymunro commented Feb 13, 2026

Summary

  • Fix marketplace.json schema compliance: move description to metadata.description, remove undocumented $schema field
  • Remove redundant skills and agents path declarations from plugin.json (auto-discovered by convention)
  • Replace agents/openai.yaml with agents/nelson.md using the required Markdown + YAML frontmatter format
  • Update README: fix file tree (add missing commendations.md and crew-briefing.md, rename agent file), correct install command to nelson@nelson-marketplace

Test plan

  • Run /plugin validate . against the repo
  • Install from scratch: /plugin marketplace add harrymunro/nelson then /plugin install nelson@nelson-marketplace
  • Verify /nelson invokes the skill correctly
  • Verify the agent appears in /agents

- Move marketplace description to metadata.description per schema
- Remove undocumented $schema field from marketplace.json
- Remove redundant skills/agents path declarations from plugin.json
- Replace agents/openai.yaml with agents/nelson.md (Markdown format)
- Add missing commendations.md and crew-briefing.md to README file tree
- Fix install command to use marketplace-qualified name
@harrymunro harrymunro merged commit bc65c95 into main Feb 13, 2026
5 checks passed
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