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 stars55 forksPythonMITUpdated 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 in this repository

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.

Install

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.

Install
Use cases

Subagents overview

README preview not available. Visit the repo on GitHub for full documentation.
agent-skillsai-agentsai-codingclaude-codecode-qualitycodexcursorllmmutation-testingproperty-based-testingskillssoftware-testingspec-driven-developmenttdd

What people ask about old-coder

What is AmazingAng/old-coder?

+

AmazingAng/old-coder is subagents for the Claude AI ecosystem. 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. It has 708 GitHub stars and its last recorded update is dated 2026-08-18.

How do I install old-coder?

+

You can install old-coder by cloning the repository (https://github.com/AmazingAng/old-coder) or following the README instructions on GitHub. ClaudeWave also provides quick install blocks on this page.

Is AmazingAng/old-coder safe to use?

+

Our security agent has analyzed AmazingAng/old-coder and assigned a Trust Score of 97/100 (tier: Verified). See the full breakdown of passed checks and flags on this page.

Who maintains AmazingAng/old-coder?

+

AmazingAng/old-coder is maintained by AmazingAng. The last recorded GitHub activity is dated 2026-08-18, with 4 open issues.

Are there alternatives to old-coder?

+

Yes. On ClaudeWave you can browse similar subagents at /categories/agents, sorted by popularity or recent activity.

Deploy old-coder to your cloud

Ship this repo to production in minutes. Each platform spins up its own environment with editable env vars.

Maintain this repo? Add a badge to your README

Drop the badge into your GitHub README to show it's tracked on ClaudeWave. Each badge links back to this page and reflects the live Trust Score.

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>

More Subagents