一键导入
agent-skill-reference
Official Claude Code reference for agent skills. Use this when configuring frontmatter or other settings for agent skills.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Official Claude Code reference for agent skills. Use this when configuring frontmatter or other settings for agent skills.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
user invoke only
user invoke only
user invoke only
Use this to consult the official Pi coding agent reference when investigating, designing, or implementing Pi — setup, configuration, providers/models, skills, extensions, packages, prompt templates, sessions, SDK, RPC, JSON event stream, and terminal setup.
trigger is `visualize`
A skill where the LLM manages the Wiki of an Obsidian Vault (memos). Always use this skill in situations such as: - 「WikiにXXを取り込んで」「ingestして」「このメモをWikiに追加して」「Wikiを更新して」 - 「Wikiで調べて」「Wikiを検索」「WikiでXXについて教えて」 - 「Wiki lint」「Wikiの健全チェック」「stale な refs を確認」「orphan pages を探して」 - Activate it proactively when referencing or updating the Wiki is appropriate in the flow of conversation
| name | agent-skill-reference |
| description | Official Claude Code reference for agent skills. Use this when configuring frontmatter or other settings for agent skills. |
Claude Code の Agent Skills(SKILL.md)に関する公式 docs スナップショットを references/ に保持する。
出典: https://code.claude.com/docs/en/skills (取得日 2026-06-26)。
references/overview-and-locations.mdreferences/frontmatter-and-substitutions.mdreferences/authoring-and-invocation.md!`cmd`)・subagent 実行(context: fork)・skill アクセス制限・skillOverrides: references/advanced-patterns.mdreferences/eval-share-troubleshooting.md--- 区切りで SKILL.md 冒頭に置く。全フィールド optional、推奨は description のみ。詳細は references/frontmatter-and-substitutions.md。
| フィールド | 役割 |
|---|---|
name | 一覧表示名。既定はディレクトリ名。/ で打つコマンド名は plugin-root を除き ディレクトリ名で決まる(name ではない) |
description | 何をするか+いつ使うか。trigger 判定に使われる。when_to_use と合算で 1,536 文字で切られるので主用途を先頭に |
when_to_use | trigger 用の追加文脈(フレーズ・例)。description に追記され文字数上限に算入 |
argument-hint | 補完時のヒント(例 [issue-number]) |
arguments | $name 置換用の位置引数名(空白区切り or YAML list) |
disable-model-invocation | true で Claude の自動起動を抑止(手動 /name のみ)。subagent への preload も止まる |
user-invocable | false で / メニューから隠す(Claude のみ起動可の背景知識向け) |
allowed-tools | active 中に無確認で使える tool。制限ではなく事前承認 |
disallowed-tools | active 中に使えなくする tool。次メッセージで解除 |
model | active 中のモデル上書き。ターン終了で復帰。inherit 可 |
effort | active 中の effort 上書き(low/medium/high/xhigh/max) |
context | fork で subagent コンテキストで実行 |
agent | context: fork 時の subagent タイプ(既定 general-purpose) |
hooks | この skill のライフサイクルに紐づく hooks |
paths | glob にマッチするファイル作業時のみ自動起動 |
shell | inline shell 実行のシェル(bash/powershell) |
~/.claude/skills/<dir>/SKILL.md や .claude/skills/<dir>/ は ディレクトリ名が /コマンド。frontmatter name は表示名で、plugin-root の SKILL.md のときだけコマンド名になる。SKILL.md は1メッセージとして会話に入り、以降そのターンを通じて残る(再読込されない)。一度きりの手順ではなく恒常的な指示として書く。What skills are available? で表示確認/直接 /skill-name。--debug で frontmatter parse エラーを確認。disable-model-invocation: true。