weisser-dev/awesome-opencode
108 agents, 15 skills, smart model config, and interactive CLI for OpenCode — npx @weisser-dev/awesome-opencode
Platform-specific configuration:
{
"mcpServers": {
"awesome-opencode": {
"command": "npx",
"args": [
"-y",
"awesome-opencode"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
The most comprehensive collection of agents, skills, and tooling for OpenCode -- the open-source AI coding agent.
108 agents | 15 skills | 18 curated MCP servers | Live MCP registry search | Smart model detection
> Inspired by VoltAgent/awesome-claude-code-subagents, fully adapted for OpenCode with permissions, skills, and markdown agent format.
---
npx @weisser-dev/awesome-opencodeOne command. It analyzes your project, walks you through agent/skill/model/MCP setup interactively, generates everything, and launches OpenCode.
---
Awesome OpenCode
108 agents, 15 skills, smart model config
https://github.com/weisser-dev/awesome-opencode
? How would you like to set up your project?
❯ Auto-detect languages (recommended for existing projects)
Select languages manually (recommended for fresh projects)
✔ Project analyzed
Auto-detected:
- TypeScript
- Python
? Select project languages (2 detected / 28 total, scroll with arrows):
── Auto-Detected (2) ──
◉ JavaScript / TypeScript
◉ Python
── Other (26) ──
◯ Java
◯ Go
◯ Rust
...
? Select agents (12 recommended / 108 total, scroll with arrows):
── Recommended for your project (12/108) ──
◉ code-reviewer - Code quality review (default)
◉ test-writer - Test generation (default)
◉ devops-engineer - CI/CD pipelines (default)
◉ typescript-pro - TypeScript specialist (JavaScript / TypeScript)
◉ python-pro - Python ecosystem master (Python)
◉ fastapi-developer - FastAPI async APIs (Python)
...
── Core Development (3) ──
◯ backend-developer
...
(108 agents across 10 categories)
? Select skills (5 recommended / 15 total, scroll with arrows):
◉ git-release - Release notes and version bumps
◉ ci-pipeline - CI pipeline configuration
◉ dependency-auLoading reviews...