scribekit-docslisted
Install: claude install-skill daanvandenbergh/scribekit
# scribekit-docs
A portable skill - **one skill, four jobs**: write a documentation page, rewrite (or just audit) a page,
reorganize the corpus's structure, and deep-verify the whole corpus before a release, for the docs site of
whatever project it is dropped into.
**Nothing about any project is baked
in.** It **learns the current project first** (Step 0), then writes and rewrites to match it. The one
way it differs from the [/scribekit-blog](../scribekit-blog/SKILL.md) blog writer is decisive: **docs are
project-dedicated, so the primary source is this project's own code, not the open web** - every fact,
option, default, and code sample is traced to real source, never recalled from memory. Each page's
**hero image** is produced by the companion **[/scribekit-hero](../scribekit-hero/SKILL.md)** skill
(`docs-hero`) - the `write` flow calls it automatically. This file is the router.
## Step 0 - Learn this project (every mode starts here)
Before anything else, discover the project so voice, structure, and frontmatter are *this project's*,
not generic. Gather and keep as working notes for the run:
- **Identity, voice, routes** - read `CLAUDE.md` / `AGENTS.md` / `README`, skim the landing page, and
open the 1-2 strongest existing docs pages: that voice and formatting is your calibration target.
Note the project's own conventions (its `CLAUDE.md`): indentation, punctuation (some projects ban
em-dashes - this one does), British vs US spelling.
- **Find the `Docs` wiring**