generate_command

Create CLAUDE-style slash commands with YAML frontmatter in .claude/skills.

Updated Mar 22, 2026
One-click install
npx skills add https://github.com/drhazemibclc/plate --skill generate-command-drhazemibclc
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: generate_command
Source: https://github.com/drhazemibclc/plate/tree/main/.codex/skills/generate_command
Command: npx skills add https://github.com/drhazemibclc/plate --skill generate-command-drhazemibclc

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill guides developers to scaffold a CLAUDE-style command, ensuring YAML frontmatter and structured templates are consistently created.

Core Features & Use Cases

  • Provides a repeatable template for a new command, including required YAML frontmatter, structure, and example sections.
  • Includes a clear workflow for creating, validating, and testing the command file in .claude/skills.
  • Use Case: A developer needs to rapidly add a new command following CLAUDE.md conventions for internal automation.

Quick Start

Create a new command file at .claude/skills/[name]/SKILL.md following the template and frontmatter instructions.

Frequently Asked Questions about generate_command

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

FAQPage Schema
How do I create a custom slash command following CLAUDE.md conventions?

To create a custom slash command following CLAUDE.md conventions, scaffold a new SKILL.md file in the .claude/skills directory with required YAML frontmatter, structured templates, and documentation sections.

What is the required structure for a CLAUDE-style command file?

A CLAUDE-style command file requires specific YAML frontmatter, structured template sections, and example documentation to ensure consistency and pass validation checks within the .claude/skills directory.

How do I validate a newly generated CLAUDE-style command?

You validate a newly generated CLAUDE-style command by checking its YAML frontmatter conformity, structural scaffolding, and documentation against the functional requirements detailed in your CLAUDE.md conventions.

What's the best way to automate command scaffolding for Claude coding tasks?

Automating command scaffolding for coding tasks is best achieved by using a repeatable template that enforces required YAML frontmatter and structure, ensuring consistent generation of new CLAUDE-style command files.

Do I need any dependencies to generate CLAUDE-style commands?

No dependencies are required to generate CLAUDE-style commands; you only need to create a command file at .claude/skills/[name]/SKILL.md following the provided template and frontmatter instructions.