> ## Documentation Index
> Fetch the complete documentation index at: https://l2docs.whitechain.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Build with AI

> Resources for AI coding assistants and autonomous agents building on Whitechain: static docs files and installable Agent Skills, agnostic of which agent you run.

Use this page as the starting point when you want an AI coding assistant or an autonomous agent to build on Whitechain. The skills and files below are agent-agnostic: they work with Claude Code, Cursor, Codex, or any other agent that can install a skill, not one vendor's tool specifically.

## Quick setup

Pick the method that fits your tool.

### Static docs files

Use these when you want to load context in a single fetch rather than maintaining a live connection.

| File                                                        | What it contains                                       | When to use it                                   |
| ----------------------------------------------------------- | ------------------------------------------------------ | ------------------------------------------------ |
| [llms.txt](https://l2docs.whitechain.io/llms.txt)           | Page index with titles and descriptions                | Discovering which docs exist before going deeper |
| [llms-full.txt](https://l2docs.whitechain.io/llms-full.txt) | Full content of every current-network page in one file | Giving an assistant broad context in one shot    |

Every page is also available as plain Markdown: append `.md` to any URL, for example `/learn/network/reference.md`. See [Feed Whitechain docs to AI tools](/build-with-ai/llms-txt).

### Skills

Skills are installable, agent-agnostic workflows for Whitechain tasks: connecting to the network, deploying and verifying contracts, claiming testnet WBT, and running a node. They give an agent step-by-step procedural guidance instead of requiring it to piece the steps together from prose docs.

```bash theme={null}
npx skills add whitechain-labs/skills --skill whitechain-dev
```

See [Agent Skills](/build-with-ai/claude-skills) for what the skill covers and its safety guardrails.

## Recommended starting points

| What you're doing                                  | Start here                                               |
| -------------------------------------------------- | -------------------------------------------------------- |
| Installing the developer skill                     | [Agent Skills](/build-with-ai/claude-skills)             |
| Getting exact chain IDs and endpoints for a prompt | [Network reference](/learn/network/reference)            |
| Moving assets between Ethereum and Whitechain      | [OP Stack canonical bridge](/build/bridge/bridge-assets) |
| Running a node                                     | [Run a node](/operate/run-a-node/overview)               |

## Example prompts

Copy one of these into your assistant to check that it has the right context:

* "Check the WBT balance of 0xYourAddress on Whitechain Sepolia."
* "Deploy a minimal ERC-20 to Whitechain Sepolia and verify it on Blockscout."
* "Claim testnet WBT from the Whitechain Sepolia faucet for 0xYourAddress."
* "Trace transaction 0xYourTxHash on Whitechain Sepolia and tell me whether it succeeded."
