Skip to main content
ClaudeWave

An old coder's strategy for the agent era: don't read the code — make it run the gauntlet. Evidence-first development skill for coding agents, inspired by Uncle Bob.

Subagents708 estrellas55 forksPythonMITActualizado 15d ago
ClaudeWave Trust Score
97/100
Verified
Passed
  • Open-source license (MIT)
  • Actively maintained (<30d)
  • Healthy fork ratio
  • Clear description
  • Topics declared
Last scanned: 9/3/2026
Install as a Claude Code subagent
Method: Clone
Terminal
git clone https://github.com/AmazingAng/old-coder && cp old-coder/*.md ~/.claude/agents/
1. Clone the repository and copy the agent .md definitions into ~/.claude/agents (or .claude/agents inside a project).
2. Start a new Claude Code session to load the agents.
3. Delegate work to them with the Task/Agent tool or by name.

2 items en este repositorio

Design, change, or review an HTTP/JSON API surface — endpoints, request/response shapes, authentication and authorization, pagination, idempotency, rate limits, versioning, and deprecations. Use when adding or modifying an HTTP endpoint, reviewing an OpenAPI spec or HTTP route diff, or deciding whether an HTTP API change breaks consumers. Do not use as a protocol-compatibility checklist for gRPC/protobuf, GraphQL, WebSockets, or other non-HTTP/JSON interfaces.

Instalar

Evidence-first development — surround the implementation with an executable spec and a gauntlet of constraints (tests, types, coverage, mutation) so line-by-line review becomes optional. Use when the user explicitly asks for high-assurance or evidence-first work ("reliable", "TDD", "prove it works", "I won't read the code"), or when the change touches high-stakes domains (money, auth, data loss, concurrency, public API). For routine changes where the user just wants normal tests, write good tests directly instead of invoking this loop.

Instalar
Casos de uso

Resumen de Subagents

README no disponible. Visita el repo en GitHub para la documentación completa.
agent-skillsai-agentsai-codingclaude-codecode-qualitycodexcursorllmmutation-testingproperty-based-testingskillssoftware-testingspec-driven-developmenttdd

Lo que la gente pregunta sobre old-coder

¿Qué es AmazingAng/old-coder?

+

AmazingAng/old-coder es subagents para el ecosistema de Claude AI. An old coder's strategy for the agent era: don't read the code — make it run the gauntlet. Evidence-first development skill for coding agents, inspired by Uncle Bob. Tiene 708 estrellas en GitHub y su última actualización registrada es del 2026-08-18.

¿Cómo se instala old-coder?

+

Puedes instalar old-coder clonando el repositorio (https://github.com/AmazingAng/old-coder) o siguiendo las instrucciones del README en GitHub. ClaudeWave también te ofrece bloques de instalación rápida en esta misma página.

¿Es seguro usar AmazingAng/old-coder?

+

Nuestro agente de seguridad ha analizado AmazingAng/old-coder y le ha asignado un Trust Score de 97/100 (tier: Verified). Revisa el desglose completo de comprobaciones superadas y flags en esta página.

¿Quién mantiene AmazingAng/old-coder?

+

AmazingAng/old-coder es mantenido por AmazingAng. La última actividad registrada en GitHub es del 2026-08-18, con 4 issues abiertos.

¿Hay alternativas a old-coder?

+

Sí. En ClaudeWave puedes explorar subagents similares en /categories/agents, ordenados por popularidad o actividad reciente.

Despliega old-coder en tu cloud

Lleva este repo a producción en minutos. Cada plataforma genera su propio entorno con variables de entorno editables.

¿Mantienes este repo? Añade un badge a tu README

Pega el badge en tu README de GitHub para mostrar que está auditado por ClaudeWave. Cada badge enlaza de vuelta a esta página y muestra el Trust Score actual.

Featured on ClaudeWave: AmazingAng/old-coder
[![Featured on ClaudeWave](https://claudewave.com/api/badge/amazingang-old-coder)](https://claudewave.com/repo/amazingang-old-coder)
<a href="https://claudewave.com/repo/amazingang-old-coder"><img src="https://claudewave.com/api/badge/amazingang-old-coder" alt="Featured on ClaudeWave: AmazingAng/old-coder" width="320" height="64" /></a>

Más Subagents