Fix skills not detected due to nested directory structure#15
Open
nobita2041 wants to merge 1 commit intomakenotion:mainfrom
Open
Fix skills not detected due to nested directory structure#15nobita2041 wants to merge 1 commit intomakenotion:mainfrom
nobita2041 wants to merge 1 commit intomakenotion:mainfrom
Conversation
Move skill directories from skills/notion/<skill-name>/ to skills/<skill-name>/. Claude Code expects skills at skills/<skill-name>/SKILL.md (one level deep), but the current structure has an extra notion/ namespace directory that prevents all four skills (meeting-intelligence, knowledge-capture, research-documentation, spec-to-implementation) from being recognized. Commands (in commands/) are unaffected and work correctly. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
skills/notion/<skill-name>/SKILL.mdbut Claude Code expectsskills/<skill-name>/SKILL.md(one level deep)notion/namespace directory so all four skills are properly detectedcommands/) are unaffected and work correctly both before and after this changeReproduction
/Notion:search,/Notion:find, etc. (commands) workNotion:meeting-intelligencedo not appear in the available skills listFix
Verification
After applying the fix and restarting Claude Code, all four skills appear correctly:
Notion:meeting-intelligence✅Notion:knowledge-capture✅Notion:research-documentation✅Notion:spec-to-implementation✅Test plan
/Notion:search,/Notion:find, etc.) still work🤖 Generated with Claude Code