Skip to content

This collection of AI sub-agents for Claude Code leverages a powerful agent-assembler to dynamically generate a personalized and project-specific AI development team based on your unique tech stack.

License

Notifications You must be signed in to change notification settings

mylee04/claude-code-subagents

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

20 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

Claude Code SubAgents

"Pokemon for Developers" - Your AI agents level up, form teams, and tackle any coding challenge

Quick Start: cd ~/.claude && git clone https://github.com/mylee04/claude-code-subagents.git agents (10 seconds)

Claude Code Agents XP System

What Is This?

A gamified collection of 31 specialized AI agents that work together like a development team. Each agent levels up as you use them, unlocks achievements, and forms powerful combinations for complex tasks.

Core Value: Instead of one generic AI assistant, you get a specialized team where each agent is an expert in their domain (Python, DevOps, Security, etc.).

Key Features

  • 31 Specialist Agents - From Python experts to security auditors
  • Gamification System - Agents gain XP, level up (Novice โ†’ Legend), earn achievements
  • Smart Agent Registry - Automatically discovers and coordinates all available agents
  • Team Formations - Agents work together with synergy bonuses
  • Real Progress Tracking - Watch your AI team collaborate in real-time

Interactive Demo

Try it now - see the XP system, achievements, and agent collaboration in action:

cd ~/.claude/agents && python3 gamification/scripts/agents-demo.py

Watch agents level up, earn achievements like "Speed Demon" and "Bug Hunter", and see real-time mission progress.

Basic Usage

# Use specific agents
/python-pro optimize this function
/devops-troubleshooter analyze these logs
/security-auditor review authentication flow

# Complex multi-agent tasks
# Use Claude Code's built-in orchestration for complex workflows

๐Ÿ” Agent Discovery & Coordination System

The SubAgents system now features an advanced AgentRegistry that automatically discovers and coordinates agents from multiple locations:

Live Demo - See It In Action!

๐Ÿ” AGENT DISCOVERY
โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€
โœ“ Successfully discovered 34 agents

  โ–ธ Discovery Statistics
  Total Agents Found....... 34
  Categories Discovered.... 8
  Tech Stacks Available.... 11

๐Ÿ“Š CATEGORY BREAKDOWN
โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€

  Development         โ”‚โ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ”‚ 10 agents
  Infrastructure      โ”‚โ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆ        โ”‚  6 agents
  Data & AI           โ”‚โ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆ            โ”‚  4 agents
  Quality Assurance   โ”‚โ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆ            โ”‚  4 agents
  Product             โ”‚โ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆ            โ”‚  4 agents
  Coordination        โ”‚โ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆ              โ”‚  3 agents
  Business            โ”‚โ–ˆโ–ˆโ–ˆโ–ˆ                โ”‚  2 agents
  Security            โ”‚โ–ˆโ–ˆ                  โ”‚  1 agents

๐ŸŽฏ FEATURE PLANNING & TEAM RECOMMENDATION
โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€

  โ–ธ Building E-Commerce Web Application
  ๐Ÿ“ Tech Stack: ["react", "typescript", "python", "postgresql"]
  
  โœ“ Recommended Team (6 agents):
  โ€ข full-stack-architect - Complete system architecture design
  โ€ข python-elite - Python/Django/FastAPI development
  โ€ข frontend-developer - Modern UI components and frameworks
  โ€ข database-optimizer - Database performance specialist
  โ€ข devops-engineer - Full-stack DevOps specialist
  โ€ข security-auditor - Security vulnerability scanner

Run the Demo Yourself

# Run the colorful interactive demo
python3 demo_agent_registry.py

# Or try the simple test
python3 test_agent_registry.py

Key Features

  • Unified Discovery: Finds agents from /agents/, ~/.claude/agents/, and .claude/agents/
  • Built-in Orchestration: Claude Code handles agent coordination automatically
  • Team Formation: Intelligently recommends 3-6 agents based on your project needs
  • No External Dependencies: Works with built-in Python libraries only
๐Ÿ“‹ All 31 Agents (Click to expand)

Command & Planning

  • Use Claude Code's built-in orchestration capabilities for multi-agent workflows

Development

  • python-pro - Python/Django/FastAPI expert
  • javascript-pro - JavaScript/TypeScript/React specialist
  • golang-pro - Go language expert
  • rust-pro - Rust programming specialist
  • sql-pro - Database query optimization
  • backend-architect - API design and microservices
  • frontend-developer - Modern UI components and frameworks
  • full-stack-architect - Complete system design

Infrastructure & DevOps

  • devops-engineer - CI/CD and containerization
  • devops-troubleshooter - Production incident response
  • cloud-architect - AWS/GCP/Azure infrastructure
  • deployment-engineer - Release automation
  • database-optimizer - Performance tuning
  • incident-commander - Emergency response coordination

Quality & Security

  • code-reviewer - Code quality and best practices
  • test-engineer - Testing strategy and implementation
  • performance-engineer - Optimization and profiling
  • quality-engineer - QA processes and standards
  • security-auditor - Vulnerability scanning and compliance

Data & AI

  • data-engineer - ETL pipelines and data architecture
  • ai-engineer - LLM integration and RAG systems
  • ml-engineer - Model training and deployment
  • data-ai-ml-engineer - Full-stack data science

Product & Business

  • api-documenter - Documentation and guides
  • dx-optimizer - Developer experience improvement
  • user-feedback-analyst - User research and insights
  • business-analyst - Metrics and KPI analysis
  • content-marketer - Content strategy and SEO
  • tech-portfolio-reviewer - Resume and portfolio optimization

Tools

  • git-specialist - Version control operations
๐ŸŽฎ How the Gamification Works

Agent Levels & Tiers

  • ๐ŸŸข Novice (Lv.1-10) - Learning the basics, understanding your patterns
  • ๐Ÿ”ต Adept (Lv.11-30) - Developing expertise, understanding project conventions
  • ๐ŸŸก Expert (Lv.31-70) - Mastering techniques, anticipating your needs
  • ๐ŸŸ  Master (Lv.71-120) - Elite performance, proactive recommendations
  • ๐Ÿ”ด Grandmaster (Lv.121-200) - Legendary status, deep project insight
  • ๐Ÿ’Ž Legend (Lv.201+) - Ultimate mastery, transcendent capabilities

Sample Achievements

  • ๐Ÿฉธ First Blood - Complete your first task (+50 XP)
  • โšก Speed Demon - Fast completions (+300 XP)
  • ๐Ÿ› Bug Hunter - Resolve 10 production bugs (+150 XP)
  • ๐Ÿ›ก๏ธ Guardian Angel - Prevent security vulnerabilities (+400 XP)

XP Tracking

./agents                    # View all agent levels
./agents python-pro         # Check specific agent  
./agents log python-pro "Built API"  # Manual XP logging
๐Ÿค– Smart Agent Registry (Advanced)

The Agent Registry System automatically discovers and coordinates all available agents, including custom ones you create:

# Claude Code automatically coordinates agents based on your request
"Build a React TypeScript dashboard with real-time data"
# Automatically coordinates: react-specialist โ†’ typescript-pro โ†’ data-engineer โ†’ test-engineer

Why This Matters: No more manual coordination - the system intelligently selects agents based on:

  • Your project's tech stack
  • Agent expertise and performance history
  • Task complexity and requirements
  • Agent availability and XP levels

Features:

  • โœ… Automatic agent discovery from multiple locations
  • โœ… Tech stack analysis and matching
  • โœ… Performance-based recommendations
  • โœ… XP tracking integration
  • โœ… Smart team formation

๐Ÿ“Š SubAgents Analytics System

Experience the power of data-driven AI development with our comprehensive analytics system. Track agent performance, monitor team effectiveness, and optimize your development workflow with beautiful visualizations.

๐Ÿ† XP Leaderboard - See Your Champions Rise

โ•”โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•—
โ•‘                           ๐Ÿ† AGENT LEADERBOARD ๐Ÿ†                    โ•‘
โ• โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•ฃ
โ•‘                                                                      โ•‘
โ•‘  ๐Ÿฅ‡ #1  python-pro              โ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆ ๐Ÿ’Ž Legend       โ•‘
โ•‘         Level 247 โ€ข 124,750 XP โ€ข ๐Ÿ… Speed Demon โ€ข Bug Hunter        โ•‘
โ•‘                                                                      โ•‘
โ•‘  ๐Ÿฅˆ #2  devops-troubleshooter   โ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–’ ๐Ÿ”ด Grandmaster  โ•‘
โ•‘         Level 183 โ€ข 91,500 XP  โ€ข ๐Ÿ›ก๏ธ Guardian Angel โ€ข Fire Fighter   โ•‘
โ•‘                                                                      โ•‘
โ•‘  ๐Ÿฅ‰ #3  full-stack-architect    โ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–’โ–’ ๐ŸŸ  Master       โ•‘
โ•‘         Level 156 โ€ข 78,000 XP  โ€ข ๐Ÿ—๏ธ System Builder โ€ข Team Player    โ•‘
โ•‘                                                                      โ•‘
โ•‘  4   security-auditor           โ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–’โ–’โ–’โ–’โ–’ ๐ŸŸ  Master       โ•‘
โ•‘      Level 142 โ€ข 71,000 XP     โ€ข ๐Ÿ”’ Vault Keeper โ€ข Threat Hunter    โ•‘
โ•‘                                                                      โ•‘
โ•‘  5   frontend-developer         โ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–’โ–’โ–’โ–’โ–’โ–’โ–’โ–’ ๐ŸŸก Expert       โ•‘
โ•‘      Level 89 โ€ข 44,500 XP      โ€ข โœจ UI Wizard โ€ข Performance Pro     โ•‘
โ•‘                                                                      โ•‘
โ•‘  ๐Ÿ’ซ Recent Achievements                                              โ•‘
โ•‘  โ€ข python-pro earned "Code Ninja" (+500 XP) - 50 perfect reviews   โ•‘
โ•‘  โ€ข devops-troubleshooter earned "Crisis Hero" (+750 XP)             โ•‘
โ•‘  โ€ข security-auditor earned "Vault Keeper" (+400 XP)                 โ•‘
โ•‘                                                                      โ•‘
โ•šโ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•

๐ŸŽฏ Team Formation Analysis - Perfect Team Chemistry

โ•”โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•—
โ•‘                      ๐ŸŽฏ TEAM FORMATION INSIGHTS                      โ•‘
โ• โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•ฃ
โ•‘                                                                      โ•‘
โ•‘  ๐Ÿš€ MOST EFFECTIVE TEAM COMBINATIONS                                โ•‘
โ•‘  โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€   โ•‘
โ•‘                                                                      โ•‘
โ•‘  1. "Full-Stack Dream Team" (Success Rate: 94%)                     โ•‘
โ•‘     ๐Ÿ—๏ธ full-stack-architect โ†’ ๐Ÿ python-pro โ†’ โš›๏ธ frontend-developer โ•‘
โ•‘     ๐Ÿ’ก Synergy Bonus: +25% XP when working together                 โ•‘
โ•‘     ๐Ÿ“ˆ Avg Completion Time: 23% faster than individual work         โ•‘
โ•‘                                                                      โ•‘
โ•‘  2. "Security & Performance Team" (Success Rate: 91%)               โ•‘
โ•‘     ๐Ÿ”’ security-auditor โ†’ โšก performance-engineer โ†’ ๐Ÿ› ๏ธ devops-engineerโ•‘
โ•‘     ๐Ÿ’ก Synergy Bonus: +30% XP for critical infrastructure tasks     โ•‘
โ•‘     ๐ŸŽฏ Speciality: Zero-downtime deployments with security audits   โ•‘
โ•‘                                                                      โ•‘
โ•‘  3. "Data Intelligence Unit" (Success Rate: 88%)                    โ•‘
โ•‘     ๐Ÿ“Š data-engineer โ†’ ๐Ÿค– ai-engineer โ†’ ๐Ÿงช ml-engineer              โ•‘
โ•‘     ๐Ÿ’ก Synergy Bonus: +35% XP for ML/AI pipeline tasks             โ•‘
โ•‘     ๐Ÿš€ Achievement Unlock: "Data Wizards" team achievement          โ•‘
โ•‘                                                                      โ•‘
โ•‘  ๐Ÿ“Š FORMATION STATS THIS MONTH                                      โ•‘
โ•‘  โ€ข Total Teams Formed: 47                                           โ•‘
โ•‘  โ€ข Average Team Size: 3.2 agents                                    โ•‘
โ•‘  โ€ข Most Popular Agent: python-pro (32 formations)                   โ•‘
โ•‘  โ€ข Highest XP Team: "Backend Legends" (1,247 XP earned)             โ•‘
โ•‘                                                                      โ•‘
โ•šโ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•

๐Ÿ“ˆ Usage Insights - Your Development Patterns

โ•”โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•—
โ•‘                        ๐Ÿ“ˆ USAGE INSIGHTS DASHBOARD                   โ•‘
โ• โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•ฃ
โ•‘                                                                      โ•‘
โ•‘  ๐Ÿ• PEAK PERFORMANCE HOURS                                          โ•‘
โ•‘  โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€                                          โ•‘
โ•‘  09:00-11:00  โ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆ 87% efficiency       โ•‘
โ•‘  14:00-16:00  โ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–’โ–’ 82% efficiency       โ•‘
โ•‘  20:00-22:00  โ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–’โ–’โ–’โ–’โ–’โ–’โ–’โ–’ 68% efficiency       โ•‘
โ•‘                                                                      โ•‘
โ•‘  ๐Ÿ“Š TASK CATEGORY BREAKDOWN (Last 30 Days)                         โ•‘
โ•‘  โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€                        โ•‘
โ•‘  Bug Fixes        โ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆ 34% (127 tasks)             โ•‘
โ•‘  Feature Dev      โ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–’ 31% (116 tasks)             โ•‘
โ•‘  Code Review      โ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–’โ–’โ–’โ–’โ–’โ–’โ–’โ–’โ–’ 18% (67 tasks)              โ•‘
โ•‘  Optimization     โ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–’โ–’โ–’โ–’โ–’โ–’โ–’โ–’โ–’โ–’โ–’โ–’ 12% (45 tasks)              โ•‘
โ•‘  Security Audit   โ–ˆโ–ˆโ–ˆโ–’โ–’โ–’โ–’โ–’โ–’โ–’โ–’โ–’โ–’โ–’โ–’โ–’โ–’โ–’โ–’โ–’ 5% (19 tasks)               โ•‘
โ•‘                                                                      โ•‘
โ•‘  ๐Ÿ† ACHIEVEMENT PROGRESS                                            โ•‘
โ•‘  โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€                                              โ•‘
โ•‘  ๐Ÿฉธ First Blood        โœ… Unlocked  (+50 XP)                       โ•‘
โ•‘  โšก Speed Demon       โœ… Unlocked  (+300 XP)                       โ•‘
โ•‘  ๐Ÿ› Bug Hunter        โœ… Unlocked  (+150 XP)                       โ•‘
โ•‘  ๐Ÿ›ก๏ธ Guardian Angel    โ–“โ–“โ–“โ–“โ–“โ–“โ–“โ–“โ–‘โ–‘  80% Complete (+400 XP pending)   โ•‘
โ•‘  ๐Ÿ—๏ธ System Builder   โ–“โ–“โ–“โ–“โ–“โ–“โ–‘โ–‘โ–‘โ–‘  60% Complete (+500 XP pending)   โ•‘
โ•‘  ๐Ÿ’Ž Code Ninja       โ–“โ–“โ–“โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘  30% Complete (+750 XP pending)   โ•‘
โ•‘                                                                      โ•‘
โ•‘  ๐Ÿ“ˆ PRODUCTIVITY TRENDS                                             โ•‘
โ•‘  โ€ข 23% faster task completion vs last month                         โ•‘
โ•‘  โ€ข 67% increase in multi-agent collaborations                      โ•‘
โ•‘  โ€ข 91% user satisfaction rate (based on task success)              โ•‘
โ•‘                                                                      โ•‘
โ•šโ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•

๐Ÿ’ป Analytics Commands - Unlock Your Team's Potential

Master these commands to get the most out of your SubAgents analytics:

# ๐Ÿ† LEADERBOARD & RANKINGS
./agents leaderboard                    # View full XP leaderboard
./agents top 10                        # Show top 10 agents
./agents levels                         # Display all agent levels
./agents achievements                   # Show recent achievements

# ๐Ÿ“Š DETAILED AGENT ANALYTICS  
./agents stats python-pro              # Individual agent performance
./agents history devops-troubleshooter # Task completion history
./agents efficiency frontend-developer # Performance metrics & trends

# ๐ŸŽฏ TEAM FORMATION INSIGHTS
./agents formations                     # Most effective team combinations
./agents synergy                       # Current team synergy bonuses
./agents recommend "web app project"   # Get team recommendations
./agents chemistry                     # Analyze team compatibility

# ๐Ÿ“ˆ USAGE & PRODUCTIVITY INSIGHTS
./agents insights                      # Personal usage patterns
./agents trends                        # 30-day productivity trends
./agents peak-hours                    # Your most productive times
./agents categories                    # Task breakdown analysis

# ๐ŸŽฎ GAMIFICATION FEATURES
./agents xp-log "Built REST API" 150  # Manually log XP for custom tasks
./agents missions                      # View available achievements
./agents progress "Bug Hunter"        # Track specific achievement progress
./agents celebrate                    # View recent accomplishments

# ๐Ÿ“Š EXPORT & REPORTING
./agents export-stats                  # Export analytics to CSV
./agents weekly-report                 # Generate weekly summary
./agents compare-agents                # Side-by-side agent comparison
./agents project-dna "my-project"     # Analyze project requirements

๐ŸŽจ Real-Time Mission Tracking

Watch your agents collaborate in real-time with beautiful progress visualizations:

โ•”โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•—
โ•‘                    ๐Ÿš€ MISSION IN PROGRESS: "API Optimization"        โ•‘
โ• โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•ฃ
โ•‘                                                                      โ•‘
โ•‘  ๐Ÿ‘ฅ ACTIVE TEAM: Performance Dream Team                             โ•‘
โ•‘  โ€ข โšก performance-engineer    [โ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆ] 100% Complete   โ•‘
โ•‘  โ€ข ๐Ÿ python-pro             [โ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–’] 95% Complete    โ•‘
โ•‘  โ€ข ๐Ÿ“Š database-optimizer     [โ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–’โ–’โ–’โ–’] 80% Complete    โ•‘
โ•‘                                                                      โ•‘
โ•‘  ๐Ÿ“ˆ REAL-TIME METRICS                                               โ•‘
โ•‘  โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€                                               โ•‘
โ•‘  Mission XP Earned: 1,247 XP (+25% team synergy bonus)             โ•‘
โ•‘  Estimated Completion: 12 minutes                                   โ•‘
โ•‘  Current Efficiency: 127% (above average)                           โ•‘
โ•‘                                                                      โ•‘
โ•‘  ๐ŸŽฏ ACTIVE ACHIEVEMENTS                                             โ•‘
โ•‘  โ€ข Speed Demon: 8/10 fast completions                              โ•‘
โ•‘  โ€ข Team Player: 15/20 successful collaborations                    โ•‘
โ•‘  โ€ข Performance Pro: 4/5 optimization tasks                         โ•‘
โ•‘                                                                      โ•‘
โ•‘  ๐Ÿ’ซ RECENT ACTIVITY                                                 โ•‘
โ•‘  โ€ข python-pro identified 3 bottlenecks (+75 XP)                   โ•‘
โ•‘  โ€ข performance-engineer optimized query performance (+100 XP)       โ•‘
โ•‘  โ€ข database-optimizer suggested index improvements (+50 XP)        โ•‘
โ•‘                                                                      โ•‘
โ•šโ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•

๐ŸŽฏ Getting Started with Analytics

  1. View Your Leaderboard: ./agents leaderboard - See which agents are leading the pack
  2. Check Team Chemistry: ./agents formations - Discover your most effective team combinations
  3. Analyze Your Patterns: ./agents insights - Understand your development workflow
  4. Track Achievements: ./agents achievements - Monitor progress toward unlocking new badges
  5. Export Data: ./agents export-stats - Get detailed analytics for reporting

Pro Tip: Use ./agents recommend "your project description" to get AI-powered team suggestions based on your specific needs and historical performance data.

๐Ÿš€ Installation Options

Standard Installation

cd ~/.claude && git clone https://github.com/mylee04/claude-code-subagents.git agents

With Visual Feedback

git clone https://github.com/mylee04/claude-code-subagents.git
cd claude-code-subagents
./install.sh

Manual Installation

git clone https://github.com/mylee04/claude-code-subagents.git
cp -r claude-code-subagents/agents/* ~/.claude/agents/
๐Ÿ’ก Usage Examples

Single Agent Tasks

# Development
/python-pro "refactor this class with proper type hints"
/javascript-pro "optimize this React component performance"
/golang-pro "implement concurrent worker pool"

# Infrastructure  
/devops-troubleshooter "analyze these error logs"
/database-optimizer "optimize this slow query"
/cloud-architect "design auto-scaling strategy"

# Quality & Security
/code-reviewer "review this pull request"
/security-auditor "audit authentication flow"
/test-engineer "create comprehensive test suite"

Multi-Agent Workflows

# Feature Development
"Implement user authentication with social login"
# Claude Code coordinates: backend-architect โ†’ frontend-developer โ†’ security-auditor โ†’ test-engineer

# Performance Optimization  
"Optimize application for 10x traffic increase"
# Claude Code coordinates: performance-engineer โ†’ database-optimizer โ†’ cloud-architect โ†’ deployment-engineer

# Production Issues
"Debug API timeout issues in production"  
# Claude Code coordinates: devops-troubleshooter โ†’ performance-engineer โ†’ database-optimizer
๐Ÿ”ง Troubleshooting

Slash Commands Not Working?

  1. Check installation: ls ~/.claude/agents/ should show agent files
  2. Verify agent format: Agents need YAML frontmatter:
    ---
    name: agent-name
    description: Agent description
    ---
  3. Alternative methods: Use natural language ("Use python-pro to...") or Task tool

Agents Not Appearing in /agents?

Problem: Files exist but don't show in command list
Solution: Add YAML frontmatter to the top of each .md file

Task Tool Says "Agent Not Found"?

Cause: Missing YAML frontmatter
Fix: Add the required YAML header and the agent will work immediately

๐Ÿค Contributing

Adding New Agents

  1. Create .md file in appropriate category folder
  2. REQUIRED: Include YAML frontmatter:
    ---
    name: your-agent-name
    description: Brief description
    color: blue  # optional
    ---
  3. Run ./install.sh to make agent available
  4. Submit pull request

Areas We Need

  • Mobile Development (Swift, Kotlin, React Native)
  • Game Development (Unity, Unreal Engine)
  • Blockchain (Solidity, Web3)
  • Domain-specific experts (Healthcare, Finance, E-commerce)

Why Developers Love This

"It's like Pokemon for developers - I actually look forward to debugging now!" - Senior Engineer

"Cut our development time by 70% on a major refactoring project" - Tech Lead

Feature Other Collections SubAgents
Basic Agents โœ… Yes โœ… 31 Specialists
Gamification โŒ No โœ… Full XP System
Project Scanner โŒ No โœ… DNA Analysis
Team Synergies โŒ No โœ… Formation Bonuses

Get Started

  1. Install: cd ~/.claude && git clone https://github.com/mylee04/claude-code-subagents.git agents
  2. Try the demo: python3 gamification/scripts/agents-demo.py
  3. Plan a feature: "Build user authentication system"
  4. Use specific agents: /python-pro optimize this function

First Mission Bonus: Complete your first task and earn the "First Blood" achievement (+50 XP)


Ready to level up your development workflow? Install now and experience the power of 31 AI specialists working as your personal dev team.

Made with โค๏ธ for developers who demand excellence | License: MIT | Issues & Support

About

This collection of AI sub-agents for Claude Code leverages a powerful agent-assembler to dynamically generate a personalized and project-specific AI development team based on your unique tech stack.

Topics

Resources

License

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •