Skip to content

For AI agents

Nori is built agent-first, and these docs are meant to be legible to AI coding agents as well as people.

Two general-purpose skills are maintained alongside these docs (in the site repo’s skills/ directory) and distributed through Skillsets: nori-info (what Nori is, with canonical pointers) and nori-docs (how to fetch this site as raw markdown). They are pointers, not copies — the pages here stay canonical.

The Nori CLI is an MCP client: you connect Model Context Protocol servers and it forwards their tools to whatever agent you’re running. It is not itself a general-purpose MCP server you point other tools at — see MCP and hooks.

Every page has a raw-markdown twin: append .md to its path, dropping any trailing slash (/cli/start/install//cli/start/install.md). Two index files cover the whole site: /llms.txt (curated map with one-line descriptions) and /llms-full.txt (the entire corpus in one file).

Where a page documents CLI help, keybindings, or supported agents, it is generated from the source repo and stamped with provenance (source: <repo>@<commit>); the reference groups carry a Generated badge in the sidebar. Never edit those pages by hand — regeneration overwrites them, and a drift gate diffs them in CI.

this page as markdown: /resources/for-agents.md· index for agents: /llms.txt