https://github.com/qforge-dev/opencode-architect
https://github.com/qforge-dev/opencode-architect
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/qforge-dev/opencode-architect
- Owner: qforge-dev
- License: mit
- Created: 2026-01-29T12:31:25.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2026-01-29T16:39:10.000Z (3 months ago)
- Last Synced: 2026-02-02T19:26:49.247Z (3 months ago)
- Language: TypeScript
- Size: 34.2 KB
- Stars: 5
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
- Agents: AGENTS.md
Awesome Lists containing this project
README
# opencode-architect
OpenCode, supercharged. ⚡
## To Install 🔌
Add to "plugin" in `.opencode/opencode.json`:
```json
{
"plugin": ["@qforge/opencode-architect"]
}
```
## Why this exists ✨
Use this package any time you are doing OpenCode work: designing agents, building plugins, crafting commands, creating skills and tools, or integrating MCP servers.
## What you get 🧰
- 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
## Best time to use it ✅
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
## Contributing 🤝
Install dependencies:
```bash
bun install
```
Build:
```bash
bun run build
```
## Notes 📝
This project was created using `bun init` in bun v1.3.5. [Bun](https://bun.com) is a fast all-in-one JavaScript runtime.