Curated docs
for agents.

Audit, score, and generate agent-ready documentation.
Scaffold complete static doc sites from your markdown.

$ bun add @arach/dewey
~/my-project
$bunx dewey init
→ Created docs/overview.md
→ Created dewey.config.ts
$bunx dewey generate
→ AGENTS.md
→ llms.txt
→ install.md
$bunx dewey audit
Score: 92/100 — Grade: A
✓ AGENTS.md present
✓ llms.txt present

One package,
everything you need.

CLI Toolkit

Scaffold, audit, and generate agent-ready files from the command line

Learn more

Doc Site Generator

Turn markdown into a complete static site with search, themes, and dark mode

Learn more

Agent-Ready Files

Generate AGENTS.md, llms.txt, and install.md for AI coding assistants

Learn more

Readiness Scoring

Audit docs against a 100-point rubric with grades and recommendations

Learn more

Generated
agent files.

AGENTS.md

Combined docs with critical context, entry points, and navigation rules for AI coding assistants.

llms.txt

Plain text format following the llms.txt convention for broad LLM compatibility.

install.md

LLM-executable installation guide following the installmd.org specification.

Crafted docs
for devs.

Agent-ready documentation in minutes.

Read the Quickstart

dewey

The easiest way to ship agent-ready docs with your dev projects.

$ bun add @arach/dewey