Skip to content

Commit 22fd7e1

Browse files
sjnimsclaude
andcommitted
fix: replace ! with [BANG] in skill-development dynamic context examples
PR #192 introduced dynamic context injection documentation with literal `!` backtick patterns that trigger shell execution during skill loading. This replaces them with the [BANG] placeholder established in PR #142. Fixes regression from feat: sync documentation (#192) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent a6f1b89 commit 22fd7e1

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

  • plugins/plugin-dev/skills/skill-development

plugins/plugin-dev/skills/skill-development/SKILL.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -228,13 +228,13 @@ Execute commands to inject their output into skill context using backtick syntax
228228
## Current Project Status
229229

230230
The git status is:
231-
!`git status --short`
231+
[BANG]`git status --short`
232232

233233
Recent commits:
234-
!`git log --oneline -5`
234+
[BANG]`git log --oneline -5`
235235
```
236236

237-
**Syntax:** `` !`command` ``
237+
**Syntax:** `` [BANG]`command` ``
238238

239239
**Use cases:**
240240

0 commit comments

Comments
 (0)