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/copilot-instructionsgit clone --depth 1 https://github.com/littlebearapps/pitchdocsWhat 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.00582 | $0.00582 |
| Opus 5 | $0.00291 | $0.00291 |
| Sonnet 5 | $0.00116 | $0.00116 |
| Haiku 4.5 | $0.00058 | $0.00058 |
Grade A, and why
pitchdocs copilot-instructions.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.
How it starts
The opening of the file, as written. The whole thing — 32 lines — stays where its author put it; the contents beside it link to each section on GitHub.
PitchDocs — Copilot Instructions
PitchDocs is a Claude Code plugin that generates marketing-quality repository documentation. Pure Markdown, no runtime dependencies.
Project Structure
.claude/skills/*/SKILL.md— 16 reference knowledge modules (README, features, changelog, roadmap, docs suite, llms.txt, package registry, user guides, docs verify, launch artifacts, API reference, doc refresh, visual standards, GEO optimisation, skill authoring, platform profiles).claude/agents/*.md— 3 pipeline agents (docs-writer orchestrator, docs-researcher, docs-reviewer).claude/rules/content-filter.md— 1 globally auto-loaded rule (Claude Code only);.claude/rules/doc-standards.md,.claude/rules/docs-awareness.md— 2 installed auto-loaded rulesrules/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 command definitions (14 active + 2 stubs redirecting to ContextDocs)hooks/content-filter-guard.sh— 1 opt-in hook (installed per-project by/pitchdocs:activate install strict, Claude Code only).claude-plugin/plugin.json— plugin manifest
Conventions
- Australian English spelling (realise, colour, behaviour, licence)
- Conventional Commits for git messages (feat:, fix:, docs:, chore:)
- Benefit-driven documentation: every feature claim traces to code evidence (with optional JTBD job mapping for richer benefits)
- 4-question framework: Does this solve my problem? Can I use it? Who made it? Where do I learn more?
- GEO-optimised structure for AI citation (crisp definitions, atomic sections, comparison tables)
Sync Points
When modifying skills or commands, keep these files in sync: README.md, AGENTS.md, llms.txt, and the bug report template component dropdown.
Protected Files
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.
- 2d ago First seen · 32 lines · 582 tokens per session scan A b917e87b7b95
pitchdocs copilot-instructions.md is an instructions file published in the GitHub repository littlebearapps/pitchdocs (7 stars, last pushed 3mo ago), licensed MIT. It adds 582 tokens to every session, about $0.0029 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.