Skip to main content
ClaudeWave
undeadlist avatar
undeadlist

claude-code-agents

View on GitHub

Claude Code Agents Prompt templates for Claude Code's subagent system. Run parallel code audits, automate fix cycles, get stuff reviewed. Built for the Claude Code Task tool. Not a framework. Just prompts that work. What This Does Claude Code can spawn subagents via Task(). These are the prompts those agents receive.

Subagents142 stars15 forksShellMITUpdated 2mo ago
ClaudeWave Trust Score
84/100
Trusted
Passed
  • Open-source license (MIT)
  • Recently active
  • Healthy fork ratio
  • Clear description
Last scanned: 6/11/2026
Install as a Claude Code subagent
Method: Clone
Terminal
git clone https://github.com/undeadlist/claude-code-agents && cp claude-code-agents/*.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.

24 items in this repository

api-testerSubagent

API endpoint testing. Discovery, validation, auth flows, error handling.

Install

Supervisor agent. Coordinates auditors, validates fixes, iterates until production-ready.

Install

Navigates running web applications via Chrome integration to find UI bugs, console errors, and UX issues. Uses /chrome tools to interact with localhost or deployed apps.

Install
bug-auditorSubagent

Runtime bug scanner. Finds error handling gaps, race conditions, memory leaks, null refs.

Install
code-auditorSubagent

Code quality auditor. Reviews patterns, maintainability, complexity, consistency.

Install
code-fixerSubagent

Implements fixes from FIXES.md. Production-quality code following project patterns.

Install

Real-time console monitoring during browser sessions. Watches for errors, warnings, and logs as you test.

Install
db-auditorSubagent

Database auditor. Schema design, N+1 queries, indexes, connection pooling.

Install
dep-auditorSubagent

Dependency auditor. Outdated packages, vulnerabilities, licenses, unused deps.

Install

Pre-deployment validation. Build, env vars, dependencies, migrations, health checks.

Install
doc-auditorSubagent

Documentation coverage analyzer. Finds missing docs, outdated comments, API gaps.

Install

Environment configuration validator. Compares .env.example vs .env, checks for secrets.

Install
fix-plannerSubagent

Creates prioritized fix plans from audit findings. Generates FIXES.md with deduplication.

Install

Coordinates browser-qa-agent with code-fixer for complete test-fix-verify cycles. The Replit-style workflow.

Install

Infrastructure and deployment checker. Env vars, headers, database config.

Install
perf-auditorSubagent

Performance auditor. Bundle size, Core Web Vitals, slow queries, memory leaks.

Install
pr-writerSubagent

Pull request description generator. Summarizes changes, creates checklist.

Install

Comprehensive security analysis. OWASP Top 10, injection, auth, secrets, headers.

Install

Test data generator. Creates realistic seed data based on schema.

Install
seo-auditorSubagent

SEO and discoverability auditor. Meta tags, OpenGraph, sitemap, structured data.

Install
test-runnerSubagent

Runs tests and validates fixes. TypeScript, lint, unit tests.

Install
test-writerSubagent

Auto-generates tests for existing code. Unit tests, integration tests, coverage gaps.

Install
ui-auditorSubagent

UI/UX consistency and accessibility checker. Design patterns, a11y issues.

Install
visual-diffSubagent

Screenshot comparison for visual regression testing. Captures before/after states and reports differences.

Install
Use cases

Subagents overview

README preview not available. Visit the repo on GitHub for full documentation.

What people ask about claude-code-agents

What is undeadlist/claude-code-agents?

+

undeadlist/claude-code-agents is subagents for the Claude AI ecosystem. Claude Code Agents Prompt templates for Claude Code's subagent system. Run parallel code audits, automate fix cycles, get stuff reviewed. Built for the Claude Code Task tool. Not a framework. Just prompts that work. What This Does Claude Code can spawn subagents via Task(). These are the prompts those agents receive. It has 142 GitHub stars and was last updated 2mo ago.

How do I install claude-code-agents?

+

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

Is undeadlist/claude-code-agents safe to use?

+

Our security agent has analyzed undeadlist/claude-code-agents and assigned a Trust Score of 84/100 (tier: Trusted). See the full breakdown of passed checks and flags on this page.

Who maintains undeadlist/claude-code-agents?

+

undeadlist/claude-code-agents is maintained by undeadlist. The last recorded GitHub activity is from 2mo ago, with 2 open issues.

Are there alternatives to claude-code-agents?

+

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

Deploy claude-code-agents 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: undeadlist/claude-code-agents
[![Featured on ClaudeWave](https://claudewave.com/api/badge/undeadlist-claude-code-agents)](https://claudewave.com/repo/undeadlist-claude-code-agents)
<a href="https://claudewave.com/repo/undeadlist-claude-code-agents"><img src="https://claudewave.com/api/badge/undeadlist-claude-code-agents" alt="Featured on ClaudeWave: undeadlist/claude-code-agents" width="320" height="64" /></a>

More Subagents