# Agent skills and local workflow

> Pair a coding agent with the CLI and install Yalla agent skills.

Yalla ships agent skills that wrap the CLI so coding agents can deploy, roll back, and inspect jobs through a stable contract.

## Install the skills

```bash
yalla skills install
```

## Local workflow pairing

1. Authenticate once with `yalla login`.
2. Point your agent at [`/llms.txt`](/llms.txt) for machine-readable context.
3. Let the agent run CLI commands with `--json` and parse the envelope.
4. Surface the `request_id` from any error back to the human operator.

> [!NOTE]
> Agents read this site without scraping HTML — every page has a `.md` mirror and the context bundles aggregate them.
