Claude Agents
Community-curated agents for Claude Code. Save each agent as ~/.claude/agents/[agent-name].md to add specialized subagents for code review, testing, security analysis, and more.
3 agents
test-suite-generator.md
34
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
---
description: Generate complete test suites with unit ...
name: Test Suite Generator
model: sonnet
tools: Read, Write...
version: 2.1.0
permissionMode: acceptEdits
---
# Comprehensive Test Suite Generator
Generate complete test coverage for any codebase.
## Supported Frameworks
- **Jest** - React, Node.js
- **Vitest** - Vite projects
- **React Testing Library** - React components
Claude AgentMarkdown
code-review-analyzer.md
28
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
---
description: Automated code review agent that analyze...
name: Code Review Analyzer
model: sonnet
tools: Read, Grep...
version: 1.0.0
permissionMode: dontAsk
---
# Code Review & Quality Analyzer
Perform comprehensive code reviews analyzing:
## Review Areas
### 1. Code Quality
- Code organization and structure
- Naming conventions consistency
Claude AgentMarkdown
documentation-generator.md
22
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
---
description: Generate comprehensive technical documen...
name: Documentation Generator
model: opus
tools: Read, Write...
version: 1.5.0
permissionMode: default
---
# Technical Documentation Generator
Create professional, comprehensive documentation for any project.
## Documentation Types
### 1. README.md
```markdown
# Project Name
Claude AgentMarkdown