chezmoi/dot_claude/skills/skill-creator/SKILL.md
新しいClaude Skillの設計と雛形作成を対話で支援
npx skillsauth add ibuibu/nix chezmoi/dot_claude/skills/skill-creatorInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Claude Skill を新規作成するときに使う。
要件整理から SKILL.md 作成、必要なディレクトリ作成、最終チェックまでを行う。
SKILL.md を作成するscripts/ references/ assets/ を追加する次の観点を最初に確認する。
ユーザーへの確認は短く行い、クローズドクエスチョンは AskUserQuestion を使う。
まず最小構成で作る。
<skill-name>/
└── SKILL.md
必要になったら追加する。
<skill-name>/
├── SKILL.md
├── scripts/ # 実行スクリプト
├── references/ # 参照資料
└── assets/ # テンプレート/静的ファイル
フロントマターは少なく保つ。
---
description: このSkillが何を支援するかを簡潔に書く
---
本文は「いつ使うか」「どう進めるか」を命令形で書く。
description は発動判定に効くため、具体的な語彙を含める。
初期ロード情報を最小化し、必要時のみ追加情報を読む。
references/ に分離scripts/ へ分離SKILL.md は判断基準と手順に集中SKILL.md が存在する迷った場合は次をデフォルトにする。
chezmoi/dot_claude/skills/<skill-name>/SKILL.md のみ)新規作成時は、最終的に以下をユーザーへ返す。
SKILL.md の要点(description/用途/手順)発動例:
testing
Interview the user relentlessly about a plan or design until reaching shared understanding, resolving each branch of the decision tree. Use when user wants to stress-test a plan, get grilled on their design, or mentions "grill me".
tools
PRレビューコメント対応
tools
gwqでworktreeを切り、.envとsettings.local.jsonをコピーし、plan-xxx.mdを配置して別ターミナルで作業開始できる状態を作る
tools
WSLでクリップボードの画像を /tmp/claude-clipboard/ にPNG保存してClaude Codeに読ませる。Windows側のPowerShell経由で取得する