command-creator

Create and standardize reusable Claude Code slash commands with frontmatter validation.

14|Updated Jan 8, 2026
One-click install
npx skills add https://github.com/WalletConnect/skills --skill command-creator-walletconnect
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: command-creator
Source: https://github.com/WalletConnect/skills/tree/main/skills/command-creator
Command: npx skills add https://github.com/WalletConnect/skills --skill command-creator-walletconnect

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates the creation and standardization of reusable Claude Code slash commands.

Core Features & Use Cases

  • Create new commands and update existing ones with consistent frontmatter and structure.
  • Define arguments, bash execution, file references, and tool permissions for robust prompts.
  • Use project or personal command locations to share across teams or stay private.

Quick Start

Create a new command by adding a Markdown file at .claude/commands/your-command.md and fill out the frontmatter.

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 for my team?

To create reusable Claude Code slash commands, you add a Markdown file at .claude/commands/your-command.md and fill out the frontmatter. This standardizes prompts and workflows for consistent team usage.

What is frontmatter validation for Claude Code command templates?

Frontmatter validation for command templates ensures that required metadata fields like name and description are correctly defined. This standardization enables consistent command execution and reliable prompt parsing.

Can I define bash execution and file references in a slash command prompt?

Yes, you can define arguments, bash execution, file references, and tool permissions within your slash command prompt. This allows you to build robust, automated workflows directly in Claude Code.

Does Claude Code support both personal and project command locations?

Claude Code supports both project and personal command locations. This allows you to share commands across your team or keep specific workflow templates private to your own environment.

What is the best way to standardize prompt workflows with optional scripts?

The best way to standardize prompt workflows with optional scripts is using frontmatter-driven structure in Markdown files. This approach exports a consistent command metadata interface and supports optional assets.

Why does my Claude Code slash command not recognize the metadata interface?

If your slash command does not recognize the metadata interface, it likely lacks proper frontmatter validation for name and description. Ensuring these required fields are present standardizes the command metadata.