claude-wordpress-skills CLAUDE.md

claude-wordpress-skills CLAUDE.md is an instructions file for Claude Code from elvismdev/claude-wordpress-skills. It costs 565 tokens per session, scanned A, original, MIT.

A set of instructions for maintaining a Claude Code plugin that reviews WordPress performance. It describes the plugin structure, its skills and reference files, and how to add new skills or commands.

In plain words
What is it for?
Use it when maintaining the plugin, adding WordPress performance-review skills, updating reference guides, or creating slash commands and plugin configuration files.
Why use it?
It gives contributors a shared map of the repository and rules for extending it consistently. This reduces uncertainty about where performance guidance, commands, and plugin metadata belong.

Instructions file for Claude Code

Written for Claude Code: Claude Code plugin machinery. Also seen: reads .claude/ paths; mentions CLAUDE.md; mentions Claude Code.

Install

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.

agentmods
npx agentmods add instructions/elvismdev/claude-wordpress-skills/claude-md
Clone the repo
git clone --depth 1 https://github.com/elvismdev/claude-wordpress-skills

Made for: Claude Code.

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 claude-wordpress-skills CLAUDE.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/elvismdev/claude-wordpress-skills/claude-md.svg)](https://agentmods.dev/instructions/elvismdev/claude-wordpress-skills/claude-md)
Your own site
<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>
Per session 565 This file is loaded in full into every session.
When invoked 565 The same file — it is already loaded in full.
Security scan A 0 findings. Scan, not verified.
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.00565 $0.00565
Opus 5 $0.00282 $0.00282
Sonnet 5 $0.00113 $0.00113
Haiku 4.5 $0.00056 $0.00056

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

Security

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.

CLAUDE.md · 82 lines

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

  1. Create directory: skills/wp-your-skill/
  2. Create SKILL.md with YAML frontmatter:
    ---
    name: skill-name
    description: Trigger phrases and when to use. Max 1024 chars.
    ---
    
  3. Add references in skills/wp-your-skill/references/ if needed
  4. Update marketplace.json to include the new skill
  5. Update README.md skill 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

Read the full file on GitHub · 82 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. 6d ago First seen · 82 lines · 565 tokens per session scan A ffb39778cae7

Subscribe to this mod's changes

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.

Related

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

yusufkaraaslan/Skill_Seekers · 5,387 tokens

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.

nitinjain999/platform-skills · 3,564 tokens

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.

helius-labs/core-ai · 1,334 tokens

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.

nitinjain999/platform-skills · 2,930 tokens

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.

helius-labs/core-ai · 2,000 tokens

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.

alirezarezvani/claude-code-skill-factory · 2,306 tokens