command-creator

Installation
Summary

Guides creation of reusable Claude Code slash commands for automating repetitive workflows.

  • Helps determine command location (project-level .claude/commands/ or global ~/.claude/commands/) and walks through gathering command name, purpose, arguments, and workflow steps
  • Includes four command patterns: workflow automation, iterative fixing, agent delegation, and simple execution
  • Provides bundled references covering patterns, real examples, best practices, and quality checklists to ensure agent-executable commands
  • Generates optimized markdown files with proper frontmatter, imperative instructions, and explicit error handling for autonomous execution
SKILL.md

Command Creator

This skill guides the creation of Claude Code slash commands - reusable workflows that can be invoked with /command-name in Claude Code conversations.

About Slash Commands

Slash commands are markdown files stored in .claude/commands/ (project-level) or ~/.claude/commands/ (global/user-level) that get expanded into prompts when invoked. They're ideal for:

  • Repetitive workflows (code review, PR submission, CI fixing)
  • Multi-step processes that need consistency
  • Agent delegation patterns
  • Project-specific automation

When to Use This Skill

Invoke this skill when users:

  • Ask to "create a command" or "make a slash command"
  • Want to automate a repetitive workflow
Related skills

More from softaworks/agent-toolkit

Installs
3.6K
GitHub Stars
1.8K
First Seen
Jan 20, 2026