Skip to content

fix(npm): bundle auto-discovers skills (ships style-deep)#22

Merged
aglumova merged 1 commit into
mainfrom
fix/bundle-style-deep-skill
Jun 27, 2026
Merged

fix(npm): bundle auto-discovers skills (ships style-deep)#22
aglumova merged 1 commit into
mainfrom
fix/bundle-style-deep-skill

Conversation

@aglumova

Copy link
Copy Markdown
Contributor

0.36.0 shipped the mastermind-style-deep skill in the repo but not in the default install: stage-npm-share.sh staged the bundle from a hand-maintained CORE_SKILLS allowlist, and the new skill was never added to it — so mastermind install never copied it to ~/.claude/skills/, and /mastermind-style-deep was "Unknown command".

Fix

Replace the allowlist with auto-discovery: stage every skill under skills/ (each */SKILL.md). extras/ is a separate tree and is never scanned, so the core/non-core split is preserved — but adding a skill under skills/ now ships it automatically, with no list to forget. A zero-found guard fails the stage if discovery turns up nothing.

Testing

bash scripts/stage-npm-share.shstaged 7 subagents + 10 skills (the previous 9 + mastermind-style-deep), identical set to the old allowlist plus the new skill. No behavior change for the existing skills.

@aglumova aglumova merged commit 598b2ea into main Jun 27, 2026
5 checks passed
@aglumova aglumova deleted the fix/bundle-style-deep-skill branch June 27, 2026 13:51
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