(Unofficial Guide: Crash Fixes + MCP Tools + Planner Strategy)
This repository is the "missing manual" and "starter pack" for OpenCode users, especially on Windows. It combines stability fixes with advanced configurations for a modern Fullstack development workflow.
Status: Updated for OpenCode v1.0+ | Supports Oh My OpenCode & Superpowers
Just paste this repository link into ChatGPT, Claude, or Gemini and ask:
"I'm on Windows/Mac/Linux. Read this repo and tell me exactly how to install the fixes and use the planner mode."
Solves the infamous exit_code: -1073740791 on Windows and the "Superpowers module not found" error.
Pre-configured setups for Model Context Protocol (MCP).
- Frontend: Install Shadcn components via chat.
- Backend: Connect to Supabase (Postgres) to query data & verify migrations.
- Web: Browse the internet for real-time docs (via Exa).
Includes a "Project Rules" injector (AGENTS.md) that forces the AI to:
- Auto-maintain
todos.md(Master Plan). - Auto-update
CHANGELOG.md. - Follow strict Git commit standards.
A specialized Cheat Sheet to use the "Planner-Sisyphus" mode effectively, saving you 70% of tokens while maintaining high-quality code.
| File / Guide | Description |
|---|---|
INSTALL_GUIDE.md |
Start Here! How to install OpenCode, Oh My OpenCode, & Superpowers correctly. |
guides/FIX_CRASH_AND_BUGS.md |
Solution for Windows native crashes & Symlink errors. |
guides/MCP_SETUP.md |
New! How to enable Supabase, Shadcn, & Web Search tools. |
guides/SETUP_PROJECT_RULES.md |
New! How to automate AI workflow with AGENTS.md. |
guides/IMAGE_TO_CODE.md |
New! Cara ubah gambar desain lokal jadi kodingan Next.js (No upload needed). |
prompts/CHEATSHEET_ID.md |
(Bahasa Indonesia) Strategi Prompt Planner & penggunaan Tool MCP. |
configs/ |
Safe JSON configuration templates (Clean & Valid). |
Follow the instructions in INSTALL_GUIDE.md to get the base applications running.
Backup your existing .config/opencode folder, then copy the contents of the configs/ folder from this repo to your local machine:
configs/opencode.json-> Fixes crashes & sets up MCP.configs/oh-my-opencode.json-> Sets up Agent Personas (Oracle, Sisyphus, etc).
- Read
guides/MCP_SETUP.mdto add your Supabase Token. - Read
guides/SETUP_PROJECT_RULES.mdto initialize your first project.
- Issue: "OpenCode closes immediately." -> See Fix Guide.
- Issue: "Supabase MCP Failed." -> You likely need a Personal Access Token. See MCP Guide.
Disclaimer: This is a community-contributed repository and is not affiliated with the official OpenCode team.