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/littlebearapps/pitchdocs/gemini-mdgit clone --depth 1 https://github.com/littlebearapps/pitchdocsWrote 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.
[](https://agentmods.dev/instructions/littlebearapps/pitchdocs/gemini-md)<a href="https://agentmods.dev/instructions/littlebearapps/pitchdocs/gemini-md"><img src="https://agentmods.dev/badge/instructions/littlebearapps/pitchdocs/gemini-md.svg" alt="Measured on agentmods" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5 | $0.00523 | $0.00523 |
| Opus 5 | $0.00262 | $0.00262 |
| Sonnet 5 | $0.00105 | $0.00105 |
| Haiku 4.5 | $0.00052 | $0.00052 |
Grade A, and why
pitchdocs GEMINI.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 3d 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.
How it starts
The opening of the file, as written. The whole thing — 36 lines — stays where its author put it; the contents beside it link to each section on GitHub.
PitchDocs
A Claude Code plugin that generates marketing-quality repository documentation — READMEs, changelogs, and 15+ more doc types for any codebase. For AI context file management, see ContextDocs.
Tech Stack
Markdown, YAML frontmatter, Claude Code plugin system
Commands
No build, test, or deploy commands — this is a pure Markdown plugin. Lint with npx markdownlint-cli2 "**/*.md".
Conventions
- Australian English (realise, colour, behaviour, licence/license)
- Conventional Commits (feat:, fix:, docs:, chore:)
- Benefit-driven language: every feature claim traces to code evidence
- 4-question test: problem solved? usable? credible? linked?
- GEO-optimised structure for AI citation
Key Paths
.claude/skills/*/SKILL.md: 16 reference knowledge modules.claude/agents/*.md: 3 pipeline agents (docs-writer, docs-researcher, docs-reviewer).claude/rules/content-filter.md: 1 globally auto-loaded rule;.claude/rules/doc-standards.md,.claude/rules/docs-awareness.md: 2 installed auto-loaded rulesrules/*.md: 2 installable rules (doc-standards, docs-awareness — installed per-project by/pitchdocs:activate)agents/docs-freshness.md: 1 installable agent (freshness checker — installed per-project by/pitchdocs:activate)commands/*.md: 16 command definitions (14 active + 2 stubs)hooks/content-filter-guard.sh: content filter write guard (Claude Code only, installed by/pitchdocs:activate install strict).claude-plugin/plugin.json: plugin manifestupstream-versions.json: pinned upstream spec versions
Protected Files
docs/faq/index.md— load-bearing source for the marketing-siteFAQPageJSON-LD onhttps://littlebearapps.com/help/pitchdocs/. The docs-sync pipeline (scripts/docs-sync.config.tsinlittlebearapps/littlebearapps.com, mapped underpitchdocswithcategory: faq) hard-fails if the directory is missing. Keep ≥7 question-shaped H2 headings (##); update entries in place; never delete. See Protected Documentation Files inAGENTS.md.
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.
- 3d ago First seen · 36 lines · 523 tokens per session scan A 15a6ef51e414
pitchdocs GEMINI.md is an instructions file published in the GitHub repository littlebearapps/pitchdocs (7 stars, last pushed 3mo ago), licensed MIT. It adds 523 tokens to every session, about $0.0026 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.
Other instructions, from other repositories
Skill_Seekers CLAUDE.md
Instructions for yusufkaraaslan/Skill_Seekers, covering claude.md, project overview, essential commands, required before running tests or cli (src/ layout) and run all tests (never skip - all must pass before commits).
Skill_Seekers AGENTS.md
Instructions for yusufkaraaslan/Skill_Seekers, covering agents.md - skill seekers, project overview, key capabilities, setup and with dev tools (pytest, ruff, mypy, coverage).
docs.page AGENTS.md
Instructions for invertase/docs.page, covering docs.page — agent guidance, project overview, monorepo layout, commands and conventions.
PowerDocu copilot-instructions.md
Instructions for modery/PowerDocu, covering claude.md — powerdocu codebase guide, project overview, repository structure, submodule: powerdocu.common and key contents of powerdocu.common.
PowerDocu CLAUDE.md
Instructions for modery/PowerDocu, covering claude.md — powerdocu codebase guide, project overview, repository structure, submodule: powerdocu.common and key contents of powerdocu.common.
typo3-docs-skill AGENTS.md
AGENTS.md instructions for netresearch/typo3-docs-skill, covering agents.md — typo3 documentation skill, repo structure, commands, rules and references.