A curated collection of 131 specialized subagents for opencode, translated from the original awesome-claude-code-subagents by VoltAgent.
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...api-designer— REST/GraphQL API design and OpenAPI specificationsbackend-developer— Server-side APIs, microservices, Node.js/Python/Goelectron-pro— Cross-platform desktop applications with Electronfrontend-developer— React, Vue, Angular multi-framework UI developmentfullstack-developer— End-to-end features spanning database, API, and frontendgraphql-architect— GraphQL schema design and federation architecturesmicroservices-architect— Distributed system design and Kubernetesmobile-developer— React Native cross-platform mobile appsui-designer— Visual design systems and component librarieswebsocket-engineer— Real-time bidirectional communication systems
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
Azure, Cloud Architecture, Database Administration, Deployment Engineering, DevOps, Incident Response, Docker, Kubernetes, Network Engineering, Platform Engineering, Security Engineering, SRE, Terraform, Terragrunt, Windows Infrastructure
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
AI Engineering, Data Analysis, Data Engineering, Data Science, Database Optimization, LLM Architecture, Machine Learning Engineering, ML Engineering, MLOps, NLP Engineering, PostgreSQL, Prompt Engineering
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
API Documentation, Blockchain, Embedded Systems, Fintech, Game Development, IoT, M365 Administration, Mobile App Development, Payment Integration, Quantitative Analysis, Risk Management, SEO
Business Analysis, Content Marketing, Customer Success, Legal Advisory, Product Management, Project Management, Sales Engineering, Scrum Mastering, Technical Writing, UX Research, WordPress
Agent Installation, Agent Organization, Context Management, Error Coordination, IT Ops Orchestration, Knowledge Synthesis, Multi-Agent Coordination, Performance Monitoring, Task Distribution, Workflow Orchestration
Competitive Analysis, Data Research, Market Research, Research Analysis, Scientific Literature, Search Specialization, Trend Analysis
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/Original agents by VoltAgent. Translated to opencode format.
MIT