Skip to main content
Sections
Agent-readyHuman guide

Agent skills and local workflow

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

View as Markdown
On this page

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

$yalla skills install

Local workflow pairing

  1. Authenticate once with yalla login.
  2. Point your agent at `/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.

Related pages