command-creator

Create plugin slash commands with Markdown files and README updates.

6|1|Updated Dec 26, 2025
One-click install
npx skills add https://github.com/shiiman/claude-code-plugins --skill command-creator-shiiman
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: command-creator
Source: https://github.com/shiiman/claude-code-plugins/tree/main/.claude/skills/command-creator
Command: npx skills add https://github.com/shiiman/claude-code-plugins --skill command-creator-shiiman

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

この Skill は、プラグインに新しいスラッシュコマンドを作成する作業を自動化します。コマンドファイルの雛形作成、説明の追加、README の更新を一貫して実行します。

Core Features & Use Cases

  • コマンドファイルの雛形作成: 新しいコマンドの Markdown ファイルを作成。
  • 説明とヘルプの更新: コマンド説明と --help 情報をプラグインに適用。
  • README の更新: プラグイン README に新規コマンドを反映。

Quick Start

プラグイン名とコマンド名を伝えると、コマンドファイルを自動生成し README を更新します。例: 「shiiman-sample に status コマンドを追加して」。

Frequently Asked Questions about command-creator

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

FAQPage Schema
How do I automate creating new slash commands for my plugin?

This Skill automates slash command creation by generating command files, adding descriptions and help text, and updating your plugin README in one workflow. Provide the plugin name and command name, and it handles file generation and documentation updates automatically.

What naming conventions do I need to follow for plugin commands?

Commands must use lowercase, hyphen-delimited names without underscores or camelCase. The Skill enforces these conventions automatically and requires a --help option for every command.

Can I use this to update an existing plugin's command documentation?

Yes. The Skill treats docs/command.md as the single source of truth and updates both the command file and plugin README when adding or modifying commands in an existing plugin.

What files does the command creation workflow generate?

The Skill generates a Markdown command file template, applies command description and --help information to your plugin, and updates the plugin README to reflect the new command.

Do I need to manually edit files after the Skill creates a command?

The Skill handles file generation and README updates automatically. However, you can edit the generated Markdown file to customize command details beyond the initial template.