You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update CLAUDE.md — distinguish internal vs cross-skill script calls
Skills calling their own co-located scripts should use relative paths
(e.g., python3 scripts/foo.py) rather than ${CLAUDE_PLUGIN_ROOT}.
Co-Authored-By: Claude Opus 4.6 <[email protected]>
Signed-off-by: Aidan Reilly <[email protected]>
rh-pre-commit.version: 2.3.2
rh-pre-commit.check-secrets: ENABLED
@@ -54,7 +63,8 @@ Do NOT use old slash-command syntax (e.g., `/jira-reader --issue PROJ-123`).
54
63
55
64
| Approach | When to use | Examples |
56
65
|---|---|---|
57
-
|`python3 ${CLAUDE_PLUGIN_ROOT}/...`| Running a script to fetch data, post comments, detect state |`git_pr_reader.py info`, `jira_reader.py`, `callouts.rb`|
66
+
|`python3 scripts/...`| Calling a co-located script from within the same skill |`scripts/git_pr_reader.py`, `scripts/callouts.rb`|
0 commit comments