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/pluginslab/wp-agentic-kit/agents-mdgit clone --depth 1 https://github.com/pluginslab/wp-agentic-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.01984 | $0.01984 |
| Opus 5 | $0.00992 | $0.00992 |
| Sonnet 5 | $0.00397 | $0.00397 |
| Haiku 4.5 | $0.00198 | $0.00198 |
Grade C, and why
wp-agentic-kit AGENTS.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 yesterday.
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. --> Copies of this mod
1 near-identical copy found in the catalogue:
- wp-agentic-kit CLAUDE.md — 94% identical, 1 lines differ
How it starts
The opening of the file, as written. The whole thing — 186 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:
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.
- yesterday First seen · 186 lines · 1,984 tokens per session scan C 9068926ef3d5
wp-agentic-kit AGENTS.md is an instructions file published in the GitHub repository pluginslab/wp-agentic-kit (18 stars, last pushed 2mo ago), licensed MIT. It adds 1,984 tokens to every session, about $0.0099 per session on Opus 5. A static security scan graded it C with 1 finding (hidden instructions). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other instructions, from other repositories
qwen-code AGENTS.md
Instructions for QwenLM/qwen-code, covering agents.md, working principles, simplicity first, common commands and building.
qwen-code CLAUDE.md
Instructions for QwenLM/qwen-code: This file provides guidance to Claude Code (claude.ai/code) when working with code in this repository.
claude-plugins CLAUDE.md
Instructions for 2389-research/claude-plugins, covering 2389 research claude code plugin marketplace, repository purpose, structure, available plugins and development.
agor CLAUDE.md
Claude Code instructions for preset-io/agor, a project described as: Agor - team command center for all things agentic.
flutter-agentic-starter CLAUDE.md
Instructions for tsnAnh/flutter-agentic-starter, covering claude.md, role & responsibilities, workflows, karpathy guidelines and hard development rules.
agentic-tech-debt CLAUDE.md
Instructions for bcanfield/agentic-tech-debt, covering project rules, adapter parity — duplicated on purpose, what's duplicated (keep in sync), per-adapter deltas (do not sync away) and demo gifs.