AgentMD – CI/CD for AI agents (built on Vercel)

Hey Vercel community! :waving_hand:

I built AgentMD – a validation tool that treats AGENTS.md like code.

What it does:

  • Parses & validates your AGENTS.md for correctness
  • Executes commands (build/test/lint) with safety guardrails
  • Scores how “agent-ready” your repo is (0-100)
  • Runs in CI via GitHub Action

Why it matters:
Vercel’s research shows AGENTS.md achieves 100% accuracy for Next.js docs. AgentMD ensures your repos actually stay agent-ready as they evolve.

Try it:
:backhand_index_pointing_right: Live demo: https://agentmd.online
:backhand_index_pointing_right: npx @agentmd/cli init
:backhand_index_pointing_right: GitHub: github.com/iedayan/agentmd

Built with Next.js + deployed on Vercel (of course :grinning_face_with_smiling_eyes:)

Would love your feedback! What commands would you want validated?

1 Like