claude-command-builder

Generate Claude Code slash command structures with frontmatter and argument hints.

1|Updated Mar 20, 2026
One-click install
npx skills add https://github.com/stericishere/skills --skill claude-command-builder-stericishere
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: claude-command-builder
Source: https://github.com/stericishere/skills/tree/main/anthropic/claude-command-builder
Command: npx skills add https://github.com/stericishere/skills --skill claude-command-builder-stericishere

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Interactive slash command creator for Claude Code. Triggers when user mentions creating commands, slash commands, command templates, command arguments, or wants to build a new command workflow.

Core Features & Use Cases

  • Automates command scaffolding: name, frontmatter, arguments, and bash integration.
  • Generates ready-to-use command structures for personal or project scope.
  • Supports templates for commands, workflows, and documentation to accelerate setup.

Quick Start

Tell me the command name and its basic workflow to generate a ready-to-use Claude Code slash command skeleton.

Frequently Asked Questions about claude-command-builder

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

FAQPage Schema
How do I generate a Claude Code slash command with frontmatter and arguments?▼

To generate a Claude Code slash command, you provide the command name and basic workflow. The skill then automates scaffolding the frontmatter, argument hints, and bash integration to produce a ready-to-run command file.

Can I create slash command templates for both personal and project scopes?▼

Yes, you can create slash command templates for both personal and project scopes. The command generator supports configuring namespaces and generating ready-to-use command structures tailored to either environment.

What is the best way to automate Claude Code command scaffolding for workflows?▼

The best way to automate command scaffolding is to define the desired workflow and optional Bash steps. The generator then enforces consistent frontmatter fields and validation checks to output ready-to-use templates.

Does the Claude Code command generator support bash integration and validation checks?▼

Yes, the command generator supports optional Bash steps and enforces validation checks. It configures the necessary frontmatter fields and argument hints to ensure the generated command structures function correctly.

When should I use full-featured slash commands instead of simple ones in Claude Code?▼

You should use full-featured slash commands when your workflow requires argument hints, optional Bash steps, and specific frontmatter configurations. Simple commands suffice for basic workflows without these advanced integration needs.