fix: replace {skill-dir} with ${CLAUDE_PLUGIN_ROOT} and simplify auto-exec block (#99)#100
Merged
Merged
Conversation
…-exec block (#99) The ```! block in SKILL.md used {skill-dir}, a placeholder that doesn't exist in Claude Code, and complex shell syntax (subshells, pipes, globs) that the permission parser cannot handle. Replace with ${CLAUDE_PLUGIN_ROOT} (the documented env var) and move mission auto-detection into cmd_status so the shell command is trivially simple. https://claude.ai/code/session_01HQ63YK6SE5m91kMkaTY8nx
harrymunro
added a commit
that referenced
this pull request
Apr 15, 2026
) PR #100 replaced {skill-dir} with ${CLAUDE_PLUGIN_ROOT} but the script lives at skills/nelson/scripts/nelson-data.py, not scripts/nelson-data.py. Add regression checks to check-references.sh that validate auto-exec script paths exist and reject {skill-dir} placeholders.
This was referenced Apr 15, 2026
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.
The ```! block in SKILL.md used {skill-dir}, a placeholder that doesn't
exist in Claude Code, and complex shell syntax (subshells, pipes, globs)
that the permission parser cannot handle. Replace with
${CLAUDE_PLUGIN_ROOT} (the documented env var) and move mission
auto-detection into cmd_status so the shell command is trivially simple.
https://claude.ai/code/session_01HQ63YK6SE5m91kMkaTY8nx