skill-stocktake
Use when auditing Codex skills and commands for quality. Supports Quick Scan (changed skills only) and Full Stocktake modes with sequential subagent batch evaluation.
npx skills add mturac/everything-openai-codex --skill skill-stocktake --agent codex
Same command for any agent — swap --agent for claude-code, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# skill-stocktake Slash command (`/skill-stocktake`) that audits all Codex skills and commands using a quality checklist + AI holistic judgment. Supports two modes: Quick Scan for recently changed skills, and Full Stocktake for a complete review. ## Scope The command targets the following paths **relative to the directory where it is invoked**: | Path | Description | |------|-------------| | `~/.codex/skills/` | Global skills (all projects) | | `{cwd}/.codex/skills/` | Project-level skills (if the directory exists) | **At the start of Phase 1, the command explicitly lists which paths were found and scanned.** ### Targeting a specific project To include project-level skills, run from that project's root directory: ```bash cd ~/path/to/my-project /skill-stocktake ``` If the project has no `.codex/skills/` directory, only global skills and commands are evaluated. ## Modes | Mode | Trigger | Duration | |------|---------|---------| | Quick Scan | `results.json` exists (default) | 5–10 min | | Full Stocktake | `results.json` absent, or `/skill-stocktake full` | 20–30 min | **Results cache:** `~/.codex/skills/skill-stocktake/results.json` ## Quick Scan Flow Re-evaluate only skills that ha
- Scope
- Targeting a specific project
- Modes
- Quick Scan Flow
- Full Stocktake Flow
- Phase 1 — Inventory
- Phase 2 — Quality Evaluation
- Phase 3 — Summary Table
- Phase 4 — Consolidation
- Results File Schema
- Notes
cd ~/path/to/my-project
What does the skill-stocktake skill do?
Use when auditing Codex skills and commands for quality. Supports Quick Scan (changed skills only) and Full Stocktake modes with sequential subagent batch evaluation.
How do I install it?
Run `npx skills add mturac/everything-openai-codex --skill skill-stocktake --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 mturac/everything-openai-codex, a repository with 84 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.
