Skip to content

sudorest/awesome-claude-code-subagents

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

410 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Awesome opencode Subagents

A curated collection of 131 specialized subagents for opencode, translated from the original awesome-claude-code-subagents by VoltAgent.

Usage

Place any .md file from the agents/ directory into your project's agents/ folder (or the global ~/.config/opencode/agents/ directory). opencode will automatically discover and make them available as subagents.

Each file uses the opencode agent format:

---
description: "What this agent does and when to use it"
mode: subagent
tools:
  read: true
  write: true
  edit: true
  bash: true
  glob: true
  grep: true
---

Agent system prompt here...

Agent Categories

Core Development (10 agents)

  • api-designer — REST/GraphQL API design and OpenAPI specifications
  • backend-developer — Server-side APIs, microservices, Node.js/Python/Go
  • electron-pro — Cross-platform desktop applications with Electron
  • frontend-developer — React, Vue, Angular multi-framework UI development
  • fullstack-developer — End-to-end features spanning database, API, and frontend
  • graphql-architect — GraphQL schema design and federation architectures
  • microservices-architect — Distributed system design and Kubernetes
  • mobile-developer — React Native cross-platform mobile apps
  • ui-designer — Visual design systems and component libraries
  • websocket-engineer — Real-time bidirectional communication systems

Language Specialists (26 agents)

Angular, C++, C#, Django, .NET Core, .NET Framework 4.8, Elixir, Flutter, Go, Java, JavaScript, Kotlin, Laravel, Next.js, PHP, PowerShell 5.1, PowerShell 7, Python, Rails, React, Rust, Spring Boot, SQL, Swift, TypeScript, Vue

Infrastructure (16 agents)

Azure, Cloud Architecture, Database Administration, Deployment Engineering, DevOps, Incident Response, Docker, Kubernetes, Network Engineering, Platform Engineering, Security Engineering, SRE, Terraform, Terragrunt, Windows Infrastructure

Quality & Security (14 agents)

Accessibility Testing, AD Security Review, Architecture Review, Chaos Engineering, Code Review, Compliance Auditing, Debugging, Error Detection, Penetration Testing, Performance Engineering, PowerShell Security Hardening, QA, Security Auditing, Test Automation

Data & AI (12 agents)

AI Engineering, Data Analysis, Data Engineering, Data Science, Database Optimization, LLM Architecture, Machine Learning Engineering, ML Engineering, MLOps, NLP Engineering, PostgreSQL, Prompt Engineering

Developer Experience (13 agents)

Build Engineering, CLI Development, Dependency Management, Documentation Engineering, DX Optimization, Git Workflow, Legacy Modernization, MCP Development, PowerShell Module Architecture, PowerShell UI Architecture, Refactoring, Slack Integration, Tooling Engineering

Specialized Domains (12 agents)

API Documentation, Blockchain, Embedded Systems, Fintech, Game Development, IoT, M365 Administration, Mobile App Development, Payment Integration, Quantitative Analysis, Risk Management, SEO

Business & Product (11 agents)

Business Analysis, Content Marketing, Customer Success, Legal Advisory, Product Management, Project Management, Sales Engineering, Scrum Mastering, Technical Writing, UX Research, WordPress

Meta & Orchestration (10 agents)

Agent Installation, Agent Organization, Context Management, Error Coordination, IT Ops Orchestration, Knowledge Synthesis, Multi-Agent Coordination, Performance Monitoring, Task Distribution, Workflow Orchestration

Research & Analysis (7 agents)

Competitive Analysis, Data Research, Market Research, Research Analysis, Scientific Literature, Search Specialization, Trend Analysis

Installation

Clone this repository and copy the agents you want to use:

# Copy all agents to your project
cp agents/*.md /path/to/your/project/agents/

# Or copy specific agents
cp agents/backend-developer.md agents/frontend-developer.md /path/to/your/project/agents/

# Or install globally
mkdir -p ~/.config/opencode/agents
cp agents/*.md ~/.config/opencode/agents/

Credits

Original agents by VoltAgent. Translated to opencode format.

License

MIT

About

A collection of 100+ specialized Claude Code subagents covering a wide range of development use cases

Resources

License

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors