command-creator

Create reusable Claude Code slash commands with standardized frontmatter and workflows.

239|30|Updated Jan 22, 2026
One-click install
npx skills add https://github.com/jdrhyne/agent-skills --skill command-creator-jdrhyne
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: command-creator
Source: https://github.com/jdrhyne/agent-skills/tree/main/codex/command-creator
Command: npx skills add https://github.com/jdrhyne/agent-skills --skill command-creator-jdrhyne

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

The Command Creator solves the problem of turning repetitive Claude Code workflows into reusable, agent-executable slash commands.

Core Features & Use Cases

  • Workflow scaffolding: design and publish project-wide or global commands following standard patterns such as Workflow Automation, Iterative Fixing, Agent Delegation, and Simple Execution.
  • Frontmatter-driven prompts: enforce description, argument-hints, and invocation details for consistent behavior.
  • Operational guidance: provide end-to-end steps, tool usage, error handling, and success criteria so commands run autonomously.

Quick Start

Describe the desired slash command (name, description, and any arguments) and allow the Command Creator to generate a ready-to-use markdown file at the correct location.

Frequently Asked Questions about command-creator

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I create reusable Claude Code slash commands from repetitive workflows?

You can create reusable Claude Code slash commands by describing the name, description, and arguments to generate a ready-to-use markdown file with consistent frontmatter, tool usage, and error handling.

What is the best way to automate iterative fixing tasks in Claude Code?

Automating iterative fixing in Claude Code is best handled by generating an agent-executable slash command using the Iterative Fixing pattern, which provides end-to-end operational guidance and success criteria.

Can I create both project-level and global commands for Claude Code automation?

Yes, you can create both project-level and global Claude Code commands. The Command Creator scaffolds workflows at the correct location based on your required scope.

Do I need to manually write frontmatter for Claude Code commands?

No, you do not need to manually write frontmatter. The Command Creator enforces a consistent frontmatter structure including description, argument-hints, and invocation details automatically.

What patterns are available for Claude Code workflow automation?

Available patterns for Claude Code workflow automation include Workflow Automation, Iterative Fixing, Agent Delegation, and Simple Execution, each providing standardized output and explicit tool usage.

Why should I use generated slash commands instead of manual prompts for Claude Code?

Generated slash commands ensure reliable, autonomous execution by enforcing argument handling, explicit tool usage, robust error handling, and a standardized output format that manual prompts lack.