Claude Code is good at creating skills. Ask for one and it builds it. But the default shape is a menu of subcommands (/foo:review, /foo:triage, /foo:fix), which pushes the orchestration back onto me. That's the opposite of automation.
Two lines in the prompt fix it: no subcommands, and make the skill idempotent. One entry point, safe to re-run, converges on a finished state. Then it's something a loop or another agent can drive.
#ClaudeCode #AIAgents #DevTools
Sketched by Ian, formatted by AI