pitchdocs copilot-instructions.md

Project instructions for PitchDocs, a Claude Code plugin that creates repository documentation in Markdown files. They describe the project layout, writing rules, commands, agents, and protected files.

In plain words
What is it for?
Use them when maintaining PitchDocs, adding documentation commands or skills, checking documentation quality, or working with its agent and hook structure.
Why use it?
They give the coding agent the project knowledge and boundaries it needs to update documentation consistently and avoid changing protected files.

Instructions file for GitHub Copilot

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

Made for: GitHub Copilot.

Per session 582 This file is loaded in full into every session.
When invoked 582 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.00582 $0.00582
Opus 5 $0.00291 $0.00291
Sonnet 5 $0.00116 $0.00116
Haiku 4.5 $0.00058 $0.00058

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

Security

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.

.github/copilot-instructions.md · 32 lines

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 rules
  • 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 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

Read the full file on GitHub · 32 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 · 32 lines · 582 tokens per session scan A b917e87b7b95

Subscribe to this mod's changes

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.

Related

Other instructions, from other repositories