Agent Readiness banner
kodustech kodustech

Agent Readiness

AI community

Description

The open-source alternative to Factory.ai's Agent Readiness.

Installation

This entry records only its repository, not the path inside it, so there is no exact command to give. Open the source below and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

README

Is your codebase ready for AI agents?

@kodus/agent-readiness — the open-source alternative to Factory.ai's Agent Readiness.

npm version npm downloads License: MIT GitHub stars

Evaluate how ready your codebase is for autonomous AI coding agents like **Claude Code**, **Cursor**, **GitHub Copilot**, and **Codex**. 39 automated checks, 7 pillars, 10+ languages. One command:

npx @kodus/agent-readiness .

Quick Demo

$ bunx @kodus/agent-readiness .

  @kodus/agent-readiness v0.1.2

  Repository: my-project
  Project types: node
  ──────────────────────────────────────────

  Maturity Level: 3 - Structured ███████████░░░░░ 65%

  ┌───────────────────────┬────────┬───────┐
  │ Pillar                │ Score  │ Status│
  ├───────────────────────┼────────┼───────┤
  │ 🎨 Style & Linting   │  4/6   │  67%  │
  │ 🧪 Testing           │  3/6   │  50%  │
  │ 📚 Documentation      │  5/8   │  63%  │
  │ 🔧 Dev Environment   │  4/5   │  80%  │
  │ ⚙️  CI/CD             │  4/6   │  67%  │
  │ 💚 Code Health        │  1/3   │  33%  │
  │ 🔒 Security           │  3/5   │  60%  │
  └───────────────────────┴────────┴───────┘

  Recommendations:
  [LOW]  Add .editorconfig for consistent formatting
  [MED]  Configure test coverage r