# AGNT5 — full documentation > One runtime for durable AI agent execution — checkpoint every step, trace every call, replay any run for evals. > For the structured index, see [llms.txt](/llms.txt). For agent operating guidance, see [skill.md](/skill.md). Source: https://agnt5.com This file concatenates every page an AI agent should know about, in one fetch. Pages are separated by `---` rules; each starts with an `## H2` title. # build-with-ai --- ## Build with AI coding agents _Source: https://agnt5.com/docs/build-with-ai.md_ > Install AGNT5 skills for your coding agent, then use copyable prompts to create, deploy, evaluate, or integrate workflows. Modern AGNT5 projects often start in an AI coding agent. This page gives Codex, Claude Code, Cursor, Windsurf, Cline, or Copilot AGNT5 skills for creating a **[workflow](/docs/build/workflows.md)**, running it with the **[CLI](/docs/install-cli.md)**, inspecting the **[trace](/docs/run/overview.md)**, and moving the result toward production. Use this path when you want the agent to do the setup work inside your repo while you review each file it changes. ## 1. Install AGNT5 skills **AGNT5 skills** are project instructions plus task prompts for AI coding agents. The instruction file tells your coding agent how AGNT5 projects are structured, which commands to run, and how to handle secrets. Add the file that matches your tool, then start a new agent thread so the skills load. ### Codex Add this to `AGENTS.md` in the target repo. Codex also reads nested `AGENTS.md` files, so place the file at the narrowest directory that owns the AGNT5 project. ```md # AGNT5 project instructions - AGNT5 is a durable runtime and observability platform for agentic workflows. - Use `agnt5 create --template