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 (Pinned SHA)
uses: iedayan/agentmd/.github/actions/agentmd@7f23caa9a688230815368fc07716828884479cadAdd 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```The problem
Enterprise AI adoption is blocked by sprawl, governance gaps, and untrusted execution. The data backs it.
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: iedayan/agentmd/.github/actions/agentmd@7f23caa9a688230815368fc07716828884479cad
with:
command: validate
path: .