Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx skills add nathanonn/agent-skills --skill wp-requirements-to-goalsgit clone --depth 1 https://github.com/nathanonn/agent-skillsWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/skills/nathanonn/agent-skills/wp-requirements-to-goals)<a href="https://agentmods.dev/skills/nathanonn/agent-skills/wp-requirements-to-goals"><img src="https://agentmods.dev/badge/skills/nathanonn/agent-skills/wp-requirements-to-goals/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/skills/nathanonn/agent-skills/wp-requirements-to-goals"><img src="https://agentmods.dev/badge/skills/nathanonn/agent-skills/wp-requirements-to-goals.svg" alt="Reviewed on agentmods" width="80" height="20"></a>What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00213 | $0.10435 |
| Opus 5 | $0.00106 | $0.05217 |
| Sonnet 5 | $0.00043 | $0.02087 |
| Haiku 4.5 | $0.00021 | $0.01043 |
Grade C, and why
wp-requirements-to-goals scanned grade C with 1 finding against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 12d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Recursive force deletehighDestructive command
rm -rf with a variable or a broad path is one typo away from removing the wrong tree.
2. **Sanitize, then atomic mv.** Run the sanitizer (`references/sanitizer.md`) over the whole tmp tree. On a clean pass, `mv` each top-level entry into the project root. On any sanitizer hit, `rm -rf` the tmp tree and st How it starts
The opening of the file, as written. The whole thing — 531 lines — stays where its author put it; the contents beside it link to each section on GitHub.
wp-requirements-to-goals — Full WP Plugin Requirements → Codex /goal Project
Convert a complete WordPress plugin requirements.md (multiple user stories, edge cases, settings catalog, cross-cutting features) into the full project structure Codex /goal needs to drive autonomous implementation across many goal slices.
Prerequisite — playwright-cli. Every goal's
VERIFY.mdruns its browser checks through playwright-cli. Install it once on the machine that runs/goal:npm install -g @playwright/cli@latestthenplaywright-cli install --skills(needs Node.js 18+). Phase 2 also host-detects an installedplaywright-cliskill and bundles it into.codex/skills/so Codex can reach it during execution.
project-root/
├── requirements.md ← input
├── goals-plan.md ← Phase 1 output
├── _shared/ ┐
│ ├── project-config.md │ ← Phase 1 (identity + env + skill refs, single source of truth)
│ └── dev-patterns.md │ ← Phase 1 (extracted from input CLAUDE.md/AGENTS.md if present)
├── README.md │
├── AGENTS.md │
├── .wp-env.json │
├── package.json ├─ Phase 2 (root scaffold)
├── run-goals.sh │ bash automation — drives every goal via codex exec
├── fixtures/.gitkeep │
├── .codex/skills/ │ ← Phase 2 (host-detected playwright-cli skill, if bundled)
│ └── playwright-cli/ │
├── <slug>/ │ plugin bootstrap (folder name = slug)
│ ├── <slug>.php │
│ ├── src/Plugin.php │
│ └── composer.json │
├── protocols/ │
│ └── run_goal_tests.md ┘ canonical verification protocol
└── goals/
├── 00-foundation/ ← Phase 3 (walking skeleton)
├── 01-usXX-<slug>/ ┐
├── 02-usXX-<slug>/ ├─ Phase 4 (one folder per US)
├── ... ┘
├── NN-<feature-slug>/ ← Phase 5 (one per non-US feature)
└── NN-integration/ ← Phase 6 (cross-cutting + edge-case suite)
_shared/ is the cross-goal vocabulary home: project-config.md carries APP_NAME / NAMESPACE / CSS_PREFIX / ports / credentials / skill references, and per-phase templates indirect into it instead of inlining the values. dev-patterns.md is populated only when the input project has a CLAUDE.md or AGENTS.md worth extracting from; otherwise it's omitted. See references/scaffold-templates.md for both files' templates.
Each goal folder contains:
goals/NN-slug/
GOAL.md objective, scope, ACs, allowed paths, depends-on, DoD
VERIFY.md wp-env up + domain check + browser protocol invocation + manual smoke
PROGRESS.md audit trail (populated by /goal during execution)
tests/
test_plan.md one TC per AC + one TC per owned edge case
domain.eval.txt wp eval-file script for server-side checks
What ships with it
9 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
- references/foundation-template.md 15 KB
- references/integration-template.md 17 KB
- references/non-us-template.md 8.8 KB
- references/per-us-template.md 14 KB
- references/plan-decomposition.md 17 KB
- references/run-goals-template.sh 9.9 KB runs code
- references/sanitizer.md 11 KB
- references/scaffold-templates.md 23 KB
- references/verification-protocol.md 14 KB
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 12d ago First seen · 531 lines · 213 tokens per session scan C 6ecea7d3d0df
wp-requirements-to-goals is a skill published in the GitHub repository nathanonn/agent-skills (19 stars, last pushed 23d ago), licensed MIT. It adds 213 tokens to every session and 10,435 once invoked, about $0.0011 per session on Opus 5. A static security scan graded it C with 1 finding (recursive force delete). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other skills, from other repositories
recipe-create-meet-space
Create a Google Meet meeting space and share the join link.
workthreads
SpecStory Workthreads - a weekly work-thread rollup across a team's repos from SpecStory coding histories (any agent - Claude Code, Codex, Cursor, Gemini, and more). It groups the window's sessions into threads of work per project and labels each new / open / recently closed, so a lead sees what shipped, what is still…
atmos-config
Atmos root configuration: atmos.yaml discovery, precedence, deep merging, basepath, imports, minimal bootstrap, and routing to narrower Atmos skills.
story-readiness
Validate that a story file is implementation-ready. Checks for embedded GDD requirements, ADR references, engine notes, clear acceptance criteria, and no open design questions. Produces READY / NEEDS WORK / BLOCKED verdict with specific gaps. Use when user says 'is this story ready', 'can I start on this story', 'is…
magpie-security-issue-import-from-md
Open one or more tracking issues from a markdown file containing a batch of security findings. Each finding becomes one tracker landing in the Needs triage board column. The file itself is the full report — there is no inbound reporter to reply to and no PR to inspect.
remove
Remove a deployed framework or addon from the current workspace.