Skip to content

Commit 63b5892

Browse files
authored
Deduplicate skill file via symlink (#32)
## Summary - Replaces `skills/write-fixtures/SKILL.md` (full copy) with a symlink to `.claude/commands/write-fixtures.md` - Single source of truth, both `--plugin-dir` and `--add-dir` discovery paths still work ## Test plan - [ ] `claude --plugin-dir ./node_modules/@copilotkit/llmock` discovers `/llmock:write-fixtures` - [ ] `claude --add-dir ./node_modules/@copilotkit/llmock` discovers `/write-fixtures` - [ ] Symlink resolves correctly after `npm install`
2 parents 9c1166d + d8ac185 commit 63b5892

1 file changed

Lines changed: 1 addition & 238 deletions

File tree

skills/write-fixtures/SKILL.md

Lines changed: 0 additions & 238 deletions
This file was deleted.

skills/write-fixtures/SKILL.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../../.claude/commands/write-fixtures.md

0 commit comments

Comments
 (0)