Commit 3077f9c
committed
feat(skills): add just-commands skill with dynamic context injection
Add a new skill that uses Claude Code's dynamic context injection feature
to embed the output of `just --list` at runtime. This replaces the
static command list in CLAUDE.md with a reference to the skill.
Benefits:
- Commands stay in sync with justfile automatically
- Reduces manual maintenance of CLAUDE.md
- Demonstrates Claude Code's !`command` syntax for dynamic context1 parent b10c164 commit 3077f9c
2 files changed
Lines changed: 12 additions & 14 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
31 | | - | |
32 | | - | |
33 | | - | |
34 | | - | |
35 | | - | |
36 | | - | |
37 | | - | |
38 | | - | |
39 | | - | |
40 | | - | |
41 | | - | |
42 | | - | |
43 | | - | |
| 30 | + | |
44 | 31 | | |
45 | 32 | | |
46 | 33 | | |
| |||
0 commit comments