Getting it into your agent
This one installs as part of its plugin. Adding the marketplace and installing the plugin brings it with everything else the plugin ships.
/plugin marketplace add yojahny55/claude-wp-builder/plugin install claude-wp-builderWrote 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/yojahny55/claude-wp-builder/wp-contributing)<a href="https://agentmods.dev/skills/yojahny55/claude-wp-builder/wp-contributing"><img src="https://agentmods.dev/badge/skills/yojahny55/claude-wp-builder/wp-contributing/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/yojahny55/claude-wp-builder/wp-contributing"><img src="https://agentmods.dev/badge/skills/yojahny55/claude-wp-builder/wp-contributing.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.00086 | $0.02976 |
| Opus 5 | $0.00043 | $0.01488 |
| Sonnet 5 | $0.00017 | $0.00595 |
| Haiku 4.5 | $0.00009 | $0.00298 |
Grade A, and why
wp-contributing scanned grade A with 0 findings 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 5d 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.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
How it starts
The opening of the file, as written. The whole thing — 204 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Contributing to Claude WP Builder
CONTRIBUTING.md is the front door: how to fork, where files go, the PR template, the code
of conduct. Read it first. This skill is the part that is not written down anywhere else —
the rules you only learn by breaking them.
The one sentence that explains this repo: it is a plugin made almost entirely of prose, so nothing fails at runtime when the prose goes wrong. A contract that drifts produces a worse site, silently, three commands later. Every convention below exists because that already happened.
Part 1 — Contributors
The four layers, and what may call what
commands/*.md user-facing slash commands — orchestration, argument parsing, step order
↓ dispatches
agents/*.md specialized subagents (wp-template, wp-css, wp-acf, wp-audit-*, …)
↓ reads
skills/*/SKILL.md knowledge libraries — methodology, never actions
↓ produces
starter-theme/ PHP scaffolds copied into the user's project
Calls go down only. The rules that follow from that:
- A command must never reimplement a builder.
/wp-yolois the model: it normalizes the demo once, then drives/wp-settings,/wp-cpt,/wp-header,/wp-footer,/wp-sectionand/wp-seedin dependency order. It owns the order, never the work. When you need a command to do something a builder already does, dispatch that builder — a second implementation is a second thing to keep correct, and it will diverge. - Skills inform; they never act. A skill that tells an agent to run WP-CLI belongs in an
agent.
user-invocable: falseis not decoration — it is the whole contract. - Every agent's first mandatory step reads the project's
.claude/CLAUDE.md— the file/wp-initgenerates in the user's WordPress project, which is a different file from this repository's ownCLAUDE.md. It carries the function prefix, theme slug, languages, template and i18n strategy.prefix_in any agent or skill doc is a placeholder, never a literal. - Plugin-relative paths in commands are always
${CLAUDE_PLUGIN_ROOT}/…, never relative. A relative path resolves against the user's project, not the plugin.
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.
- 5d ago First seen · 204 lines · 86 tokens per session scan A f92352f36a39
wp-contributing is a skill published in the GitHub repository yojahny55/claude-wp-builder (6 stars, last pushed today), licensed MIT. It adds 86 tokens to every session and 2,976 once invoked, about $0.0004 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-03.
Other skills, from other repositories
traction-eos
Implement the Entrepreneurial Operating System (EOS) to align vision and execution across a company. Use when the user mentions "EOS", "Entrepreneurial Operating System", "V/TO", "quarterly rocks", "Level 10 meetings", "accountability chart", "IDS process", "my company feels chaotic", "we keep having the same…
stakeholder-communication
Communicate effectively with stakeholders across functions and seniority levels. Use this skill when writing status updates, preparing executive reviews, sharing technical decisions with non-technical audiences, managing up, communicating bad news, or designing the communication cadence for a project. Triggers on…
promote-idea
Converts an album idea from IDEAS.md into an actual album project in one step. Use when the user says "promote [idea title]", "turn idea into album", or "start working on [idea]".
customer-onboarding-and-implementation
Takes a new customer from signature to working — setting a definition of live that both sides agreed before the contract was signed, planning and staffing the implementation, running data migration and integration realistically, training the people who will actually use it, and handing over to the ongoing…
vendor-management
Selects, contracts, and manages suppliers and vendors — requirements, evaluation, negotiation support, onboarding, performance management, and exit. Use this to choose a vendor, run a selection process, structure a service agreement's operational terms, manage an underperforming supplier, plan an exit or migration, or…
Website Audit
Comprehensive website auditing skill using Lighthouse, PageSpeed Insights, and web performance APIs to audit performance, accessibility, SEO, best practices, and security.