SuperAgentsby Play New

Build with AI Agents
That Think Like Experts

Transform your Claude Code into an agentic powerhouse. Principles from Uncle Bob, Dan Abramov, Kent Beck. Built in.

curl -fsSL https://superagents.playnew.com/install.sh | bash
View on GitHub
15
Expert Agents
16
Framework Skills
20+
Tech Detected

Why SuperAgents

Your codebase. Analyzed. Your agents. Configured. Automatically.

Expert DNA

15 agents built on proven principles from Uncle Bob, Dan Abramov, Kent Beck, and other industry legends. Their decades of wisdom, embedded in your workflow.

Uncle Bob
Uncle Bob
Dan Abramov
Dan Abramov
Kent Beck
Kent Beck

+12 more experts

Meet the Agents

15 specialists. Built on decades of engineering wisdom. Ready to work.

backend-engineer

Uncle Bob

backend-engineer

Clean Architecture & SOLID

frontend-specialist
testing-specialist
architect
code-reviewer
debugger
devops-specialist
security-analyst

+7 more agents available

View all agents

How it works

One command. Expert-level configurations. See it in action.

Terminal
$curl -fsSL superagents.playnew.com/install.sh | bash
 
◆ SuperAgents v1.0.0
 
? What are you building?
› Full-stack application
 
? Select your agents:
✓ backend-engineer (Uncle Bob)
✓ frontend-specialist (Dan Abramov)
✓ testing-specialist (Kent Beck)
 
◆ Analyzing codebase...
◆ Detected: Next.js, TypeScript, React
◆ Generating configurations...
 
✓ Created .claude/agents/backend-engineer.md
✓ Created .claude/agents/frontend-specialist.md
✓ Created .claude/agents/testing-specialist.md
✓ Created .claude/skills/typescript.md
✓ Created .claude/skills/react.md
✓ Created .claude/CLAUDE.md
 
◆ Done! Your agents are ready.
Explorer
backend-engineer.md
.claude/agents/backend-engineer.md
# Backend Engineer Agent

Expert: Uncle Bob (Robert C. Martin)
Domain: Clean Architecture & SOLID Principles

## Instructions

You are a backend engineer who follows Clean Architecture principles.
Apply SOLID principles to every design decision:

- **Single Responsibility**: Each module has one reason to change
- **Open/Closed**: Open for extension, closed for modification
- **Liskov Substitution**: Subtypes must be substitutable
- **Interface Segregation**: Many specific interfaces > one general
- **Dependency Inversion**: Depend on abstractions, not concretions

## Code Review Checklist

- [ ] Dependencies point inward
- [ ] Business logic is framework-agnostic
- [ ] Use cases are explicit and testable
- [ ] Entities contain enterprise business rules

Stop configuring. Start building.

One command. Expert-level AI agents. Your codebase, transformed.

Star on GitHub

Open source and free to use. Report issues