AI integration
How AI coding agents discover and use Duo documentation, packages, and skills.
Duo publishes machine-readable documentation alongside the human docs site.
Content roots
| Root | URL prefix | What it contains |
|---|---|---|
| Site | /raw/site/ | Components, getting started, foundation catalogues, guidelines, patterns, templates |
| Packages | /raw/packages/ | @duo/tokens, @duo/styles, @duo/icons, @duo/ui, and other package READMEs |
| AI | /raw/ai/ | Agent rules and skills source |
Program docs in the monorepo docs/ folder are contributor-only and are not mirrored for agents.
Discovery
- llms.txt — start here; links to all mirrored pages
- Agent skills — install with
npx skills add https://design.talentech.io - LLMs.txt guide — tool-specific setup
Packages
Product UI typically needs:
import "@duo/tokens/css";import "@duo/styles";import "@duo/ui";See tokens, styles, icons, and ui READMEs for exports and CDN paths.