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.
Quick install
Get started in 60 seconds
One command, no install
npx @agentmd/cli initGitHub Action
Add to CI
uses: agentmd/agentmd/.github/actions/agentmd@mainAdd to GitHub
Install the app
/github/installnpm package
Add to project
pnpm add @agentmd/coreNo install required · Free for 3 repos · No credit card
---# Agent instructions for AI coding tools--- ## Build ```bash$ pnpm run build``` ## Test ```bash$ pnpm run test``` ## Lint ```bash$ pnpm run lint```Try it live
Paste your AGENTS.md or README. We parse it, validate it, and show your agent-readiness score.
Ready to validate
Click "Parse & validate" to see sections, commands, and your score.
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.
Readiness score
Get a 0–100 score on how agent-ready your repository is.
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.
Create AGENTS.md
Run npx @agentmd/cli init — auto-detects Node, Python, Rust, or Go. No install.
Add to CI
Drop the GitHub Action into your workflow. No install, no config.
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: .