wp-react-kit CLAUDE.md

A project instruction file for a WordPress job-board plugin with a React administration screen and a PHP interface for managing job postings. It documents the project layout, names, and commands.

In plain words
What is it for?
Use it when changing job-posting management, the public job board, WordPress blocks, the PHP interface, translations, or the project’s build and test setup.
Why use it?
It gives a coding agent the repository-specific rules needed to edit the React or PHP parts without overlooking required builds, checks, or naming conventions.

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/maniruzzamanakash/wp-react-kit/claude-md
Clone the repo
git clone --depth 1 https://github.com/ManiruzzamanAkash/wp-react-kit
Per session 1,035 This file is loaded in full into every session.
When invoked 1,035 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 $0.01035 $0.01035
Opus 5 $0.00517 $0.00517
Sonnet 5 $0.00207 $0.00207
Haiku 4.5 $0.00103 $0.00103

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

Security

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.

CLAUDE.md · 95 lines

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

Read the full file on GitHub · 95 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. 3d ago First seen · 95 lines · 1,035 tokens per session scan A b363e57c295f

Subscribe to this mod's changes

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.