SeanMatthewAI/subagent-demo

16 stars · Last commit 2025-08-06

Code for my Claude Code subagents YouTube tutorial.

README preview

# Subagent Demo - Claude Code Agent Showcase

This repository demonstrates the power of **Claude Code's custom subagents** by showcasing how three specialized AI subagents agents can work together to build a full-stack application in a single session. The Notes app you see here was created entirely through agent collaboration, serving as a practical demonstration of agent capabilities.

## 🤖 Featured Agents

This repository includes three custom Claude Code subagents located in `.claude/agents/`:

### 1. **Frontend Architect** (`frontend-architect.md`)
Specializes in building user interfaces, converting designs to code, and implementing frontend components with modern frameworks.

### 2. **Database Agent** (`database-agent.md`)
Handles all database operations including schema design, migrations, RLS policies, and Supabase integration.

### 3. **Bugbot QA Specialist** (`bugbot-qa-specialist.md`)
Performs automated testing, bug detection, security scanning, and code quality assurance.

## 🎯 Purpose

This repository serves as a **demonstration and testing ground** for Claude Code's agent system. The Notes application was built in a single session using these agents to showcase:

View full repository on GitHub →