Skip to content

Supercharge opencode with a team of specialized AI agents that work together to build complete features, debug complex issues, and handle any technology stack with expert-level knowledge.

License

Notifications You must be signed in to change notification settings

maclevison/awesome-opencode-agents

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

2 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Awesome Opencode Agents - AI Development Team πŸš€

Supercharge opencode with a team of specialized AI agents that work together to build complete features, debug complex issues, and handle any technology stack with expert-level knowledge.

πŸš€ Quick Start (3 Minutes)

Prerequisites

  • opencode CLI installed and authenticated
  • Claude subscription - required for intensive agent workflows
  • Active project directory with your codebase
  • Optional: Context7 MCP for enhanced documentation access

1. Install the Agents

git clone https://github.com/maclevison/awesome-opencode-agents.git

Option A: Symlink (Recommended - auto-updates)

macOS/Linux:

# Create agents directory if it doesn't exist (preserves existing agents)
mkdir -p ~/.config/opencode/agents

# Symlink the awesome-opencode-agents collection
ln -sf "$(pwd)/awesome-opencode-agents/agents/" ~/.config/opencode/agents/awesome-opencode-agents

Windows (PowerShell):

# Create agents directory
New-Item -Path "$env:USERPROFILE\.config\opencode\agents" -ItemType Directory -Force

# Create symlink
cmd /c mklink /D "$env:USERPROFILE\.config\opencode\agents\awesome-opencode-agents" "$(Get-Location)\awesome-opencode-agents\agents"

Option B: Copy (Static - no auto-updates)

# Create agents directory if it doesn't exist
mkdir -p ~/.config/opencode/agents

# Copy all agents
cp -r awesome-opencode-agents/agents ~/.config/opencode/agents/awesome-opencode-agents

2. Verify Installation

opencode /agents
# Should show all 36 agents.

3. Initialize Your Project

Navigate to your project directory and run the following command to configure your AI team:

opencode "use @agent-team-configurator and optimize my project to best use the available subagents."

4. Start Building

opencode "use @agent-tech-lead-orchestrator and build a user authentication system"

Your AI team will automatically detect your stack and use the right specialists!

🎯 How Auto-Configuration Works

The @agent-team-configurator automatically sets up your perfect AI development team. When invoked, it:

  1. Locates AGENTS.md - Finds existing project configuration and preserves all your custom content outside the "AI Team Configuration" section
  2. Detects Technology Stack - Inspects package.json, composer.json, requirements.txt, go.mod, Gemfile, and build configs to understand your project
  3. Discovers Available Agents - Scans ~/.config/opencode/agents/ and .opencode/agents/ folders, building a capability table of all available specialists
  4. Selects Specialists - Prefers framework-specific agents over universal ones, always includes @agent-code-reviewer and @agent-performance-optimizer for quality assurance
  5. Updates AGENTS.md - Creates a timestamped "AI Team Configuration" section with your detected stack and a Task|Agent|Notes mapping table
  6. Provides Usage Guidance - Shows you the detected stack, selected agents, and gives sample commands to start building

πŸ‘₯ Meet Your AI Development Team

🎭 Orchestrators (3 agents)

  • Tech Lead Orchestrator - Senior technical lead who analyzes complex projects and coordinates multi-step development tasks
  • Project Analyst - Technology stack detection specialist who enables intelligent agent routing
  • Team Configurator - AI team setup expert who detects your stack and configures optimal agent mappings

πŸ’Ό Framework Specialists (25 agents)

  • Laravel (2 agents)
    • Backend Expert - Comprehensive Laravel development with MVC, services, and Eloquent patterns
    • Eloquent Expert - Advanced ORM optimization, complex queries, and database performance
  • Django (3 agents)
    • Backend Expert - Models, views, services following current Django conventions
    • API Developer - Django REST Framework and GraphQL implementations
    • ORM Expert - Query optimization and database performance for Django applications
  • Rails (3 agents)
  • React (2 agents)
  • Vue (3 agents)
  • Astro (3 agents)
  • Python (9 agents)
    • Python Expert - Modern Python 3.12+ development, project architecture, and best practices
    • FastAPI Expert - High-performance APIs with FastAPI 0.115+, Pydantic V2, and async patterns
    • Django Expert - Full-stack Django 5.0+ development, DRF, and scalable architecture
    • ML/Data Expert - Machine Learning, data science, TensorFlow, PyTorch, and pandas
    • Security Expert - Python security, cryptography, and vulnerability assessment
    • Testing Expert - Comprehensive testing strategies with pytest and test automation
    • Performance Expert - Profiling, optimization, and concurrent programming
    • Web Scraping Expert - Web scraping, data extraction, and async crawling
    • DevOps/CI-CD Expert - Deployment automation, containerization, and infrastructure as code

🌐 Universal Experts (4 agents)

πŸ”§ Core Team (4 agents)

Total: 36 specialized agents working together to build your projects!

Browse all agents β†’

πŸ”₯ Why Teams Beat Solo AI

  • Specialized Expertise: Each agent masters their domain with deep, current knowledge
  • Real Collaboration: Agents coordinate seamlessly, sharing context and handing off tasks
  • Tailored Solutions: Get code that matches your exact stack and follows its best practices
  • Parallel Execution: Multiple specialists work simultaneously for faster delivery

πŸ“ˆ The Impact

  • Ship Faster - Complete features in minutes, not days
  • Better Code Quality - Every line follows best practices
  • Learn As You Code - See how experts approach problems
  • Scale Confidently - Architecture designed for growth

πŸ“š Learn More

πŸ’¬ Join The Community

πŸ“„ License

MIT License - Use freely in your projects!

Star History

Star History Chart

Transform opencode into an AI development team that ships production-ready features
Simple setup. Powerful results. Just describe and build.

GitHub β€’ Documentation β€’ Community

About

Supercharge opencode with a team of specialized AI agents that work together to build complete features, debug complex issues, and handle any technology stack with expert-level knowledge.

Resources

License

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published