skill-creator

Generate plugin skills with SKILL.md and README updates from natural language prompts.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

プラグインに新しいスキルを追加する作業を自動化します。説明の設計から SKILL.md の生成までをサポートします。

Core Features & Use Cases

  • SKILL.md の生成: 新しいスキルの基本ファイルを作成。
  • description の整形: Claude が起動するトリガーを含む説明を整備。
  • README の更新: プラグインのスキル一覧に追加。

Quick Start

プラグイン名とスキル名を伝えると、SKILL.md を作成します。例: 'shiiman-common に analytics-skill を追加して'。

Frequently Asked Questions about skill-creator

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

FAQPage Schema
How do I automatically generate a new skill for my Claude plugin?

Skill-creator automates plugin skill generation from natural language prompts. Provide your plugin name and desired skill name, and it creates SKILL.md with trigger phrases, tool configurations, and updates your README—enforcing lowercase-hyphen naming and SSOT workflow compliance.

What does the skill creation workflow include?

The workflow queries your target plugin, collects skill metadata, configures seven trigger phrases, selects permitted tools, and produces SKILL.md and README updates. It validates naming conventions and delegates implementation through the /create-skill command.

Can I customize trigger phrases when adding a new skill?

Yes. During skill creation, you configure seven trigger phrases that Claude uses to invoke your skill. The workflow guides you through defining these phrases as part of the automated SKILL.md generation process.

Do I need to manually edit SKILL.md after generation?

Skill-creator generates production-ready SKILL.md files following your plugin's SSOT structure. While you can refine descriptions afterward, the generated file includes all required metadata, trigger phrases, and tool permissions to function immediately.

What's the fastest way to add multiple skills to a plugin?

Run skill-creator sequentially for each skill, providing the plugin name and skill description each time. It handles naming conventions, trigger phrase configuration, and README updates automatically, eliminating manual file editing for each addition.