Skip to content
Docs
Build Build with AI coding agents

Build with AI coding agents

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, running it with the CLI, inspecting the trace, 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.

2. Give the agent a task

Pick the prompt that matches the work you want done. Each prompt tells the agent to use AGNT5 templates when they fit, ask before choosing a model provider, keep secrets out of git, and verify the result with agnt5 dev or the relevant docs path.

Run the Hacker News quickstart

Create the digest workflow, configure Anthropic or OpenAI, start the dev server, and inspect the trace.

Build from a template

Start with the closest AGNT5 template, then adapt it to the app you describe.

Add a webhook workflow

Create a workflow that starts from an external event source and records a trace.

Add human approval

Insert a durable approval checkpoint before a side effect runs.

Evaluate a workflow

Turn recent runs into a dataset, add scorers, and compare a prompt or model change.

Integrate an existing app

Connect an app event to AGNT5 and return a result the application can consume.

3. Review the result

Treat the coding agent as the driver, not the reviewer. Before you keep the generated code:

  1. Check that .env is ignored and no API key appears in git.
  2. Run the command the agent used, usually agnt5 dev for local verification.
  3. Open the Studio URL and confirm the trace has the expected workflow steps.
  4. Read the changed files and remove unused scaffolding.
  5. Ask the agent to summarize deploy, evaluate, and integrate follow-ups.

Next steps

© 2026 AGNT5