Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

fix: use kebab-case for marketplace name#1

Open
harshav167 wants to merge 1 commit intoaugmentcode:mainaugmentcode/context-engine-plugin:mainfrom
mailshieldai:fix/marketplace-name-kebab-casemailshieldai/context-engine-plugin:fix/marketplace-name-kebab-caseCopy head branch name to clipboard
Open

fix: use kebab-case for marketplace name#1
harshav167 wants to merge 1 commit intoaugmentcode:mainaugmentcode/context-engine-plugin:mainfrom
mailshieldai:fix/marketplace-name-kebab-casemailshieldai/context-engine-plugin:fix/marketplace-name-kebab-caseCopy head branch name to clipboard

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

Morty Proxy This is a proxified and sanitized view of the page, visit original site.