Skip to content

fix: add trailing slash to skills path in plugin.json#90

Open
octo-patch wants to merge 1 commit intopbakaus:mainfrom
octo-patch:fix/issue-86-plugin-skills-path
Open

fix: add trailing slash to skills path in plugin.json#90
octo-patch wants to merge 1 commit intopbakaus:mainfrom
octo-patch:fix/issue-86-plugin-skills-path

Conversation

@octo-patch
Copy link
Copy Markdown

Fixes #86

Problem

The skills path in .claude-plugin/plugin.json was missing a trailing slash, which caused Claude Code to fail to recognize slash commands after installing the plugin.

Solution

Added the missing trailing slash to the skills field:

-  "skills": "./.claude/skills"
+  "skills": "./.claude/skills/"

Testing

All 220 existing tests pass (bun test). The fix was originally identified by the issue reporter, and this PR applies that exact one-character change.

@octo-patch octo-patch requested a review from pbakaus as a code owner April 7, 2026 17:45
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.

[Bug] Claude Code plugin loads, but doesn't add slash commands (solution also included)

1 participant