Commit 78aae1b
Address PR review: fix skill file inclusion and README install
- Replace broken shell expansion (`$(dirname "$0")`) in SKILL.md with
explicit Read instructions for reference files. The previous approach
silently failed because $0 resolves to the shell binary, not the
skill file path.
- Remove misleading skills cp block from Quick Install in README.
Skills require --add-dir registration, not a file copy to
~/.claude/skills/.
Closes review threads on PR #17. ShakaCode-specific content tracked
in #19 and #20 for follow-up in project repos.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent 175bca1 commit 78aae1b
2 files changed
Lines changed: 5 additions & 13 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
23 | | - | |
24 | | - | |
25 | | - | |
26 | 22 | | |
27 | 23 | | |
28 | 24 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
11 | 11 | | |
12 | | - | |
| 12 | + | |
13 | 13 | | |
14 | | - | |
15 | | - | |
16 | | - | |
17 | | - | |
18 | | - | |
19 | | - | |
20 | | - | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
21 | 17 | | |
22 | 18 | | |
23 | 19 | | |
| |||
0 commit comments