# AI resources

These docs are built to be read by your agent, not just by you.

Your agent is probably the one reading this. Everything here is machine-readable
by design, and none of it needs an account.

## Copy any page as Markdown

Every page has a copy button beside its breadcrumb. It hands over that page's
Markdown source, ready to paste into an agent.

The same file is fetchable directly. Take any docs URL and add `.md`:

```text
https://sioma.ai/docs/connect.md
https://sioma.ai/docs/tools.md
```

The page you are reading is at
[`/docs/ai-resources.md`](/docs/ai-resources.md).

## llms.txt

A linked index of every page, in the [llmstxt.org](https://llmstxt.org) format:

```text
https://sioma.ai/llms.txt
```

If your agent would rather read once than crawl, every page is concatenated into
a single file:

```text
https://sioma.ai/llms-full.txt
```

Both are generated from the same source as the site, so they can never point at
a page that no longer exists.

## Skills for Claude Code

The plugin brings the Sioma MCP server and two skills in one install:

```bash
/plugin marketplace add sioma-ai/claude-plugins
/plugin install sioma@sioma
```

- **onboard** — the whole loop: find your API, scan it, publish it, and verify
  your agent can see the resulting map. Trigger it with "onboard this repo to
  Sioma".
- **extract-openapi** — turn a repo into an OpenAPI spec, with the scanner
  enumerating routes and the model labelling schemas.
- **benchmark-questions** — draft benchmark questions about your own system.

## Your own system, not just these docs

The point of Sioma is the other direction: connecting your agent so it can ask
about **your** system and get back the minimal grounded context, rather than
reading documentation at all.

That is [Connect your agent](/docs/connect/), and the tools it gets are in
[Agent tools](/docs/tools/).
