Claude Code の plugin / skills / hooks / commands / agents / marketplace / CLI / 組み込み slash command の実機検証済みリファレンス (field-verified reference)。SKILL.md frontmatter fields, hook events & JSON I/O schemas, matcher syntax, string substitution (${CLAUDE_PLUGIN_ROOT} 等), plugin.json / marketplace.json, 配布フロー / version bump, `claude` CLI 全 option / subcommand / `--print` モード / `--safe-mode` vs `--bare` / `--json-schema` 出力構造, 組み込み slash command 全網羅 (= `/clear` `/compact` `/plugin` `/code-review` `/fork` 等の bundled command + skill + workflow) を扱う。plugin 開発・hook 作成・skill 定義・CLI 使い方・組み込み command 確認の際に必ず参照する。
How this skill is triggered — by the user, by Claude, or both
Slash command
/claude-plugin-reference:claude-plugin-referenceThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
> **最終検証: Claude Code !`cat ${CLAUDE_SKILL_DIR}/last-verified.txt`**
最終検証: Claude Code !
cat ${CLAUDE_SKILL_DIR}/last-verified.txtこのスタンプは
last-verified.txt(1 行ロックファイル) を embed したもの。個別事象の追記時はこの値に触れない — 更新するのは § メンテナンス責務 を通った時だけ。各項目の実測バージョンは個別ラベル (例[実機検証済: vX.Y.Z (検証元 plugin)]) が正。
${CLAUDE_SKILL_DIR}/reference/ 配下のうち、必要なトピックのファイルのみ Read してください (context 最小化のための二段構成)。
commands/*.md の役割 / 書式テンプレ / skills との使い分け / 3 軸構造)claude の全 option / --print 依存マトリクス / --output-format=json 構造 / --json-schema 出力先 / --safe-mode vs --bare / 全 subcommand)/<name> 全 ~100 件 / bundled skill / workflow / alias / 削除済 + バイナリ実装との突合)各ファイルは [spec] / [実機検証済] / [未検証] / [実装の副産物] のラベルで確証範囲を区別。[未検証] 項目は TODO、検証したら格上げ。検証済み項目には可能な限り確認した Claude Code バージョンを併記する (例: [実機検証済: v2.1.170])。
このリファレンスの価値は 「常に最新 Claude Code で検証済み」 であること。invoke 時に必ず以下を確認する:
claude --version で現行バージョンを取得し、冒頭の 最終検証 バージョンと比較する。[実機検証済: vX.Y.Z] を付与。[未検証] TODO のうち現行で検証可能になったものを格上げ。${CLAUDE_SKILL_DIR}/last-verified.txt を現行バージョン + 当日日付の 1 行に書き換え (= 冒頭スタンプの embed 元)。SKILL.md 本文は触らない。docs/runbooks/cc-version-maintenance.md を参照 (リポ checkout 内でのメンテ時のみ到達可)。Creates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.
npx claudepluginhub kawaz/claude-plugin-reference --plugin claude-plugin-reference