Parent
#28
What to build
Update config/ai/claude/claudecode/skills/skill-writer/SKILL.md to reflect the implemented CLI:
- Replace all occurrences of
--name with --scope
- Fix the worktree path:
~/local/tmp/claude/skill-writer/<name> → ~/local/tmp/claude/skill-writer/<scope>/worktree/
- Update all command examples to use the correct subcommand signatures
- The history file is at
~/local/tmp/claude/skill-writer/<scope>/history.jsonl — update any references
Acceptance criteria
Blocked by
Parent
#28
What to build
Update
config/ai/claude/claudecode/skills/skill-writer/SKILL.mdto reflect the implemented CLI:--namewith--scope~/local/tmp/claude/skill-writer/<name>→~/local/tmp/claude/skill-writer/<scope>/worktree/~/local/tmp/claude/skill-writer/<scope>/history.jsonl— update any referencesAcceptance criteria
--nameremains in SKILL.md~/local/tmp/claude/skill-writer/<scope>/worktree/history.jsonlpath is correct wherever referencedBlocked by