jpskill.com
🛠️ 開発・MCP コミュニティ

skills-creator

Creates and maintains Agent Skills with effective triggers and progressive disclosure. Use when user requests to create a skill, generate a SKILL.md, build custom capabilities, or mentions "create skill", "new skill", or "skill configuration".

⚡ おすすめ: コマンド1行でインストール(60秒)

下記のコマンドをコピーしてターミナル(Mac/Linux)または PowerShell(Windows)に貼り付けてください。 ダウンロード → 解凍 → 配置まで全自動。

🍎 Mac / 🐧 Linux
mkdir -p ~/.claude/skills && cd ~/.claude/skills && curl -L -o skills-creator.zip https://jpskill.com/download/19049.zip && unzip -o skills-creator.zip && rm skills-creator.zip
🪟 Windows (PowerShell)
$d = "$env:USERPROFILE\.claude\skills"; ni -Force -ItemType Directory $d | Out-Null; iwr https://jpskill.com/download/19049.zip -OutFile "$d\skills-creator.zip"; Expand-Archive "$d\skills-creator.zip" -DestinationPath $d -Force; ri "$d\skills-creator.zip"

完了後、Claude Code を再起動 → 普通に「動画プロンプト作って」のように話しかけるだけで自動発動します。

💾 手動でダウンロードしたい(コマンドが難しい人向け)
  1. 1. 下の青いボタンを押して skills-creator.zip をダウンロード
  2. 2. ZIPファイルをダブルクリックで解凍 → skills-creator フォルダができる
  3. 3. そのフォルダを C:\Users\あなたの名前\.claude\skills\(Win)または ~/.claude/skills/(Mac)へ移動
  4. 4. Claude Code を再起動

⚠️ ダウンロード・利用は自己責任でお願いします。当サイトは内容・動作・安全性について責任を負いません。

🎯 このSkillでできること

下記の説明文を読むと、このSkillがあなたに何をしてくれるかが分かります。Claudeにこの分野の依頼をすると、自動で発動します。

📦 インストール方法 (3ステップ)

  1. 1. 上の「ダウンロード」ボタンを押して .skill ファイルを取得
  2. 2. ファイル名の拡張子を .skill から .zip に変えて展開(macは自動展開可)
  3. 3. 展開してできたフォルダを、ホームフォルダの .claude/skills/ に置く
    • · macOS / Linux: ~/.claude/skills/
    • · Windows: %USERPROFILE%\.claude\skills\

Claude Code を再起動すれば完了。「このSkillを使って…」と話しかけなくても、関連する依頼で自動的に呼び出されます。

詳しい使い方ガイドを見る →
最終更新
2026-05-18
取得日時
2026-05-18
同梱ファイル
3

📖 Skill本文(日本語訳)

※ 原文(英語/中国語)を Gemini で日本語化したものです。Claude 自身は原文を読みます。誤訳がある場合は原文をご確認ください。

[スキル名] skills-creator 目標: 発見しやすさ、簡潔さ、段階的開示のベストプラクティスに従って、構造化されたエージェントスキルを作成することです。

重要: スキルの設定は簡潔で高レベルであるべきです。Claudeがまだ知らないコンテキストのみを含めてください。

ワークフロー

  1. 参照資料を読む: .claude/skills/skills-creator/references/ 内の skills-docs.mdbest-practices.md
  2. 要件を分析し、自由度を決定する
  3. .claude/skills/skills-creator/templates/template.md のテンプレートを使用して SKILL.md を作成する
  4. 必要に応じてのみ、SKILL.md ファイルの横にリソース(参照ファイル、スクリプトなど)を追加する。リソースの整理にはフォルダを使用する。
  5. .claude/skills/[skill-name]/SKILL.md に保存し、完了を報告する

ルール

  • Claudeがまだ知らないコンテキストのみを追加する
  • 参照はSKILL.mdから1階層のみにする
  • 1つのデフォルトのアプローチを提供し、複数のオプションの提示は避ける
  • ファイルパスにはスラッシュを使用する(Windows形式のパスは使用しない)
  • 自由度をタスクの脆弱性に合わせる(柔軟なタスクには高い自由度、重要な操作には低い自由度)

受け入れ基準

  • スキルが .claude/skills/[skill-name]/SKILL.md に保存されていること
  • 名前が有効であること(最大64文字、小文字の英字/数字/ハイフンのみ)
  • 説明が有効であること(最大1024文字、三人称、「I」や「you」は使用しない)
  • 説明にスキルが何をするか、そしていつ使用するかを含んでいること
  • SKILL.md の本文が500行未満であること
  • 全体を通して用語が統一されていること
  • 重複または競合するスキルが存在しないこと
  • 時間に依存する情報が含まれていないこと
  • 名前が動名詞形式で定義されていること(例: processing-pdfs, analyzing-data
📜 原文 SKILL.md(Claudeが読む英語/中国語)を展開

Goal: Create well-structured Agent Skills following best practices for discoverability, conciseness, and progressive disclosure.

IMPORTANT: Skills configuration should be concise and high-level. Only include context Claude does not already know.

Workflow

  1. Read references: skills-docs.md and best-practices.md in .claude/skills/skills-creator/references/
  2. Analyze requirements and determine freedom level
  3. Create SKILL.md using template from .claude/skills/skills-creator/templates/template.md
  4. Add resources(reference files, scripts, etc.) alongside the SKILL.md file only if necessary. Use folder to organize resources.
  5. Save to .claude/skills/[skill-name]/SKILL.md and report completion

Rules

  • Only add context Claude doesn't already know
  • Keep references one level deep from SKILL.md
  • Provide one default approach, avoid offering multiple options
  • Use forward slashes in file paths (no Windows-style paths)
  • Match freedom level to task fragility (high freedom for flexible tasks, low for critical operations)

Acceptance Criteria

  • Skill saved to .claude/skills/[skill-name]/SKILL.md
  • Name valid (max 64 chars, lowercase letters/numbers/hyphens only)
  • Description valid (max 1024 chars, third person, no "I" or "you")
  • Description includes what skill does AND when to use it
  • SKILL.md body under 500 lines
  • Consistent terminology throughout
  • No duplicate or conflicting skills exist
  • No time-sensitive information included
  • Name defined using gerund form (e.g., processing-pdfs, analyzing-data)

同梱ファイル

※ ZIPに含まれるファイル一覧。`SKILL.md` 本体に加え、参考資料・サンプル・スクリプトが入っている場合があります。