generate_command

Generate custom slash command files with YAML frontmatter in `.github/commands/`.

1|Updated Mar 11, 2026
One-click install
npx skills add https://github.com/JimmyChen-NXP/zephyr-team-activity-dashboard --skill generate-command-jimmychen-nxp
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: generate_command
Source: https://github.com/JimmyChen-NXP/zephyr-team-activity-dashboard/tree/main/.github/skills/generate_command
Command: npx skills add https://github.com/JimmyChen-NXP/zephyr-team-activity-dashboard --skill generate-command-jimmychen-nxp

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill streamlines the creation of new custom slash commands, ensuring they adhere to established conventions and best practices for Claude.

Core Features & Use Cases

  • Command Generation: Automates the boilerplate setup for new commands.
  • Best Practice Enforcement: Guides users to follow established patterns for clarity and maintainability.
  • Use Case: A developer needs to create a new command to analyze code quality. They use this Skill, providing a description, and it generates the .md file in the correct location with the necessary YAML frontmatter and structure.

Quick Start

Use the generate_command skill to create a new command for analyzing code quality.

Frequently Asked Questions about generate_command

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

FAQPage Schema
How do I create custom slash commands for Claude?

To create custom slash commands for Claude, you generate a markdown file within the `.github/commands/` directory, ensuring it includes the correct YAML frontmatter and structural conventions. This Skill automates that boilerplate generation process.

What is the correct file structure for Claude custom commands?

Claude custom commands require a markdown file located in the `.github/commands/` directory, structured with specific YAML frontmatter and content guidelines. This ensures the commands adhere to established conventions and maintainability best practices.

How do I automate command generation for developer tools in Claude?

You automate command generation for developer tools by providing a description of your desired command functionality, which then generates the corresponding `.md` file with the necessary YAML frontmatter and structural boilerplate in the correct location.

Do I need to manually write YAML frontmatter for Claude command files?

You do not need to manually write YAML frontmatter for Claude command files, as this Skill automatically generates the required frontmatter and file structure. It enforces established patterns to ensure clarity and maintainability across your custom commands.

What are the limitations of using automated boilerplate for Claude commands?

The automated boilerplate generation focuses on structural setup and best practice enforcement for command files, meaning it provides the foundational `.md` file and YAML frontmatter rather than writing the complex internal reasoning or execution logic of the command itself.