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 agentmods add instructions/elvismdev/claude-wordpress-skills/claude-mdgit clone --depth 1 https://github.com/elvismdev/claude-wordpress-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/instructions/elvismdev/claude-wordpress-skills/claude-md)<a href="https://agentmods.dev/instructions/elvismdev/claude-wordpress-skills/claude-md"><img src="https://agentmods.dev/badge/instructions/elvismdev/claude-wordpress-skills/claude-md.svg" alt="Measured on agentmods" 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.00565 | $0.00565 |
| Opus 5 | $0.00282 | $0.00282 |
| Sonnet 5 | $0.00113 | $0.00113 |
| Haiku 4.5 | $0.00056 | $0.00056 |
Grade A, and why
claude-wordpress-skills CLAUDE.md 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 6d 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 — 82 lines — stays where its author put it; the contents beside it link to each section on GitHub.
CLAUDE.md
This file provides guidance to Claude Code (claude.ai/code) when working with code in this repository.
Project Overview
This is a Claude Code plugin that provides WordPress performance review skills. It enables Claude to perform comprehensive code reviews for WordPress themes, plugins, and custom code with a focus on performance optimization.
Repository Structure
.claude-plugin/ # Plugin configuration
plugin.json # Plugin metadata (name, version, author)
marketplace.json # Marketplace registration
skills/ # Skill definitions
wp-performance-review/
SKILL.md # Main skill file with YAML frontmatter
references/ # Supporting documentation
anti-patterns.md # PHP code anti-patterns reference
wp-query-guide.md # WP_Query optimization reference
caching-guide.md # Caching strategies reference
measurement-guide.md # Performance measurement reference
commands/ # Slash command definitions
wp-perf-review.md # Full performance review command
wp-perf.md # Quick triage scan command
Adding New Skills
- Create directory:
skills/wp-your-skill/ - Create
SKILL.mdwith YAML frontmatter:--- name: skill-name description: Trigger phrases and when to use. Max 1024 chars. --- - Add references in
skills/wp-your-skill/references/if needed - Update
marketplace.jsonto include the new skill - Update
README.mdskill table
Adding Slash Commands
Create a markdown file in commands/ with:
---
description: What the command does
argument-hint: [optional-args]
---
Code Standards
PHP examples must follow WordPress PHP Coding Standards:
- Spaces inside parentheses:
function_name( $arg ) - Use
array()not[] - Yoda conditions:
if ( true === $value ) - Snake_case for variables/functions
- Prefix custom functions:
prefix_function_name()
Use consistent severity labels in skill content:
- CRITICAL: Will cause failures at scale (OOM, 500 errors)
- WARNING: Degrades performance under load
- INFO: Optimization opportunity
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.
- 6d ago First seen · 82 lines · 565 tokens per session scan A ffb39778cae7
claude-wordpress-skills CLAUDE.md is an instructions file published in the GitHub repository elvismdev/claude-wordpress-skills (227 stars, last pushed 9mo ago), licensed MIT. It adds 565 tokens to every session, about $0.0028 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-08-30.
Other instructions, from other repositories
Skill_Seekers CLAUDE.md
Instructions for yusufkaraaslan/Skill_Seekers, covering claude.md, project overview, essential commands, required before running tests or cli (src/ layout) and run all tests (never skip - all must pass before commits).
platform-skills copilot-instructions.md
Copilot instructions for nitinjain999/platform-skills, covering platform engineering instructions for github copilot, version: 1.40.0, source: https://github.com/nitinjain999/platform-skills, response contract and core principles.
core-ai CLAUDE.md
Claude Code instructions for helius-labs/core-ai, covering core ai, compiler-managed sync, mcp server pin, skill versioning and router surface maintenance.
platform-skills CLAUDE.md
Claude Code instructions for nitinjain999/platform-skills, covering platform skills - skill development guide, philosophy, production-first engineering, progressive disclosure and multi-domain coherence.
core-ai AGENTS.md
AGENTS.md instructions for helius-labs/core-ai, covering core ai — agent instructions, repository overview, mcp server setup, api key setup and public tool surface.
claude-code-skill-factory CLAUDE.md
Instructions for alirezarezvani/claude-code-skill-factory, covering claude.md - skills factory orchestration, repository purpose, modular claude.md architecture, navigation map and repository structure.