agent-ready

Installation
SKILL.md

Agent-Ready

Scaffold the documentation and structural artifacts that make a codebase legible to AI agents. This skill is the remediation companion to codebase-readiness -- it does not score, it builds.


Startup: Check for Prior Assessment

Before entering any mode, check if AGENT_READY_ASSESSMENT.md exists in the project root.

If it exists:

  1. Read it and extract dimension scores
  2. Auto-suggest a mode based on the weakest dimensions:
    • Documentation & Context < 50 -> suggest claude-md first
    • Architecture Clarity < 50 -> suggest architecture first
    • Both < 50 -> suggest scaffold (full setup)
    • Quality gates at L0-L2 in the snapshot (or Code Clarity / Change Safety < 50 with no debt gate in the evidence) -> suggest quality-gates
  3. Tell the user: "I found an existing assessment. Based on your scores, I recommend starting with [mode]. Want to proceed, or choose a different mode?"
Installs
20
GitHub Stars
60
First Seen
Mar 17, 2026
agent-ready — dgalarza/claude-code-workflows