geo-optimisation

geo-optimisation is a skill for Claude Code, Codex from littlebearapps/pitchdocs. It costs 67 tokens per session (760 once invoked), scanned A, original, MIT.

A set of writing patterns for making documentation easier for AI systems to find, understand, and quote in generated answers.

In plain words
What is it for?
Use it to structure READMEs and other public documentation with clear definitions, focused sections, comparison tables, statistics, and related terminology.
Why use it?
It helps prevent important information from being missed or misrepresented when AI tools retrieve parts of your documentation.

Skill for Claude CodeCodex

Part of the pitchdocs plugin — 16 skills, 15 commands, 4 agents shipped together

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 skills/littlebearapps/pitchdocs/geo-optimisation
Any agent
npx skills add littlebearapps/pitchdocs --skill geo-optimisation
Clone the repo
git clone --depth 1 https://github.com/littlebearapps/pitchdocs

Made for: Claude Code, Codex.

Or install pitchdocs, the plugin that ships this one along with the rest of its 16 skills, 15 commands, 4 agents.

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 geo-optimisation

README.md
[![agentmods](https://agentmods.dev/badge/skills/littlebearapps/pitchdocs/geo-optimisation.svg)](https://agentmods.dev/skills/littlebearapps/pitchdocs/geo-optimisation)
Your own site
<a href="https://agentmods.dev/skills/littlebearapps/pitchdocs/geo-optimisation"><img src="https://agentmods.dev/badge/skills/littlebearapps/pitchdocs/geo-optimisation.svg" alt="Measured on agentmods" height="20"></a>
Per session 67 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 760 The whole file, excluding the scripts and references it only reads on demand.
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.00067 $0.00760
Opus 5 $0.00034 $0.00380
Sonnet 5 $0.00013 $0.00152
Haiku 4.5 $0.00007 $0.00076

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

Security

Grade A, and why

geo-optimisation 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/skills/geo-optimisation/SKILL.md · 63 lines

How it starts

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

GEO: Writing for AI Citation

Generative Engine Optimisation (GEO) ensures documentation surfaces correctly in AI-generated answers — ChatGPT, Perplexity, Google AI Overviews, and Claude. These principles apply to all public-facing docs, not just READMEs.

Crisp Definitions First

Put a one-sentence definition of the project at the very top of the README, before badges or navigation. LLMs preferentially quote top-of-page definitions when answering "what is X?" queries. The definition must be standalone — it should make sense if extracted with no surrounding context.

Atomic Sections

Each H2 section should have one clear intent, answerable as a standalone snippet. AI retrieval systems (RAG) chunk documents by heading, so a section that mixes installation with architecture reduces citation accuracy.

Rules:

  • One topic per H2 — don't combine "Features" and "Configuration"
  • Strict heading hierarchy: H1 > H2 > H3 without skipping levels
  • Descriptive headings with topic keywords — "## TypeScript Configuration" not "## Config"
  • Each section should be comprehensible without reading prior sections

Concrete Statistics

Content with concrete statistics can boost visibility in AI responses by up to 28% (Aggarwal et al., "GEO: Generative Engine Optimization", 2023). Include benchmarks, performance numbers, and measurable outcomes wherever evidence exists.

Rules:

  • Every statistic must trace to actual code, a benchmark file, or a verifiable measurement
  • Prefer relative comparisons ("40% faster than X") over absolute numbers when the alternative is well-known

Comparison Tables

LLMs frequently surface comparison tables when answering "X vs Y" queries. Use a descriptive H2 heading ("How It Compares"), be factually accurate about competitors, and include at least one quantitative row alongside qualitative ones.

TL;DR and Key Concepts Blocks

For long guides (200+ lines), add a TL;DR block immediately after the title. RAG systems often extract the first paragraph under a heading — make it count.

Read the full file on GitHub · 63 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 · 63 lines · 67 tokens per session scan A b1e9e77876b1

Subscribe to this mod's changes

geo-optimisation is a skill published in the GitHub repository littlebearapps/pitchdocs (8 stars, last pushed 3mo ago), licensed MIT. It adds 67 tokens to every session and 760 once invoked, about $0.0003 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.