wp-agentic-kit CLAUDE.md

Repository instructions for building an example WordPress plugin with wp-agentic-kit. They describe the plugin's setup and require security practices in every PHP file touched.

In plain words
What is it for?
Use them when editing, testing, or installing this example WordPress plugin. They cover its type, supported WordPress and PHP versions, naming, and security requirements.
Why use it?
They give an agent the project-specific rules it needs before changing the plugin, especially around secure PHP code.

Instructions file

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/pluginslab/wp-agentic-kit/claude-md
Clone the repo
git clone --depth 1 https://github.com/pluginslab/wp-agentic-kit
Per session 2,013 This file is loaded in full into every session.
When invoked 2,013 The same file — it is already loaded in full.
Security scan C 1 finding. Scan, not verified.
Origin 94% copy Near-identical to another mod 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 $0.02013 $0.02013
Opus 5 $0.01007 $0.01007
Sonnet 5 $0.00403 $0.00403
Haiku 4.5 $0.00201 $0.00201

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

Security

Grade C, and why

wp-agentic-kit CLAUDE.md 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 2d 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.

Hidden instructionshighPrompt injection

Directives inside HTML comments, invisible characters or bidirectional overrides are read by the model and not by the person reviewing the file.

<!-- WHY this lives at the top: the first ~40 lines get the strongest model attention. Security rules earn that real estate; convenience rules don't. -->
Origin

This is a copy

94% identical to wp-agentic-kit AGENTS.md — 1 line differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.

CLAUDE.md · 187 lines

How it starts

The opening of the file, as written. The whole thing — 187 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Example Plugin

What this is

An example WordPress plugin scaffolded with wp-agentic-kit. Replace this sentence with what your plugin actually does.

  • Type: WordPress plugin
  • Author: Example Author
  • WordPress: 6.7+
  • PHP: 8.2+
  • Slug: pl-example · Namespace: PLExample · Text domain: pl-example

IMPORTANT: security is non-negotiable

YOU MUST follow these in every PHP file you touch:

Read the full file on GitHub · 187 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. 2d ago First seen · 187 lines · 2,013 tokens per session scan C e3eeb1159f16

Subscribe to this mod's changes

wp-agentic-kit CLAUDE.md is an instructions file published in the GitHub repository pluginslab/wp-agentic-kit (18 stars, last pushed 2mo ago), licensed MIT. It adds 2,013 tokens to every session, about $0.0101 per session on Opus 5. A static security scan graded it C with 1 finding (hidden instructions). It is 94% identical to wp-agentic-kit AGENTS.md, differing in 1 line, and is treated as a copy.