Curated docs
for agents.

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

$ curl -fsSL dewey.arach.dev/install.sh | sh
~/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

Documentation toolkit for AI-agent-ready docs. Audit, score, and generate optimized documentation.

Generated files

AGENTS.md

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

view

llms.txt

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

view

install.md

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

view

CLI commands

dewey init

Scaffold a docs/ folder with starter templates and dewey.config.ts.

dewey generate

Generate AGENTS.md, llms.txt, docs.json, and install.md from your docs.

dewey create

Scaffold a complete Astro doc site from a markdown folder.

dewey audit

Score agent-readiness against a 100-point rubric with grades and recommendations.

$ bun add -D @arach/dewey