Parse → Validate → Execute

Your AGENTS.md is the spec.
We execute it.

Get your agent-readiness score in under 2 minutes. One file, one command, zero config.

Why execute vs. read-only?

Quick install

Get started in 60 seconds

One command, no install

npx @agentmd/cli init

GitHub Action

Add to CI

uses: agentmd/agentmd/.github/actions/agentmd@main

Add to GitHub

Install the app

/github/install

npm package

Add to project

pnpm add @agentmd/core

No install required · Free for 3 repos · No credit card

AGENTS.md
---
# Agent instructions for AI coding tools
---
 
## Build
 
```bash
$ pnpm run build
```
 
## Test
 
```bash
$ pnpm run test
```
 
## Lint
 
```bash
$ pnpm run lint
```
valid · score 94Markdown
Open source on GitHubBuilt for teams who ship with AI

Try it live

Paste your AGENTS.md or README. We parse it, validate it, and show your agent-readiness score.

185 / 50,000 chars
Results

Ready to validate

Click "Parse & validate" to see sections, commands, and your score.

Paste your AGENTS.md or press Ctrl+Enter to run

Parse · Validate · Execute

A complete lifecycle engine for your AI agents, seamlessly integrated into your repository via Agentic UX.

Execute in CI

Run on push, PR, or cron. Results stream back via Chain of Thought logs. Catch breaking changes before they hit production.

agentmd run validate
Parsed AGENTS.md successfully
Executing reasoning chain... [10s]

Readiness score

Get a 0–100 score on how agent-ready your repository is.

98/100

Parse & validate

Extract sections and commands directly from your AGENTS.md file. Surface errors and syntax issues immediately in our dashboard before CI runs.

Agent-ready in three steps. Under a minute.

1

Create AGENTS.md

Run npx @agentmd/cli init — auto-detects Node, Python, Rust, or Go. No install.

2

Add to CI

Drop the GitHub Action into your workflow. No install, no config.

3

Ship with confidence

Every run validated. Every command tracked. No drift.

Add to .github/workflows/ci.yml

- uses: agentmd/agentmd/.github/actions/agentmd@main
  with:
    command: validate
    path: .

Is your repo agent-ready?

Add AGENTS.md at your repo root. Get your score. Connect the GitHub App. Done.

Free for 3 repos · No credit card required