project-skill-audit
Installation
SKILL.md
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:
Related skills