project-skill-audit
プロジェクトを分析し、最も価値の高いスキルを特定して、新規に作成したり更新したりするための提案を行うSkill。
📜 元の英語説明(参考)
Analyze a project and recommend highest-value skills to create or update. Use when: auditing project skills, getting skill recommendations, or reviewing existing skill coverage.
🇯🇵 日本人クリエイター向け解説
プロジェクトを分析し、最も価値の高いスキルを特定して、新規に作成したり更新したりするための提案を行うSkill。
※ jpskill.com 編集部が日本のビジネス現場向けに補足した解説です。Skill本体の挙動とは独立した参考情報です。
下記のコマンドをコピーしてターミナル(Mac/Linux)または PowerShell(Windows)に貼り付けてください。 ダウンロード → 解凍 → 配置まで全自動。
mkdir -p ~/.claude/skills && cd ~/.claude/skills && curl -L -o project-skill-audit.zip https://jpskill.com/download/15293.zip && unzip -o project-skill-audit.zip && rm project-skill-audit.zip
$d = "$env:USERPROFILE\.claude\skills"; ni -Force -ItemType Directory $d | Out-Null; iwr https://jpskill.com/download/15293.zip -OutFile "$d\project-skill-audit.zip"; Expand-Archive "$d\project-skill-audit.zip" -DestinationPath $d -Force; ri "$d\project-skill-audit.zip"
完了後、Claude Code を再起動 → 普通に「動画プロンプト作って」のように話しかけるだけで自動発動します。
💾 手動でダウンロードしたい(コマンドが難しい人向け)
- 1. 下の青いボタンを押して
project-skill-audit.zipをダウンロード - 2. ZIPファイルをダブルクリックで解凍 →
project-skill-auditフォルダができる - 3. そのフォルダを
C:\Users\あなたの名前\.claude\skills\(Win)または~/.claude/skills/(Mac)へ移動 - 4. Claude Code を再起動
⚠️ ダウンロード・利用は自己責任でお願いします。当サイトは内容・動作・安全性について責任を負いません。
🎯 このSkillでできること
下記の説明文を読むと、このSkillがあなたに何をしてくれるかが分かります。Claudeにこの分野の依頼をすると、自動で発動します。
📦 インストール方法 (3ステップ)
- 1. 上の「ダウンロード」ボタンを押して .skill ファイルを取得
- 2. ファイル名の拡張子を .skill から .zip に変えて展開(macは自動展開可)
- 3. 展開してできたフォルダを、ホームフォルダの
.claude/skills/に置く- · macOS / Linux:
~/.claude/skills/ - · Windows:
%USERPROFILE%\.claude\skills\
- · macOS / Linux:
Claude Code を再起動すれば完了。「このSkillを使って…」と話しかけなくても、関連する依頼で自動的に呼び出されます。
詳しい使い方ガイドを見る →- 最終更新
- 2026-05-18
- 取得日時
- 2026-05-18
- 同梱ファイル
- 1
📖 Skill本文(日本語訳)
※ 原文(英語/中国語)を Gemini で日本語化したものです。Claude 自身は原文を読みます。誤訳がある場合は原文をご確認ください。
プロジェクトスキル監査
概要
スキルを推奨する前に、プロジェクトの実際の反復ワークフローを監査します。一般的なブレインストーミングよりも、記憶、ロールアウトの概要、既存のスキルフォルダ、および現在のリポジトリの慣例からの証拠を優先します。
既存のプロジェクトスキルが必要な動作に近い場合は、新しいスキルよりもアップデートを推奨します。
ワークフロー
-
現在のプロジェクトの表面をマッピングします。 リポジトリのルートを特定し、
AGENTS.md、README.md、ロードマップ/台帳ファイル、ワークフローまたは検証の期待値を定義するローカルドキュメントなど、最も関連性の高いプロジェクトガイダンスを最初に読みます。 -
最初にメモリ/セッションパスを構築します。 メモリベースを
$CODEX_HOMEが設定されている場合は$CODEX_HOMEとして解決し、設定されていない場合はデフォルトで~/.codexとします。 次の場所を使用します。- メモリインデックス:
$CODEX_HOME/memories/MEMORY.mdまたは~/.codex/memories/MEMORY.md - ロールアウトの概要:
$CODEX_HOME/memories/rollout_summaries/ - 生セッション:
$CODEX_HOME/sessions/または~/.codex/sessions/
- メモリインデックス:
-
この順序でプロジェクトの過去のセッションを読みます。 ランタイムプロンプトにメモリの概要がすでに含まれている場合は、そこから開始します。 次に、
MEMORY.mdで以下を検索します。- リポジトリ名
- リポジトリのベース名
- 現在の
cwd - 重要なモジュールまたはファイル名 最初に最も関連性の高いロールアウトの概要を1〜3つだけ開きます。 必要な正確な証拠が概要にない場合にのみ、生のセッション JSONL にフォールバックします。
-
新しいものを提案する前に、既存のプロジェクトローカルスキルをスキャンします。 現在のリポジトリルートからの相対位置で、次の場所を確認します。
.agents/skills.codex/skillsskillsSKILL.mdとagents/openai.yamlの両方が存在する場合は、両方を読みます。
-
プロジェクトローカルスキルを反復作業と比較します。 過去のセッションで繰り返されるパターンを探します。
- 繰り返される検証シーケンス
- 繰り返される失敗シールド
- 繰り返される所有権の境界
- 繰り返される根本原因のカテゴリ
- 繰り返し同じリポジトリ固有のコンテキストを必要とするワークフロー パターンが繰り返し表示され、まだ十分にキャプチャされていない場合は、候補スキルです。
-
new skillとupdate existing skillを分離します。 既存のスキルが適切なバケットであるが、トリガーが古くなっていたり、ガードレールが欠落していたり、パスが古くなっていたり、検証手順が弱かったり、スコープが不完全な場合は、更新を推奨します。 ワークフローが十分に異なり、既存のスキルを拡張すると曖昧または混乱を招く場合にのみ、新しいスキルを推奨します。 -
プロジェクトローカルスキルを確認した後でのみ、グローバルスキルとの重複を確認します。
$CODEX_HOME/skillsおよび$CODEX_HOME/skills/publicを使用して、汎用的な共有スキルによってすでに十分に解決されているワークフローに対して、プロジェクトローカルスキルを提案することを回避します。 グローバルスキルが存在するという理由だけで、プロジェクトローカルスキルを拒否しないでください。プロジェクト固有のガードレールは、ローカルの特殊化を正当化できます。
セッション分析
1. 最初にメモリインデックスを検索します
rgを使用して、リポジトリ名、ベース名、およびcwdでMEMORY.mdを検索します。- 同じリポジトリパスでロールアウトの概要をすでに引用しているエントリを優先します。
- キャプチャ:
- 繰り返されるワークフロー
- 検証コマンド
- 失敗シールド
- 所有権の境界
- マイルストーンまたはロードマップの結合
2. ターゲットを絞ったロールアウトの概要を開きます
memories/rollout_summaries/の下にある最も関連性の高い概要ファイルを開きます。- ファイル名、
cwd、またはkeywordsが現在のプロジェクトと一致する概要を優先します。 - 抽出:
- ユーザーが繰り返し要求したこと
- 繰り返し発生した手順
- 繰り返し壊れたこと
- 正確性を証明したコマンド
- 再発見する必要があったプロジェクト固有のコンテキスト
3. 生セッションはフォールバックとしてのみ使用します
- ロールアウトの概要に具体的な詳細が欠落している場合にのみ、
sessions/JSONL ファイルを検索します。 - 次で検索します。
- 正確な
cwd - リポジトリのベース名
- ロールアウトの概要からのスレッド ID
- 特定のファイルパスまたはコマンド
- 正確な
- 概要パスを置き換えるのではなく、正確なプロンプト、コマンドシーケンス、差分、または失敗テキストを回復するために生のセッションを使用します。
4. セッションの証拠をスキル候補に変えます
- 候補の
new skillは、繰り返されるトピックだけでなく、繰り返されるワークフローに対応する必要があります。 - 候補の
skill updateは、トリガー、ガードレール、または検証手順が記録されたセッションと一致しなくなったローカルスキルによってすでにカバーされているワークフローに対応する必要があります。 - 次のような具体的な証拠を優先します。
- 「この検証シーケンスは4つのセッションに表示されました」
- 「この所有権の混乱は、エクストラクターとランタイムの修正で繰り返されました」
- 「同じローカルスクリプトとテレメトリプローブを繰り返し再発見する必要がありました」
推奨ルール
-
次の場合に新しいスキルを推奨します。
- 同じリポジトリ固有のワークフローまたは失敗モードが、セッション全体で複数回表示される
- 成功は、プロジェクト固有のパス、スクリプト、所有権ルール、または検証手順に依存する
- ワークフローは、強力なデフォルトまたは失敗シールドからメリットを得る
-
次の場合に更新を推奨します。
- 既存のプロジェクトローカルスキルが、ニーズのほとんどをすでにカバーしている
SKILL.mdとagents/openai.yamlが互いにドリフトする- パス、スクリプト、検証コマンド、またはマイルストーン参照が古い
- スキルの本文が、プロジェクトが実際にどのように作業されているかを反映するには一般的すぎる
-
次の場合にスキルを推奨しないでください。
- パターンが再利用可能なワークフローではなく、一回限りのバグである
- 汎用的なグローバルスキルが、意味のあるプロジェクト固有の追加なしで既に適合している
- ワークフローがメンテナンスコストを正当化するのに十分な回数繰り返されていない
スキャンするもの
-
過去のセッションとメモリ:
- コンテキストに既にあるメモリの概要(ある場合)
$CODEX_HOME/memories/MEMORY.mdまたは~/.codex/memories/MEMORY.md- 現在のリポジトリの最も関連性の高いロールアウトの概要1〜3つ
- 概要が不十分な場合にのみ、生の
$CODEX_HOME/sessionsまたは~/.codex/sessionsJSONL ファイル
-
プロジェクトローカルスキルの表面:
./.agents/skills/*/SKILL.md./.agents/skills/*/agents/openai.yaml./.codex/skills/*/SKILL.md./skills/*/SKILL.md
-
プロジェクトの慣例:
AGENTS.mdREADME.md- ロードマップ、台帳、アーキテクチャ、または検証ドキュメント
- 現在のワークツリー
📜 原文 SKILL.md(Claudeが読む英語/中国語)を展開
Project Skill Audit
Overview
Audit the project's real recurring workflows before recommending skills. Prefer evidence from memory, rollout summaries, existing skill folders, and current repo conventions over generic brainstorming.
Recommend updates before new skills when an existing project skill is already close to the needed behavior.
Workflow
-
Map the current project surface. Identify the repo root and read the most relevant project guidance first, such as
AGENTS.md,README.md, roadmap/ledger files, and local docs that define workflows or validation expectations. -
Build the memory/session path first. Resolve the memory base as
$CODEX_HOMEwhen set, otherwise default to~/.codex. Use these locations:- memory index:
$CODEX_HOME/memories/MEMORY.mdor~/.codex/memories/MEMORY.md - rollout summaries:
$CODEX_HOME/memories/rollout_summaries/ - raw sessions:
$CODEX_HOME/sessions/or~/.codex/sessions/
- memory index:
-
Read project past sessions in this order. If the runtime prompt already includes a memory summary, start there. Then search
MEMORY.mdfor:- repo name
- repo basename
- current
cwd - important module or file names Open only the 1-3 most relevant rollout summaries first. Fall back to raw session JSONL only when the summaries are missing the exact evidence you need.
-
Scan existing project-local skills before suggesting anything new. Check these locations relative to the current repo root:
.agents/skills.codex/skillsskillsRead bothSKILL.mdandagents/openai.yamlwhen present.
-
Compare project-local skills against recurring work. Look for repeated patterns in past sessions:
- repeated validation sequences
- repeated failure shields
- recurring ownership boundaries
- repeated root-cause categories
- workflows that repeatedly require the same repo-specific context If the pattern appears repeatedly and is not already well captured, it is a candidate skill.
-
Separate
new skillfromupdate existing skill. Recommend an update when an existing skill is already the right bucket but has stale triggers, missing guardrails, outdated paths, weak validation instructions, or incomplete scope. Recommend a new skill only when the workflow is distinct enough that stretching an existing skill would make it vague or confusing. -
Check for overlap with global skills only after reviewing project-local skills. Use
$CODEX_HOME/skillsand$CODEX_HOME/skills/publicto avoid proposing project-local skills for workflows already solved well by a generic shared skill. Do not reject a project-local skill just because a global skill exists; project-specific guardrails can still justify a local specialization.
Session Analysis
1. Search memory index first
- Search
MEMORY.mdwithrgusing the repo name, basename, andcwd. - Prefer entries that already cite rollout summaries with the same repo path.
- Capture:
- repeated workflows
- validation commands
- failure shields
- ownership boundaries
- milestone or roadmap coupling
2. Open targeted rollout summaries
- Open the most relevant summary files under
memories/rollout_summaries/. - Prefer summaries whose filenames,
cwd, orkeywordsmatch the current project. - Extract:
- what the user asked for repeatedly
- what steps kept recurring
- what broke repeatedly
- what commands proved correctness
- what project-specific context had to be rediscovered
3. Use raw sessions only as a fallback
- Only search
sessions/JSONL files if rollout summaries are missing a concrete detail. - Search by:
- exact
cwd - repo basename
- thread ID from a rollout summary
- specific file paths or commands
- exact
- Use raw sessions to recover exact prompts, command sequences, diffs, or failure text, not to replace the summary pass.
4. Turn session evidence into skill candidates
- A candidate
new skillshould correspond to a repeated workflow, not just a repeated topic. - A candidate
skill updateshould correspond to a workflow already covered by a local skill whose triggers, guardrails, or validation instructions no longer match the recorded sessions. - Prefer concrete evidence such as:
- "this validation sequence appeared in 4 sessions"
- "this ownership confusion repeated across extractor and runtime fixes"
- "the same local script and telemetry probes had to be rediscovered repeatedly"
Recommendation Rules
-
Recommend a new skill when:
- the same repo-specific workflow or failure mode appears multiple times across sessions
- success depends on project-specific paths, scripts, ownership rules, or validation steps
- the workflow benefits from strong defaults or failure shields
-
Recommend an update when:
- an existing project-local skill already covers most of the need
SKILL.mdandagents/openai.yamldrift from each other- paths, scripts, validation commands, or milestone references are stale
- the skill body is too generic to reflect how the project is actually worked on
-
Do not recommend a skill when:
- the pattern is a one-off bug rather than a reusable workflow
- a generic global skill already fits with no meaningful project-specific additions
- the workflow has not recurred enough to justify the maintenance cost
What To Scan
-
Past sessions and memory:
- memory summary already in context, if any
$CODEX_HOME/memories/MEMORY.mdor~/.codex/memories/MEMORY.md- the 1-3 most relevant rollout summaries for the current repo
- raw
$CODEX_HOME/sessionsor~/.codex/sessionsJSONL files only if summaries are insufficient
-
Project-local skill surface:
./.agents/skills/*/SKILL.md./.agents/skills/*/agents/openai.yaml./.codex/skills/*/SKILL.md./skills/*/SKILL.md
-
Project conventions:
AGENTS.mdREADME.md- roadmap, ledger, architecture, or validation docs
- current worktree or recent touched areas if needed for context
Output Expectations
Return a compact audit with:
-
Existing skillsList the project-local skills found and the main workflow each one covers. -
Suggested updatesFor each update candidate, include:- skill name
- why it is incomplete or stale
- the highest-value change to make
-
Suggested new skillsFor each new skill, include:- recommended skill name
- why it should exist
- what would trigger it
- the core workflow it should encode
-
Priority orderRank the top recommendations by expected value.
Naming Guidance
- Prefer short hyphen-case names.
- Use project prefixes for project-local skills when that improves clarity.
- Prefer verb-led or action-oriented names over vague nouns.
Failure Shields
- Do not invent recurring patterns without session or repo evidence.
- Do not recommend duplicate skills when an update to an existing skill would suffice.
- Do not rely on a single memory note if the current repo clearly evolved since then.
- Do not bulk-load all rollout summaries; stay targeted.
- Do not skip rollout summaries and jump straight to raw sessions unless the summaries are insufficient.
- Do not recommend skills from themes alone; recommendations should come from repeated procedures, repeated validation flows, or repeated failure modes.
- Do not confuse a project's current implementation tasks with its reusable skill needs.
Follow-up
If the user asks to actually create or update one of the recommended skills, proceed to implement the chosen skill rather than continuing the audit.