Agent Skill
2/7/2026

skill-creator

Create or update Claude Code skills. Use when user wants to create a new skill, update an existing skill, or needs guidance on skill design.

S
simula
0GitHub Stars
1Views
npx skills add simula-labs/claude-code-marketplace

SKILL.md

Nameskill-creator
DescriptionCreate or update Claude Code skills. Use when user wants to create a new skill, update an existing skill, or needs guidance on skill design.

name: skill-creator description: Create or update Claude Code skills. Use when user wants to create a new skill, update an existing skill, or needs guidance on skill design.

Skill Creator

原則

コンテキストは公共財

Claudeはすでに賢い。Claudeが知らない情報だけを追加する。

簡潔さ > 冗長な説明

冗長な説明より具体例。500行以下を目指す。

Skill vs Subagent

観点SkillSubagent
目的知識・ルールの提供タスクの委譲
コンテキストメイン会話に読み込まれる分離される
適用例SCSS変数、命名規則E2Eテスト、大量リファクタ

構造

skill-name/
├── SKILL.md (必須)
└── references/ (任意)

Frontmatter(重要)

---
name: skill-name
description: 英語で記述。Claudeがトリガー判定に使用。
---

descriptionの書き方

形式: [何をするか]. Use when [トリガー条件].

良い例:

Edit SCSS styles with design system. Use when user mentions SCSS, CSS, style, color, or component styling.

悪い例:

SCSSを編集するスキル  # 日本語、トリガー条件なし

禁止事項

  • Claudeが既に知っている一般知識を書かない
  • 冗長な説明(背景、歴史など)を書かない
  • READMEやCHANGELOGなどの補助ファイルを作らない

作成手順

  1. 目的を明確化
  2. 具体例を収集(Claudeが知らない情報は何か?)
  3. .claude/skills/{name}/SKILL.md 作成
  4. /skills で確認
Skills Info
Original Name:skill-creatorAuthor:simula