Agent file

llms.txt

Raw
llms.txt 32 lines 0.9 KB
# dewey

> Documentation toolkit for AI-agent-ready docs

## Documentation

- Overview: /docs/overview
- Quickstart: /docs/quickstart
- Skills: /docs/skills

## Agent Retrieval Artifacts

- Discovery manifest: /agent/manifest.json
- Full docs with markdown: /agent/docs.json
- Prompt registry: /agent/prompts.json
- Combined context: /agent/context.md
- Raw markdown base: /agent/raw/docs/
- Core bundle: /agent/bundles/core.md
- Prompt bundle: /agent/bundles/prompts.md

## Overview

Dewey prepares docs for AI agents by generating standard files, retrieval manifests, raw markdown mirrors, prompt registries, and context bundles without requiring a specific rendering framework.

## Quickstart

Get your documentation agent-ready in under 5 minutes.

## Skills

Skills are LLM prompts that guide AI agents through specific tasks. They're not code - they're expert instructions.