We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
The marketplace name field in .claude-plugin/marketplace.json is set to "Context Engine by Augmentcode", which contains spaces.
name
.claude-plugin/marketplace.json
"Context Engine by Augmentcode"
Claude Code's /plugin command validates marketplace names and requires kebab-case:
/plugin
Invalid schema: .claude-plugin/marketplace.json name: Marketplace name cannot contain spaces. Use kebab-case (e.g., "my-marketplace")
augmentcode/context-engine-plugin
The marketplace should install successfully.
Change the name field from "Context Engine by Augmentcode" to "context-engine-by-augmentcode" (or similar kebab-case name).
"context-engine-by-augmentcode"
Fix submitted in #1.