pitchdocs GEMINI.md

pitchdocs GEMINI.md is an instructions file for Gemini CLI from littlebearapps/pitchdocs. It costs 523 tokens per session, scanned A, original, MIT.

Project instructions for PitchDocs, a plugin that creates repository documents such as READMEs and changelogs from a codebase. They describe its Markdown files, writing conventions, agents, and available document types.

In plain words
What is it for?
Use them when editing or extending PitchDocs, checking its Markdown, or creating repository documentation. They also identify the skills, agents, rules, and paths that make up the plugin.
Why use it?
They give the agent the project context and rules needed to work consistently in PitchDocs. This reduces guesswork about commands, file locations, language style, and documentation standards.

Instructions file for Gemini CLI

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

Made for: Gemini CLI.

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 GEMINI.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/littlebearapps/pitchdocs/gemini-md.svg)](https://agentmods.dev/instructions/littlebearapps/pitchdocs/gemini-md)
Your own site
<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>
Per session 523 This file is loaded in full into every session.
When invoked 523 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.00523 $0.00523
Opus 5 $0.00262 $0.00262
Sonnet 5 $0.00105 $0.00105
Haiku 4.5 $0.00052 $0.00052

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

Security

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.

GEMINI.md · 36 lines

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 rules
  • rules/*.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 manifest
  • upstream-versions.json: pinned upstream spec versions

Protected Files

  • docs/faq/index.md — load-bearing source for the marketing-site FAQPage JSON-LD on https://littlebearapps.com/help/pitchdocs/. The docs-sync pipeline (scripts/docs-sync.config.ts in littlebearapps/littlebearapps.com, mapped under pitchdocs with category: faq) hard-fails if the directory is missing. Keep ≥7 question-shaped H2 headings (##); update entries in place; never delete. See Protected Documentation Files in AGENTS.md.

Read the full file on GitHub · 36 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. 3d ago First seen · 36 lines · 523 tokens per session scan A 15a6ef51e414

Subscribe to this mod's changes

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.

Related

Other instructions, from other repositories