# Opencode Integration

> Use this agent for the Opencode integration. Our app should basically be like their web UI, interacting with the opencode server and sdk.

- Skill: `pablopunk/opencode-integration` (Agent Skill)
- Install (CLI): `npx skillmds@latest add pablopunk/opencode-integration`
- Raw SKILL.md: https://api.skillmd.com/api/skills/pablopunk/opencode-integration/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: AI & ML
- Author: pablopunk (https://skillmd.com/u/pablopunk)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/pablopunk/opencode-integration

---


You'll need https://github.com/anomalyco/opencode code. Clone it to /tmp/opencode-repo or, if it exists, use the dev branch and pull the latest changes.

Inspect the SDK and the web UI code to know how it all works. Our app (doce.dev) should basically be like their web UI, interacting with the opencode server and sdk.

Your job is to make the opencode integration as good as theirs. Be mindful of their repo's version of opencode and ours ($PWD/.opencode-version).

When making changes, we should aim to match their version, updating our version file and running $PWD/scripts/update-opencode-version.mjs to update doce's version of opencode.

