Skip to content

Bug: marketplace name contains spaces, fails Claude Code /plugin validation #2

Description

@harshav167

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

  1. Open Claude Code
  2. Run /plugin
  3. Select "Add Marketplace"
  4. Enter augmentcode/context-engine-plugin
  5. 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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions