# Agent-ready repos & docs

Even without the [Agent Skills](https://docs.luxonis.com/software-v3/agent-tools/agent-skills.md) installed, you can point any AI
coding agent at Luxonis code and docs and get good results, because our repos and documentation ship machine-readable guidance.

## AGENTS.md in oak-examples

The [oak-examples](https://github.com/luxonis/oak-examples) repository includes an
[`AGENTS.md`](https://github.com/luxonis/oak-examples/blob/main/AGENTS.md) that acts as a map for coding agents. It tells an agent
how to move through the repo instead of reading everything:

 * `ESSENTIAL_KNOWLEDGE.md` — the shared vocabulary and platform concepts to read first.
 * `INDEX.md` — a task/modality index used to shortlist the closest existing examples before opening any code.
 * `EXAMPLE_AUTHORING.md` — the authoritative process for adding or changing an example, so agent-generated contributions follow
   repo conventions.

The practical upshot: when you ask your agent to "build something like the object-tracking example," it can find the right
starting point and follow the house style rather than reinventing it.

> **Tip**
> If your agent supports repo-level context, just clone [oak-examples](https://github.com/luxonis/oak-examples) into your workspace, `AGENTS.md` gets picked up automatically by most harnesses.

## llms.txt on docs.luxonis.com

The documentation site publishes an [`llms.txt`](https://docs.luxonis.com/llms.txt) — a concise, link-rich index of the docs
designed for LLMs. Agents that support it can load `llms.txt` to discover the right pages (and their `.md` sources) without
crawling the whole site.

It also surfaces the agent tooling itself: `llms.txt` points agents to the [Agent
Skills](https://docs.luxonis.com/software-v3/agent-tools/agent-skills.md) up front, so an agent reading our docs learns that these
skills exist and how to install them.

## Bring your own agent

Putting it together, any agent can work productively with Luxonis:

 1. Load [`docs.luxonis.com/llms.txt`](https://docs.luxonis.com/llms.txt) for a docs map.
 2. Clone [oak-examples](https://github.com/luxonis/oak-examples) so `AGENTS.md` guides it through real examples.
 3. Optionally install the [Agent Skills](https://docs.luxonis.com/software-v3/agent-tools/agent-skills.md) for guided device
    setup and app scaffolding.
