pitchdocs CLAUDE.md

pitchdocs CLAUDE.md is an instructions file for coding agents from littlebearapps/pitchdocs. It costs 2,035 tokens per session, scanned A, original, MIT.

Project instructions for PitchDocs, a Markdown-only Claude Code plugin that creates and checks public repository documentation. Claude Code is an AI coding assistant.

In plain words
What is it for?
Use them when modifying the plugin, adding documentation workflows, or checking its project architecture.
Why use it?
They describe where the plugin’s skills, agents, commands, and rules live, so changes can follow its design.

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

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

README.md
[![agentmods](https://agentmods.dev/badge/instructions/littlebearapps/pitchdocs/claude-md.svg)](https://agentmods.dev/instructions/littlebearapps/pitchdocs/claude-md)
Your own site
<a href="https://agentmods.dev/instructions/littlebearapps/pitchdocs/claude-md"><img src="https://agentmods.dev/badge/instructions/littlebearapps/pitchdocs/claude-md.svg" alt="Measured on agentmods" height="20"></a>
Per session 2,035 This file is loaded in full into every session.
When invoked 2,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.02035 $0.02035
Opus 5 $0.01018 $0.01018
Sonnet 5 $0.00407 $0.00407
Haiku 4.5 $0.00203 $0.00203

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

Security

Grade A, and why

pitchdocs 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 4d 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 · 97 lines

How it starts

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

PitchDocs

Generate high-quality public-facing repository documentation with a marketing edge. PitchDocs is a Claude Code plugin (pure Markdown, zero runtime dependencies) with 15 skills, 4 agents (3 pipeline + 1 per-project), 3 auto-loaded rules (1 global + 2 installed), 2 installable rule templates, 16 slash commands (14 active + 2 stubs), 1 opt-in hook, and 24 eval test cases. This repo also has ContextDocs installed, which adds the context-updater agent and context-quality.md rule.

Project Architecture

This is a 100% Markdown-based plugin — no JavaScript, no Python, no build step. All knowledge lives in structured YAML+Markdown files:

.claude-plugin/plugin.json      → Plugin manifest (name, version, keywords)
.claude/skills/*/SKILL.md       → 16 reference knowledge modules (loaded on-demand)
.claude/agents/docs-writer.md   → Orchestration agent (coordinates researcher → write → reviewer pipeline)
.claude/agents/docs-researcher.md → Codebase discovery and feature extraction agent
.claude/agents/docs-reviewer.md → Post-generation quality validation agent
.claude/agents/context-updater.md → AI context file updater agent (from ContextDocs, not PitchDocs)
.claude/agents/docs-freshness.md → Installed freshness checker (auto-loaded locally; source: agents/docs-freshness.md)
.claude/rules/content-filter.md → Content filter quick reference (auto-loaded; Claude Code only)
.claude/rules/context-quality.md → AI context file quality standards (from ContextDocs, auto-loaded; Claude Code only)
.claude/rules/doc-standards.md → Installed quality standards (auto-loaded locally; source: rules/doc-standards.md)
.claude/rules/docs-awareness.md → Installed documentation trigger map (auto-loaded locally; source: rules/docs-awareness.md)
rules/doc-standards.md          → Quality standards (installed per-project by /pitchdocs:activate)
rules/docs-awareness.md         → Documentation trigger map (installed per-project by /pitchdocs:activate)
agents/docs-freshness.md        → Freshness checker agent (installed per-project by /pitchdocs:activate)
commands/*.md                   → 16 slash command definitions (14 active + 2 stubs redirecting to ContextDocs)
hooks/*.sh                      → 1 opt-in hook script (Claude Code only, installed by /pitchdocs:activate install strict)

Read the full file on GitHub · 97 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. 4d ago First seen · 97 lines · 2,035 tokens per session scan A 69475aa80374

Subscribe to this mod's changes

pitchdocs CLAUDE.md is an instructions file published in the GitHub repository littlebearapps/pitchdocs (8 stars, last pushed 3mo ago), licensed MIT. It adds 2,035 tokens to every session, about $0.0102 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.