Skip to content

fix: skills path should be directory not SKILL.md file#96

Open
shivasymbl wants to merge 1 commit into
zircote:mainfrom
shivasymbl:main
Open

fix: skills path should be directory not SKILL.md file#96
shivasymbl wants to merge 1 commit into
zircote:mainfrom
shivasymbl:main

Conversation

@shivasymbl
Copy link
Copy Markdown

Problem

Claude Code's plugin system expects skills entries in plugin.json to point to directories containing a SKILL.md file, not to the SKILL.md file itself.

The current config causes this error on every plugin load:

Plugin (git-adr @ git-adr@zircote): skills load failed from ./skills/git-adr/SKILL.md: path is a file; expected a directory

Fix

Change ./skills/git-adr/SKILL.md./skills/git-adr in .claude-plugin/plugin.json.

Claude Code expects skills entries to point to directories containing SKILL.md,
not the SKILL.md file directly. This causes:
  skills load failed from ./skills/git-adr/SKILL.md: path is a file; expected a directory
@codecov
Copy link
Copy Markdown

codecov Bot commented May 17, 2026

Welcome to Codecov 🎉

Once you merge this PR into your default branch, you're all set! Codecov will compare coverage reports and display results in all future pull requests.

Thanks for integrating Codecov - We've got you covered ☂️

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