boilerplate agents

86 tagged boilerplate, measured the same way as everything else here.

Browse within: Autonomous Agents 13agentic-workflow 13ai-code-generation 13codex-cli 13Multi-Agent 10opencode 10agentic-coding 8ci-cd 7expo 6react-native 6typescript 6

code-reviewer

01

rootstrap/rails_api_base

Agent Claude Code

Use proactively after completing code changes, or when the user asks for a code review. Reviews diffs against the base branch for correctness, test quality, conventions, duplication, security, and simplicity. Returns structured findings.

633 4d ago A 47 tokens original MIT

pr-size-checker

02

rootstrap/rails_api_base

Agent Claude Code

Checks if a PR is too large and suggests how to split it into smaller PRs. Analyzes diff size, logical groupings, and dependencies to recommend optimal splits. Target: max 400 added lines per PR.

633 4d ago A 50 tokens original MIT

orchestrator

03

rretsiem/opencode-hive

Agent

Project coordinator that analyzes requests, discovers tech stacks, and orchestrates focused specialists in parallel. Use for multi-domain tasks.

39 1mo ago A 24 tokens original MIT

plan

04

rretsiem/opencode-hive

Agent

Read-only analysis and planning agent. Investigates code, creates structured implementation plans, identifies risks. Cannot modify files.

39 1mo ago A 23 tokens original MIT

python-pro

05

rretsiem/opencode-hive

Agent

Expert Python 3.12+ developer with mastery of uv, ruff, Pydantic v2, and modern typing. Framework-agnostic.

39 1mo ago A 31 tokens original MIT

sdd-researcher

06

chohra-med/expo_boilerplate

Agent Claude Code

Read-only codebase explorer for Spec-Driven Development. Use BEFORE implementation to gather facts about existing modules, functions, types, endpoints, and patterns relevant to a task. Returns a structured findings report with file:line citations. NEVER edits files. Stack-agnostic.

32 12d ago A 60 tokens original MIT

sdd-reviewer

07

chohra-med/expo_boilerplate

Agent Claude Code

Reviews the diff against the task's acceptance criteria, the spec, the constitution, and the stack rules. Use AFTER the tester reports green and the verifier returns PASS. Returns approve / request-changes with cited issues. Read-only. Stack-agnostic.

32 12d ago A 56 tokens original MIT

sdd-verifier

08

chohra-med/expo_boilerplate

Agent Claude Code

The loop's verifier. Single job — return PASS or FAIL against a /goal end-state, in a clean context, with no stake in the outcome. Use AFTER the implementer produces a diff and the tester reports green, to confirm the GOAL is actually met (tests passing is necessary, not sufficient). Read-only on source; runs…

32 12d ago A 78 tokens original MIT

agent-evolve

09

LeeYudok/agents-scaffold

Agent Claude Code

A meta-agent that improves another coding agent's instruction file after that agent has been used. It reviews what went wrong and updates the agent's documented rules.

25 3d ago A 77 tokens original MIT

db-migration

10

LeeYudok/agents-scaffold

Agent Claude Code

A database migration checker that reviews planned changes to a database’s structure, such as adding, changing, or removing tables and columns. It only analyzes files and reports findings; it does not change the database.

25 3d ago A 45 tokens original MIT

sdlc-verifier

11

LeeYudok/agents-scaffold

Agent Claude Code

A verification agent that runs a project's build, tests, and lint checks, then reports the exact results. It is read-only and does not change code.

25 3d ago A 52 tokens original MIT

backend-expert-csk

12

byerlikaya/claude-starter-kit

Agent

Senior .NET backend expert. Applies the project's backend-pattern skill (devarch-module = MediatR CQRS / IResult / AOP by default; a project may declare its own). Use proactively — owns server behaviour: endpoints, handlers, validators, controllers, business rules, integrations. Any request about it is yours whatever…

22 4d ago A 78 tokens original MIT

byerlikaya/claude-starter-kit

Agent

Performance auditor. Use proactively when a change touches a hot path, a query/loop, a render path, a large payload, or when something is reported slow. Produces measured findings via performance; writes no fix.

22 4d ago A 52 tokens original MIT

security-expert-csk

14

byerlikaya/claude-starter-kit

Agent

Security review expert. Use proactively whenever auth/authz, anonymous/token flows, secret leakage, injection, weak crypto, IDOR, rate limits, or tamper surface are touched. Findings + fixes via security-scan (plus sonarqube-check where used); writes no code.

22 4d ago A 67 tokens original MIT

architect

15

Wania-Kazmi/claude-code-autonomous-agent-workflow

Agent Claude Code

Software architecture specialist for system design, scalability, and technical decision-making. Use PROACTIVELY when planning new features, refactoring large systems, or making architectural decisions.

5 7mo ago A 36 tokens

e2e-runner

16

Wania-Kazmi/claude-code-autonomous-agent-workflow

Agent Claude Code

End-to-end testing specialist using Playwright. Use PROACTIVELY for generating, maintaining, and running E2E tests. Manages test journeys, quarantines flaky tests, and ensures critical user flows work.

5 7mo ago A 49 tokens

tdd-guide

17

Wania-Kazmi/claude-code-autonomous-agent-workflow

Agent Claude Code

Test-Driven Development specialist enforcing write-tests-first methodology. Use PROACTIVELY when writing new features, fixing bugs, or refactoring code. Ensures 80%+ test coverage.

5 7mo ago A 42 tokens