Skip to content

fix: use kebab-case for marketplace name#1

Open
harshav167 wants to merge 1 commit intoaugmentcode:mainfrom
mailshieldai:fix/marketplace-name-kebab-case
Open

fix: use kebab-case for marketplace name#1
harshav167 wants to merge 1 commit intoaugmentcode:mainfrom
mailshieldai:fix/marketplace-name-kebab-case

Conversation

@harshav167
Copy link

Summary

  • The marketplace name field in .claude-plugin/marketplace.json contains spaces ("Context Engine by Augmentcode"), which causes Claude Code's /plugin command to reject it with:

    Marketplace name cannot contain spaces. Use kebab-case (e.g., "my-marketplace")

  • Changed to "context-engine-by-augmentcode" to comply with the schema validation

Test plan

  • Run /plugin in Claude Code and add augmentcode/context-engine-plugin — should no longer error on name validation

🤖 Generated with Claude Code

Claude Code's /plugin command requires marketplace names to be in
kebab-case without spaces. The current name "Context Engine by
Augmentcode" causes a validation error:

  "Marketplace name cannot contain spaces. Use kebab-case"

Changed to "context-engine-by-augmentcode" to comply with the schema.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
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