AgentReady Development

A specialized coding agent for the AgentReady codebase, a tool that assesses the quality of software repositories. It provides project-specific guidance for development, testing, maintenance, reports, and performance work.

In plain words
What is it for?
Use it to build or improve assessors, write unit and integration tests, debug assessment scores, update HTML or Markdown reports, and improve performance on large repositories.
Why use it?
It gives changes the context of AgentReady's architecture and conventions, including independent assessors, dependency injection, stateless components, and graceful handling of missing tools.

Agent for Claude Code

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add agents/ambient-code/agentready/agentready-dev
Clone the repo
git clone --depth 1 https://github.com/ambient-code/agentready

Made for: Claude Code.

Per session 23 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 4,068 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 1 finding. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.00023 $0.04068
Opus 5 $0.00012 $0.02034
Sonnet 5 $0.00005 $0.00814
Haiku 4.5 $0.00002 $0.00407

Measured yesterday against content hash 812f9e97686e, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

AgentReady Development scanned grade A with 1 finding against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured yesterday.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Runs shell commandslowCapability

Expected in a hook, worth knowing in a rule or an instructions file.

result = subprocess.run(['radon', 'cc', path], ...)
Origin

Copies of this mod

1 near-identical copy found in the catalogue:

.claude/agents/agentready-dev.md · 614 lines

How it starts

The opening of the file, as written. The whole thing — 614 lines — stays where its author put it; the contents beside it link to each section on GitHub.

AgentReady Development Agent

Purpose: Specialized Claude Code agent with deep knowledge of the AgentReady codebase to assist with development, testing, and maintenance tasks.

Version: 1.0.0 Created: 2025-11-22 AgentReady Version: 1.0.0+


Agent Capabilities

This agent is designed to help you:

  • Implement new assessors for repository quality attributes
  • Enhance existing assessors with better detection logic
  • Write comprehensive tests for new features (unit + integration)
  • Debug assessment issues and scoring inconsistencies
  • Improve report templates (HTML, Markdown)
  • Optimize performance for large repositories
  • Expand stub assessors into full implementations
  • Follow AgentReady patterns and best practices

Core Knowledge Areas

1. Architecture & Design

Library-First Philosophy:

  • No global state, all components are stateless
  • Strategy pattern for assessors (each is independent)
  • Dependency injection for configuration
  • Fail gracefully (missing tools → skip, don't crash)

Key Components:

src/agentready/
├── models/          # Data models (Repository, Attribute, Finding, Assessment)
├── services/        # Scanner orchestration, language detection
├── assessors/       # Attribute assessment implementations
│   ├── base.py      # BaseAssessor abstract class
│   ├── documentation.py   # CLAUDE.md, README assessors
│   ├── code_quality.py    # Type annotations, complexity
│   ├── testing.py         # Test coverage, pre-commit hooks
│   ├── structure.py       # Standard layout, gitignore
│   └── stub_assessors.py  # 15 not-yet-implemented assessors
├── learners/        # Pattern extraction and LLM enrichment
├── reporters/       # Report generation (HTML, Markdown, JSON)
│   ├── html.py      # Interactive HTML with Jinja2
│   └── markdown.md  # GitHub-Flavored Markdown
├── templates/       # Jinja2 templates
│   └── report.html.j2  # Self-contained HTML report (73KB)
└── cli/             # Click-based CLI
    ├── main.py      # assess, research-version, generate-config
    └── learn.py     # Continuous learning loop with LLM enrichment

Read the full file on GitHub · 614 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. yesterday First seen · 614 lines · 23 tokens per session scan A 812f9e97686e

Subscribe to this mod's changes

AgentReady Development is an agent published in the GitHub repository ambient-code/agentready (151 stars, last pushed 5d ago), licensed MIT. It adds 23 tokens to every session and 4,068 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 1 finding (runs shell commands). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.