Forked From: https://github.com/flpbalada/my-opencode-config
My personal OpenCode configuration optimized for full-stack web development with autonomous agent workflows.
Feel free to:
- Browse and adapt skills for your own config
- Use agents as templates for your workflows
- Share tips and tricks you've found useful
.
├── AGENTS.md # Personal preferences & coding guidelines
├── opencode.json # Main config (plugins, MCP servers, providers)
├── agents/ # Custom agents for specialized tasks
├── skills/ # executable knowledge notes
├── commands/ # Custom slash commands
└── scripts/ # Helper scripts
| Agent | Purpose |
|---|---|
architect |
High-level planning and architecture (Tier 1) |
coder-monitor |
Autonomous build validation (Tier 3) |
code-reviewer |
Deep quality and security audit (Tier 4) |
web-researcher |
Internet research and documentation |
requirements-analyzer |
Feature requirements analysis |
deep-thinker |
Structured thinking for complex problems |
effort-estimator |
Estimate development effort |
refactoring |
Code restructuring and improvement |
commit-drafter |
Generate conventional commit messages |
code-simplifier |
Simplify code for clarity |
skill-creator |
Create new skills with proper structure |
chat |
Conversational interactions |
Skills are executable knowledge notes — a collection of patterns, best practices, and frameworks converted into actionable guidance for the AI agent.
- Context7 — Real-time library/API documentation
@mohak34/opencode-notifier— Desktop notifications@franlol/opencode-md-table-formatter— Markdown table formattingopencode-wakatime— Time tracking@tarquinen/opencode-dcp— Context management
| Command | Purpose |
|---|---|
/implement |
Execute implementation following architect's plan |
/git-commit |
Create git commit with conventional messages |
/learn |
Extract patterns from session to create new skills |
/summarize-branch |
Generate PR description from commits |