create-command

Generate standardized SKILL.md frontmatter and a reusable command skeleton for slash-commands.

5|3|Updated Feb 21, 2026
One-click install
npx skills add https://github.com/richfrem/agent-plugins-skills --skill create-command-richfrem
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: create-command
Source: https://github.com/richfrem/agent-plugins-skills/tree/main/plugins/agent-scaffolders/skills/create-command
Command: npx skills add https://github.com/richfrem/agent-plugins-skills --skill create-command-richfrem

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill helps plugin developers quickly scaffold slash-command templates by generating a standardized SKILL.md frontmatter and a reusable command skeleton, reducing boilerplate and ensuring consistent structure across projects.

Core Features & Use Cases

  • Auto-generates SKILL.md frontmatter for slash-command scaffolding within a plugin.
  • Provides patterns for dynamic arguments, Bash execution, file references, and command organization.
  • Use Case: Add a new /command to your plugin with a consistent layout and ready-to-fill references.

Quick Start

Run the scaffold tool to generate a new command directory with SKILL.md and supporting references.

Frequently Asked Questions about create-command

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

FAQPage Schema
How do I scaffold a new slash command for a Claude Code plugin?

To scaffold a slash command, run the tool to generate a standardized directory containing a SKILL.md file with required frontmatter and a reusable command skeleton ready for your arguments and references.

What is the standard SKILL.md frontmatter structure for plugin commands?

Standard SKILL.md frontmatter includes required fields for command definition, optional components, and dependency declarations, ensuring consistent argument handling and scalable plugin development across new command workflows.

Can I use this to generate commands with dynamic arguments and Bash execution?

Yes, the generated command skeleton provides specific patterns for dynamic arguments, Bash execution, and file references, allowing you to fill in the ready-to-use templates for your plugin's workflow.

Do I need any dependencies installed to scaffold command templates?

No dependencies are required to scaffold command templates, as the tool independently generates the SKILL.md frontmatter and supporting directory structure without external package dependencies.

What is the best way to organize multiple slash commands in a plugin?

The best way to organize multiple commands is using the generated standardized skeleton, which ensures consistent layout, frontmatter fields, and reference guidance across all plugin workflows to reduce boilerplate.

Why does my generated command need frontmatter if it only runs a simple script?

Frontmatter is required because it defines the command's argument handling, optional components, and dependency structure, ensuring the plugin development framework recognizes and scales the command correctly.