wp-contributing

wp-contributing is a skill for Claude Code from yojahny55/claude-wp-builder. It costs 86 tokens per session (2,976 once invoked), scanned A, original, MIT.

A contributor guide for the Claude WP Builder plugin, whose commands, helper agents, instructions, and starter WordPress files are organized into separate layers.

In plain words
What is it for?
Use it when editing the plugin itself, checking its text-based tests, following its translation rules, or preparing a pull request or release.
Why use it?
It explains the repository's rules so contributors do not put work in the wrong layer or create instructions that quietly conflict with other parts.

Skill for Claude Code

Written for Claude Code: user-invocable in frontmatter. Also seen: mentions CLAUDE.md; mentions subagents; positional $N argument.

Runs only inside its plugin — its command needs a path that Claude Code sets for a plugin’s own hooks and for nothing else. Install the plugin, not this.

Part of the claude-wp-builder plugin — 15 skills, 30 commands, 15 agents shipped together

Good fit Use it when editing the plugin itself, checking its text-based tests, following its translation rules, or preparing a pull request or release.

Compare 6 skills from other repositories ↓
Install

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.

Claude Code
/plugin marketplace add yojahny55/claude-wp-builder
Claude Code
/plugin install claude-wp-builder

Made for: Claude Code.

Or install claude-wp-builder, the plugin that ships this one along with the rest of its 15 skills, 30 commands, 15 agents.

Wrote 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.

agentmods badge for wp-contributing

README.md
[![agentmods](https://agentmods.dev/badge/skills/yojahny55/claude-wp-builder/wp-contributing/github.svg)](https://agentmods.dev/skills/yojahny55/claude-wp-builder/wp-contributing)
Your own site
<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.

agentmods 80×15 button for wp-contributing

Your own site · 80×15
<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>
Per session 86 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,976 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

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.

ModelPer sessionOnce 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

Measured 5d ago against content hash f92352f36a39, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-08, from the pricing page.

Security

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.

skills/wp-contributing/SKILL.md · 204 lines

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-yolo is the model: it normalizes the demo once, then drives /wp-settings, /wp-cpt, /wp-header, /wp-footer, /wp-section and /wp-seed in 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: false is not decoration — it is the whole contract.
  • Every agent's first mandatory step reads the project's .claude/CLAUDE.md — the file /wp-init generates in the user's WordPress project, which is a different file from this repository's own CLAUDE.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.

Read the full file on GitHub · 204 lines

Changes

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.

  1. 5d ago First seen · 204 lines · 86 tokens per session scan A f92352f36a39

Subscribe to this mod's changes

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.

Related

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…

wondelai/skills · 147 tokens

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…

rampstackco/claude-skills · 103 tokens

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]".

bitwize-music-studio/claude-ai-music-skills · 50 tokens

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…

cbrock84/headcount · 94 tokens

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…

cbrock84/headcount · 69 tokens

Website Audit

Comprehensive website auditing skill using Lighthouse, PageSpeed Insights, and web performance APIs to audit performance, accessibility, SEO, best practices, and security.

PramodDutta/qaskills · 33 tokens