Skip to content

fix: prefix skills path with ./ in plugin manifests#65

Open
vystartasv wants to merge 1 commit into
MicrosoftDocs:mainfrom
vystartasv:main
Open

fix: prefix skills path with ./ in plugin manifests#65
vystartasv wants to merge 1 commit into
MicrosoftDocs:mainfrom
vystartasv:main

Conversation

@vystartasv

Copy link
Copy Markdown

Fixes #64

Both plugin.json and .claude-plugin/plugin.json had "skills": "skills/" but the plugin-manifest schema requires the path to start with ./. The .codex-plugin/plugin.json already uses the correct "./skills/" form.

Changes:

  • plugin.json: "skills/"""./skills/""
  • .claude-plugin/plugin.json: "skills/"""./skills/""

Verified the fix passes claude plugin validate locally.

Both plugin.json and .claude-plugin/plugin.json used 'skills/' which fails validation (schema requires './' prefix). .codex-plugin/plugin.json already had the correct form.

@gerijani gerijani left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

All good

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.

plugin.json: skills should be "./skills/" — install fails with "skills: Invalid input"

2 participants