wp-classic

wp-classic is a skill for Claude Code from alessioarzenton/claude-code-wp-toolkit. It costs 29 tokens per session (1,880 once invoked), scanned A, original, GPL-3.0.

A set of coding rules for WordPress Bedrock projects that use a traditional PHP theme without Sage, Acorn, or Blade.

In plain words
What is it for?
Use it when developing, reviewing, or maintaining a classic PHP theme in a WordPress Bedrock project.
Why use it?
It keeps changes consistent with the project's chosen WordPress setup and avoids instructions meant for different theme frameworks.

Skill for Claude Code

Written for Claude Code: user-invocable in frontmatter.

Good fit Use it when developing, reviewing, or maintaining a classic PHP theme in a WordPress Bedrock project.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/alessioarzenton/claude-code-wp-toolkit/wp-classic
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.

Any agent
npx skills add alessioarzenton/claude-code-wp-toolkit --skill wp-classic
Clone the repo
git clone --depth 1 https://github.com/alessioarzenton/claude-code-wp-toolkit

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 wp-classic

README.md
[![agentmods](https://agentmods.dev/badge/skills/alessioarzenton/claude-code-wp-toolkit/wp-classic.svg)](https://agentmods.dev/skills/alessioarzenton/claude-code-wp-toolkit/wp-classic)
Your own site
<a href="https://agentmods.dev/skills/alessioarzenton/claude-code-wp-toolkit/wp-classic"><img src="https://agentmods.dev/badge/skills/alessioarzenton/claude-code-wp-toolkit/wp-classic.svg" alt="Measured on agentmods" height="20"></a>
Per session 29 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,880 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin unknown 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.00029 $0.01880
Opus 5 $0.00015 $0.00940
Sonnet 5 $0.00006 $0.00376
Haiku 4.5 $0.00003 $0.00188

Measured 7d ago against content hash 33a69f8f9989, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-07, from the pricing page.

Security

Grade A, and why

wp-classic 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 7d 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.

core/claude/skills/stacks/wp-classic/SKILL.md · 217 lines

The source is not reproduced here

Licensed GPL-3.0

The repository is licensed GPL-3.0, which this catalogue does not treat as permission to reproduce the file. Read it at the source.

Read it on GitHub

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. 7d ago First seen · 217 lines · 29 tokens per session scan A 33a69f8f9989

Subscribe to this mod's changes

wp-classic is a skill published in the GitHub repository alessioarzenton/claude-code-wp-toolkit (24 stars, last pushed 6mo ago), licensed GPL-3.0. It adds 29 tokens to every session and 1,880 once invoked, about $0.0001 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 skills, from other repositories

wp-plugin-bootstrap

Scaffolds and reviews the main entry-point PHP file of a WordPress plugin — header (with Requires Plugins for WP 6.5+), ABSPATH guard, file/path/url/version constants, Composer PSR-4 autoload with src/ as the default class root, optional scoped fallback for release ZIP safety, PascalCase class filenames that match…

Lonsdale201/wp-agent-skills · 183 tokens

bd-better-route-bridge

Compose better-data DTOs with the better-route library — use BetterRouteBridge::{get, post, put, patch, delete} to register a REST route that hydrates the request into a DTO, validates, calls the handler with (DataObject, mixed $request), and presents returned DataObject values through Presenter with…

Lonsdale201/wp-agent-skills · 214 tokens

bd-data-object

Add or modify DataObject subclasses inside the better-data library — the immutable, attribute-decorated DTOs the whole library is built around. Every DTO is final readonly class extends DataObject with constructor-promoted typed parameters; sources hydrate via ::fromArray, sinks project via SinkProjection, the…

Lonsdale201/wp-agent-skills · 206 tokens

bd-hydration-coercion

Modify how raw values become typed property values in better-data — work in TypeCoercer (primitives + DateTime + Enum + Secret) or DataObject::coerceParameter (attribute-aware — ListOf, Encrypted, etc.). Critical layering — TypeCoercer is pure, must stay callable from a no-WordPress unit test, no side effects, no…

Lonsdale201/wp-agent-skills · 224 tokens

bd-source-adapter

Add a new source adapter to better-data — code that reads from a WordPress data store the library doesn't cover yet (comments, attachments, transients, custom tables). Mirror the canonical shape PostSource / UserSource / TermSource use — a non-final class with static hydrate(int|object, $dtoClass) and…

Lonsdale201/wp-agent-skills · 207 tokens

wp-plugin-architecture

Designs and reviews the internal architecture of a WordPress plugin — src/ folder layout, Composer PSR-4 one-class-per-file discipline, PascalCase filenames matching class names, no class-.php legacy layout, Schema/Constants placement, composition-root vs singleton decisions, conditional asset enqueueing, script…

Lonsdale201/wp-agent-skills · 129 tokens