Description
The marketplace name field in .claude-plugin/marketplace.json is set to "Context Engine by Augmentcode", which contains spaces.
Claude Code's /plugin command validates marketplace names and requires kebab-case:
Invalid schema: .claude-plugin/marketplace.json name: Marketplace name cannot contain spaces.
Use kebab-case (e.g., "my-marketplace")
Steps to Reproduce
- Open Claude Code
- Run
/plugin
- Select "Add Marketplace"
- Enter
augmentcode/context-engine-plugin
- Observe the validation error
Expected Behavior
The marketplace should install successfully.
Suggested Fix
Change the name field from "Context Engine by Augmentcode" to "context-engine-by-augmentcode" (or similar kebab-case name).
Fix submitted in #1.