AI agents & coding assistants
Tangly is built for the agent-assisted era. Skills for Claude Code, JSON Schema for Cursor, llms.txt for everything else.
AI agents & coding assistants
Most documentation gets written and edited inside an editor that has an AI assistant in the corner. Tangly is built for that — every surface a coding agent might need has a hook.
What you get
Tangly ships two Claude Code skills: tanglify (for using Tangly itself) and tech-documentation (for writing the docs that go in it).
JSON Schema for docs.json autocomplete in any LSP-aware editor — Cursor, VS Code, JetBrains, Zed, Windsurf.
Tangly emits /llms.txt and /llms-full.txt automatically. Coding agents pull docs from these directly.
Every page available as raw Markdown — append .md to the URL or send Accept: text/markdown. ~10× token reduction for agents.
aiContext frontmatter, AGENTS.md and CLAUDE.md patterns. Tell agents how to work with your project.
Why bother
A docs site is the single source of truth your team has about your product. Agents working on your codebase need to read it, search it, and reason about it. The friction points are the same ones humans hit — except agents read more, faster, and they hate inconsistency.
Three properties make a docs site agent-friendly:
- Predictable structure. Frontmatter spelled the same way on every page. Conventions you can describe in one paragraph.
- Machine-readable index. Something an agent can fetch to know what pages exist and what they cover. That’s
llms.txt. - A way to teach the agent how to work with the project. That’s skills (Claude Code) or
AGENTS.md(general).
Tangly’s docs.json schema, default llms.txt generation, and bundled skills cover all three.
Tangly itself uses this
This site you’re reading runs on Tangly. The dev workflow is:
- Edit
.mdxfiles in your editor of choice. - Run
tangly dev. - Hit Cmd-K in your AI assistant; ask it to draft the next section.
- Iterate.
The skills are how Tangly’s own maintainers stay productive. We documented them so you can do the same.
Path forward
Read Skills first if you’re using Claude Code. Cursor & others if you’re not. Conventions once you’re past the basics and want to teach the agent your project’s specifics.