create-command

Generate custom Claude Code slash commands with YAML frontmatter and Markdown bodies.

Updated Jan 8, 2026
One-click install
npx skills add https://github.com/VitaDynamics/vita-cc-market --skill create-command-vitadynamics
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: create-command
Source: https://github.com/VitaDynamics/vita-cc-market/tree/main/plugins/Vengineer/skills/create-command
Command: npx skills add https://github.com/VitaDynamics/vita-cc-market --skill create-command-vitadynamics

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

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

Core Features & Use Cases

  • Command Generation: Automates the boilerplate setup for new commands.
  • Best Practice Enforcement: Guides users to follow Claude Code's recommended structure and syntax.
  • Use Case: A developer needs to add a new command to manage user profiles. They use this Skill to quickly generate the command's basic structure, including the YAML frontmatter and a clear step-by-step outline.

Quick Start

Use the create-command skill to generate a new command for summarizing code files.

Frequently Asked Questions about create-command

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

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

Creating custom slash commands for Claude Code requires specific YAML frontmatter and a structured Markdown body, which this generation process automates while enforcing recommended conventions and best practices.

What is the correct structure for a Claude Code command file?

A Claude Code command file requires specific YAML frontmatter for configuration and a structured Markdown body for definition, supporting file operations, development tools, and web or API integrations.

Can generated custom commands handle web API integrations and file operations?

Generated custom commands support file operations, development tools, and web or API integrations, allowing you to build robust commands that interact with external services and local files.

What is the best way to automate boilerplate setup for new developer commands?

Automating boilerplate setup for new developer commands is best handled by generating the foundational YAML frontmatter and Markdown structure directly, ensuring adherence to established coding conventions from the start.

Do I need to manually write YAML frontmatter when adding a new command?

You do not need to manually write YAML frontmatter when adding a new command, as the generation process automatically creates the required configuration syntax and structured Markdown body.