If you find yourself typing the same multi-step workflows into Claude Code over and over, this walks you through turning them into reusable slash commands. It auto-detects whether to make project-level or global commands, shows you patterns like workflow automation or iterative fixing, then helps you write the command markdown with proper agent-executable instructions. The kebab-case enforcement and tool-specific guidance (like when to use Bash vs Task) are useful guardrails. Honestly most valuable when you've done something twice and know you'll do it ten more times, whether that's submitting PR stacks, fixing CI, or running code reviews with consistent steps.
npx skills add https://github.com/softaworks/agent-toolkit --skill command-creator