claude-code-plugins CLAUDE.md

A repository instruction file for a collection of Claude Code add-ons made for WordPress development, security, and client work. It describes the repository layout and how skills must be structured.

In plain words
What is it for?
Use it when working on this plugin repository, especially when creating skills, commands, scripts, changelogs, or marketplace entries.
Why use it?
It gives an agent the project-specific rules needed to understand, edit, and extend the repository consistently.

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/a8cteam51/claude-code-plugins/claude-md
Clone the repo
git clone --depth 1 https://github.com/a8cteam51/claude-code-plugins
Per session 889 This file is loaded in full into every session.
When invoked 889 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.00889 $0.00889
Opus 5 $0.00445 $0.00445
Sonnet 5 $0.00178 $0.00178
Haiku 4.5 $0.00089 $0.00089

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

Security

Grade A, and why

claude-code-plugins 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 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.

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 · 125 lines

How it starts

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

CLAUDE.md

This file provides guidance to Claude Code (claude.ai/code) when working with code in this repository.

Repository Overview

This is a8cteam51-claude-code-plugins — Claude Code plugins built by Automattic's Special Projects team (Automattic Special Projects) for WordPress development, security, and client work.

Automattic Special Projects helps interesting people, projects, and organizations have an excellent experience with WordPress. These plugins support that mission by automating common workflows.

Architecture

Plugin Structure

a8cteam51-claude-code-plugins/
├── .claude-plugin/
│   └── marketplace.json          # Plugin registry
├── plugins/
│   └── plugin-name/
│       ├── CHANGELOG.md           # Version history
│       ├── skills/                # Skills with SKILL.md files
│       │   └── skill-name/
│       │       └── SKILL.md
│       ├── commands/              # Slash commands (optional)
│       │   └── command.md
│       └── scripts/               # Helper scripts (optional)
└── CLAUDE.md                      # This file

Skills Specification

All skills must have a SKILL.md file with YAML frontmatter:

  • Required frontmatter fields:
    • name - hyphen-case, lowercase alphanumeric + hyphens
    • description - when Claude should use this skill
  • Optional frontmatter fields:
    • license
    • metadata - custom key-value pairs
    • argument-hint - usage hint shown for slash invocation (e.g. "[owner/repo] <issue>")
    • allowed-tools - restrict which tools the skill may use
    • model - pin a model for the skill
  • Body: Markdown instructions, examples, and guidelines

Using This Marketplace

Adding to Claude Code

/plugin marketplace add a8cteam51/claude-code-plugins

Installing Plugins

# Browse available plugins
/plugin

# Install specific plugin
/plugin install <plugin-name>@a8cteam51-claude-code-plugins

Creating New Plugins

  1. Create plugin directory under plugins/:

Read the full file on GitHub · 125 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 · 125 lines · 889 tokens per session scan A 16bc9dd73925

Subscribe to this mod's changes

claude-code-plugins CLAUDE.md is an instructions file published in the GitHub repository a8cteam51/claude-code-plugins (3 stars, last pushed 4d ago), licensed MIT. It adds 889 tokens to every session, about $0.0044 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-31.