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/maniruzzamanakash/wp-react-kit/claude-mdgit clone --depth 1 https://github.com/ManiruzzamanAkash/wp-react-kitWhat 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 | $0.01035 | $0.01035 |
| Opus 5 | $0.00517 | $0.00517 |
| Sonnet 5 | $0.00207 | $0.00207 |
| Haiku 4.5 | $0.00103 | $0.00103 |
Grade A, and why
wp-react-kit 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 3d 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 — 95 lines — stays where its author put it; the contents beside it link to each section on GitHub.
CLAUDE.md
Guidance for Claude Code in this repository. This mirrors AGENTS.md; keep the
two in sync when either changes.
Project
WP React Kit / "Job Place" — a WordPress plugin with a React admin UI
(src/) backed by a PHP REST API (includes/). It manages job postings
(CRUD, publish/draft, dashboard stats) inside wp-admin, and ships a
public job board built with Gutenberg blocks and the Interactivity API.
- Text domain:
jobplace - PHP namespace root:
Akash\JobPlace(PSR-4 →includes/) - REST namespace:
job-place/v1 - Block namespace:
wrc/*(e.g.wrc/jobs-list,wrc/job-page) - Build output:
build/(produced by@wordpress/scripts)
Commands
npm run build # Production build (webpack) → build/
npm run start # Watch/dev build
npm run test:unit # Jest unit tests (jest-unit.config.js)
npm run makepot # Regenerate languages/jobplace.pot
php -l <file> # Lint a PHP file
After editing src/, run npm run build and confirm it compiles. After
editing PHP, run php -l on changed files.
Directory map
job-place.php # Bootstrap: DI container, hooks, activation
includes/ # PHP (PSR-4: Akash\JobPlace\*)
Blocks/ # PatternRegistry, BlockTemplatesService, EditorData
Routing/ # Job detail permalinks + template router
Setup/ # Installer, Upgrader, PageSeeder
WordPress/Pages/ # PageService (default Jobs page)
… # REST, Jobs, Databases, Assets, Admin
src/
blocks/ # Gutenberg blocks (wrc/*) + shared pattern UI
scripts/ # Interactivity modules (@jobplace/jobs)
styles/jobs-board.scss # Shared front-end board styles
components/ # Admin UI (jobs/, dashboard/, TemplateListEdit)
data/jobs/ # wp-data store wp-react/jobs
templates/
patterns/ # Block patterns (jobs list + job detail layouts)
templates/single-job.html # Single job block template
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.
- 3d ago First seen · 95 lines · 1,035 tokens per session scan A b363e57c295f
wp-react-kit CLAUDE.md is an instructions file published in the GitHub repository ManiruzzamanAkash/wp-react-kit (123 stars, last pushed 3mo ago), licensed MIT. It adds 1,035 tokens to every session, about $0.0052 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
gorest AGENTS.md
Instructions for pilinux/gorest, covering agents.md, project overview, build and run commands, build and tidy dependencies.
symfony-flex-backend CLAUDE.md
Instructions for tarlepp/symfony-flex-backend, covering what is this?, table of contents ᐞ, ai documentation map ᐞ, version sources of truth ᐞ and project architecture ᐞ.
python-samples-fastapi-restful CLAUDE.md
Instructions for nanotaboada/python-samples-fastapi-restful, covering claude.md, claude code, tech stack, structure and coding guidelines.
flarestarter AGENTS.md
Instructions for FlareStarter/flarestarter, covering agents.md, what this is, structure, conventions and commands.
symfony-flex-backend copilot-instructions.md
Instructions for tarlepp/symfony-flex-backend, covering what is this?, table of contents ᐞ, purpose ᐞ, architecture rules ᐞ and php and symfony rules ᐞ.
woocommerce AGENTS.md
AGENTS.md instructions for woocommerce/woocommerce, covering woocommerce monorepo - ai agents documentation, project overview, navigation guide, which documentation to use? and available skills.