Quick Start for the Full Stack
This page is the "Start Here" guide for the OpenCode stack in this repository. It is intentionally short and practical.
Step 1: Install the core components
Follow these pages first:
- Install OpenCode and CLIProxyAPI
- Choose between opencode, opencode-go, and cliproxyapi
- Configure providers, agents, and models
At the end of that flow, you should have:
- either a direct provider path (
opencode/opencode-go) or a local proxy path (cliproxyapi) - Codex or other upstream providers authenticated
opencodeinstalled and visible in your shelloh-my-openagentloaded in your OpenCode setup
Step 2: Apply the useful tool layer
The base install becomes much more useful once you add the operating layer around it.
Add these next:
Step 3: Launch and work
opencode
Then:
- Switch models with
/models - Confirm your MCP tools are available
- Add
AGENTS.mdin your project if you want stricter workflow behavior - Use local skills when a project has domain-specific rules
Recommended first-session checklist
- Verify
cliproxyapiis reachable athttp://localhost:8317/v1 - Verify
opencode --version - Verify your
opencode.jsonpoints to CLIProxyAPI - Verify your chosen provider path matches how you actually want to route model traffic
- Verify your
oh-my-opencode.jsonor equivalent legacy config file is present and valid - Verify MCP servers you care about are enabled
Workflow structure
This docs section separates the setup into install, tools, workflow, and reference pages so it stays easier to maintain than one giant document.