verbs CLAUDE.md

verbs CLAUDE.md is an instructions file for coding agents from panda850819/verbs. It costs 824 tokens per session, scanned A, original, MIT.

A repository contract for Verbs, an opinionated collection of skills for taking software work from unclear requests to checked delivery. It defines where skills and shared files live and which generated files must stay synchronized.

In plain words
What is it for?
Use it when adding, renaming, narrowing, or removing Verbs skills, updating its manifest, regenerating distribution files, and checking that the repository remains consistent.
Why use it?
It helps contributors avoid editing generated copies, forgetting required synchronization steps, or adding work that conflicts with the repository’s stated boundaries.

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/panda850819/verbs/claude-md
Clone the repo
git clone --depth 1 https://github.com/panda850819/verbs

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 verbs CLAUDE.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/panda850819/verbs/claude-md.svg)](https://agentmods.dev/instructions/panda850819/verbs/claude-md)
Your own site
<a href="https://agentmods.dev/instructions/panda850819/verbs/claude-md"><img src="https://agentmods.dev/badge/instructions/panda850819/verbs/claude-md.svg" alt="Measured on agentmods" height="20"></a>
Per session 824 This file is loaded in full into every session.
When invoked 824 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.00824 $0.00824
Opus 5 $0.00412 $0.00412
Sonnet 5 $0.00165 $0.00165
Haiku 4.5 $0.00082 $0.00082

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

Security

Grade A, and why

verbs 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 5d 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 · 88 lines

How it starts

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

Verbs (repo contract)

Verbs is an opinionated skill pack for taking software work from ambiguity to verified delivery. The user-facing README lives at the repo root. This file is the iteration contract: what an agent must keep true when changing this repo.

Layout

  • skills/{engineering,productivity,meta}/<name>/SKILL.md — the active skills, tiered core / ext in manifest.toml.
  • lib/ — canonical shared modules. The copies under skills/*/lib/ are GENERATED from each skill's resources[]; never edit a vendored copy.
  • .claude-plugin/, .codex-plugin/, .agents/plugins/ — GENERATED skills-only distribution metadata.
  • maintainer/ — skill-writing lore and the frontmatter spec. Not a runtime surface.
  • .out-of-scope/ — rejected directions with reopen conditions. Check it before proposing any new skill, folder, or adapter.

Sync obligations (the invariants)

When adding, renaming, re-scoping, or removing a skill:

  1. manifest.toml [skill.<name>] is the single source (tier, requires, resources, description).
  2. Run python3 scripts/verbs sync — it regenerates the loader JSONs (.claude-plugin/, .codex-plugin/, .agents/plugins/), the vendored lib copies, and the resource index. Hand-editing a generated file is drift the suite rejects.
  3. Update the RESOLVER.md catalog row and the skill's own description when routing changes.
  4. Bump [manifest] version — the bump is what refreshes installed plugin caches on both hosts.
  5. Record the change in CHANGELOG.md.

To retire a lib resource: remove it from resources[], run sync (it prunes the vendored copy against the still-present canonical file), then delete the canonical file — in that order; sync fails loud otherwise.

Verify

bash tests/run-all.sh — invocation policy, sync determinism, doctor parity, structural lint. Green before any PR; CI runs the same suite on macOS.

Authoring bar

maintainer/writing-great-skills.md (construction lore) and maintainer/SKILL-FRONTMATTER.md (frontmatter contract). A new skill must name the surface it replaces or extends, clear .out-of-scope/ precedent, and take a RESOLVER row plus a concrete routing description.

Read the full file on GitHub · 88 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. 5d ago First seen · 88 lines · 824 tokens per session scan A d00ae77de7c9

Subscribe to this mod's changes

verbs CLAUDE.md is an instructions file published in the GitHub repository panda850819/verbs (5 stars, last pushed 12d ago), licensed MIT. It adds 824 tokens to every session, about $0.0041 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.