fix: top-level skill dirs so Claude discovers unprefixed names#761
Open
fix: top-level skill dirs so Claude discovers unprefixed names#761
Conversation
Replace directory symlinks (gstack/qa → qa) with real directories containing a SKILL.md symlink. Claude Code auto-prefixes skills nested under a parent dir symlink, so /plan-ceo-review became "Unknown skill" even with skill_prefix=false. Real dirs fix this. Also syncs package.json version to match VERSION file and updates test assertions to match the new mkdir + ln approach. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
E2E Evals: ✅ PASS0/0 tests passed | $0 total cost | 12 parallel runners
12x ubicloud-standard-2 (Docker: pre-baked toolchain + deps) | wall clock ≈ slowest suite |
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
setupandbin/gstack-relink. Claude Code auto-prefixes skills nested under a parent dir symlink, causing/plan-ceo-reviewto fail as "Unknown skill" even withskill_prefix=false. Real top-level dirs fix this.mkdir -p+ln -snfapproach.Test plan
bun testpasses (test-2 FAIL is pre-existing eval-store fixture)./setup --no-prefixand verify skills appear as flat names (/plan-ceo-review,/qa, etc.)./setup --prefixand verify skills appear asgstack-*namesgstack-relinkcorrectly switches between modes🤖 Generated with Claude Code