manual

manual is a skill for Claude Code from dougstanford/living-manual. It costs 107 tokens per session (3,747 once invoked), scanned A, original, MIT.

A living HTML user manual for a codebase, with interactive navigation, editable prose, a glossary, and optional issue-tracker links. It updates as the user-facing parts of the code change.

In plain words
What is it for?
Guiding first-time setup, explaining unfamiliar terms, documenting current features, previewing planned work, and turning notes into tickets.
Why use it?
It keeps setup and product guidance in one readable document instead of letting instructions become scattered or outdated.

Skill for Claude Code

Written for Claude Code: Claude Code plugin machinery. Also seen: mentions CLAUDE.md.

Part of the living-manual plugin — 2 skills shipped together

Good fit Guiding first-time setup, explaining unfamiliar terms, documenting current features, previewing planned work, and turning notes into tickets.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/dougstanford/living-manual/manual
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.

Any agent
npx skills add dougstanford/living-manual --skill manual
Clone the repo
git clone --depth 1 https://github.com/dougstanford/living-manual

Made for: Claude Code.

Or install living-manual, the plugin that ships this one along with the rest of its 2 skills.

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 manual

README.md
[![agentmods](https://agentmods.dev/badge/skills/dougstanford/living-manual/manual/github.svg)](https://agentmods.dev/skills/dougstanford/living-manual/manual)
Your own site
<a href="https://agentmods.dev/skills/dougstanford/living-manual/manual"><img src="https://agentmods.dev/badge/skills/dougstanford/living-manual/manual/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for manual

Your own site · 80×15
<a href="https://agentmods.dev/skills/dougstanford/living-manual/manual"><img src="https://agentmods.dev/badge/skills/dougstanford/living-manual/manual.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 107 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 3,747 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
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.1 $0.00107 $0.03747
Opus 5 $0.00053 $0.01873
Sonnet 5 $0.00021 $0.00749
Haiku 4.5 $0.00011 $0.00375

Measured 11d ago against content hash d0a0023e5e28, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

manual 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 11d 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.

skills/manual/SKILL.md · 331 lines

How it starts

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

The living manual

One HTML file, self-contained, brand-styled, interactive: clickable headings file notes that become tickets, roadmap previews show planned changes, a glossary explains novel concepts on first use, and readers rearrange the manual by dragging its contents or correct its prose in place. The browser keeps a reader's order and their edits; an optional payload makes either one committed. This skill builds it once, then keeps it matched to the released code.

All prose you generate follows reference/writing-style.md in this plugin. Read it before writing any manual content. It is binding.

Token discipline: the scripts in scripts/ exist so you never do their work by hand. Run them, read their compact output, act on it. Do not re-read the whole codebase on update runs; stale.sh tells you exactly what changed.

$LM below is the plugin root. This file lives at $LM/skills/manual/SKILL.md, so resolve it from the path this skill loaded from.

Every question you ask during setup must be answerable from what is on the user's screen. Print the thing you are asking about (the feature map, the palette and its proposed roles, the tracker's projects, labels, and milestones) in your reply first, then ask. Answer choices never reference content the user has not been shown.

Every invocation starts the same way

sh $LM/scripts/state.sh

Branch on the JSON: configured: false → setup flow. Otherwise → update flow (or the specific request the user made).

Setup flow (first run)

Work through these in order. Each step ends with something written to disk, so an interrupted setup resumes cleanly (state.sh shows what exists).

1. Orient to the codebase. Run sh $LM/scripts/inventory.sh <repo-root>. From its output plus the README and any changelog/roadmap docs, build the feature map: user-facing surfaces and the shipped features on each. Read the main UI entry point and each surface component; the manual documents what users experience, so ground every section in the code that renders it. Print the full map in your reply (a plain nested list: surface → features), then ask the user to confirm or correct it — missing features, wrong groupings, things that aren't user-facing. A wrong map here costs the whole document.

Read the full file on GitHub · 331 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. 11d ago First seen · 331 lines · 107 tokens per session scan A d0a0023e5e28

Subscribe to this mod's changes

manual is a skill published in the GitHub repository dougstanford/living-manual (3 stars, last pushed 29d ago), licensed MIT. It adds 107 tokens to every session and 3,747 once invoked, about $0.0005 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.