claude-command-builder

Generate Claude Code slash command blueprints with frontmatter and workflow templates.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/synqing/BT-HIL --skill claude-command-builder-synqing
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: claude-command-builder
Source: https://github.com/synqing/BT-HIL/tree/main/.claude/skills/claude-command-builder
Command: npx skills add https://github.com/synqing/BT-HIL --skill claude-command-builder-synqing

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill standardizes the creation of Claude Code slash commands by providing a guided, template-driven approach to define command metadata, behavior, and integration points.

Core Features & Use Cases

  • Interactive definition: Collects command name, purpose, arguments, and scope.
  • Frontmatter & template generation: Produces a ready-to-save Markdown frontmatter block and command body.
  • Workflow templates: Outlines step-by-step tasks for gathering requirements, validation, file generation, and testing.
  • Documentation references: Points to project docs and example commands to ensure consistency.

Quick Start

  1. Provide the desired command name (lowercase with hyphens).
  2. Describe what the command does and whether it requires arguments.
  3. Indicate if bash execution is needed and choose scope (Personal or Project) and any namespace.
  4. Claude will generate the command file and testing guidance at the appropriate location.

Frequently Asked Questions about claude-command-builder

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

FAQPage Schema
How do I create custom Claude Code slash commands with proper frontmatter?

To create custom Claude Code slash commands, you define the command name, purpose, arguments, and scope. The builder then generates a ready-to-save Markdown frontmatter block and command body with proper tooling and workflow integration.

What is the best way to standardize slash command creation across a team?

Standardizing slash command creation requires a template-driven approach to define metadata, behavior, and integration points. This skill guides teams to design new commands and configure arguments to ensure consistent implementation across projects.

Can I configure bash execution and namespaces for Claude Code commands?

Yes, you can indicate if bash execution is needed and choose the command scope as Personal or Project. You can also define a namespace during the interactive definition step to organize commands properly.

Do I need to provide scripts and references to generate a command blueprint?

You do not need to provide scripts and references, as they are optional resources. The command blueprint is generated from your basic input, but adding assets and references ensures more consistent implementation and testing.

How does the guided command builder handle testing and validation?

The guided builder handles testing by outlining step-by-step workflow templates for validation and file generation. It generates testing guidance at the appropriate location after creating the command file.

Why are my Claude Code command files missing required metadata?

Command files may miss required metadata if they lack a structured frontmatter block. This skill automates frontmatter generation by collecting command name, purpose, and arguments to produce a ready-to-save file.