project-skill-audit
Audit a project and recommend the highest-value skills to add or update.
npx skills add sickn33/agentic-awesome-skills --skill project-skill-audit --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# 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. ## When to Use - When the user asks what skills a project needs or which existing skills should be updated. - When recommendations should be grounded in project history, memory files, and local conventions. ## Workflow 1. 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. 2. Build the memory/session path first. Resolve the memory base as `$CODEX_HOME` when set, otherwise default to `~/.codex`. Use these locations: - memory index: `$CODEX_HOME/memories/MEMORY.md` or `~/.codex/memories/MEMORY.md` - rollout summaries: `$CODEX_HOME/memories/rollout_summaries/` - raw sessions: `$CODEX_HOME/sessions/` or `~/.codex/sessions/` 3. Read project past sessions in this order. If the
- Overview
- When to Use
- Workflow
- Session Analysis
- 1. Search memory index first
- 2. Open targeted rollout summaries
- 3. Use raw sessions only as a fallback
- 4. Turn session evidence into skill candidates
- Recommendation Rules
- What To Scan
- Output Expectations
- Naming Guidance
- Failure Shields
- Follow-up
What does the project-skill-audit skill do?
Audit a project and recommend the highest-value skills to add or update.
How do I install it?
Run `npx skills add sickn33/agentic-awesome-skills --skill project-skill-audit --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From sickn33/agentic-awesome-skills, a repository with 44,414 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.