OpenCode, supercharged. ⚡
npm install @qforge/opencode-architectOpenCode, supercharged. ⚡
Add to "plugin" in .opencode/opencode.json:
``json`
{
"plugin": ["@qforge/opencode-architect"]
}
Use this package any time you are doing OpenCode work: designing agents, building plugins, crafting commands, creating skills and tools, or integrating MCP servers.
- A suite of expert agents: architect, agent designer, command crafter, MCP integrator, plugin engineer, skill creator, tool builder
- sync-docs command + tool for fetching the latest OpenCode documentation
- Automatic doc sync on startup with a toast error if the sync fails
- Built-in alignment with OpenCode best practices for coding and prompt engineering
Use it whenever you want to:
- Spin up new OpenCode agents
- Design or refine OpenCode plugins and commands
- Create skills and tools with consistent prompt engineering
- Integrate MCP servers with confidence
Install dependencies:
`bash`
bun install
Build:
`bash`
bun run build
This project was created using bun init` in bun v1.3.5. Bun is a fast all-in-one JavaScript runtime.