awesome-opencode/README.md
2026-01-11 20:50:28 +00:00

673 lines
28 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!-- HEADER -->
<div align="center">
<br>
<!-- LOGO -->
<img src="https://github.com/user-attachments/assets/aced1e8e-e6be-485a-9015-b822d01ab064" alt="Awesome Opencode" />
<br><br>
<!-- TITLE -->
<h1>Awesome Opencode</h1>
<!-- BADGES -->
<p>
<a href="https://github.com/sindresorhus/awesome"><img src="https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg" height="28" alt="Awesome" /></a>
&nbsp;&nbsp;
<a href="https://github.com/sst/opencode"><img src="https://img.shields.io/github/stars/sst/opencode?style=social" height="28" alt="Opencode Stars" /></a>
</p>
<br>
<!-- DESCRIPTION -->
<h3>A curated list of plugins, themes, agents, and resources for <a href="https://opencode.ai/">Opencode</a>.</h3>
<h3>The AI coding agent for the terminal, built by the team at <a href="https://github.com/sst">SST</a>.</h3>
<br>
[**OFFICIAL**](#official) • [**PLUGINS**](#plugins) • [**THEMES**](#themes) • [**AGENTS**](#agents) • [**PROJECTS**](#projects) • [**RESOURCES**](#resources)
<br>
<hr>
</div>
<!-- CONTENT -->
<div id="official"></div>
<h3>⭐️ Official Repositories</h3>
| Project | Stars | Description |
| :--- | :--- | :--- |
| **[opencode](https://github.com/sst/opencode)** | ![Stars](https://badgen.net/github/stars/sst/opencode) | The official opencode AI coding agent. |
| **[opencode-sdk-js](https://github.com/sst/opencode-sdk-js)** | ![Stars](https://badgen.net/github/stars/sst/opencode-sdk-js) | Official JavaScript/TypeScript SDK for opencode. |
| **[opencode-sdk-go](https://github.com/sst/opencode-sdk-go)** | ![Stars](https://badgen.net/github/stars/sst/opencode-sdk-go) | Official Go SDK for opencode. |
| **[opencode-sdk-python](https://github.com/sst/opencode-sdk-python)** | ![Stars](https://badgen.net/github/stars/sst/opencode-sdk-python) | Official Python SDK for opencode. |
<br>
<div id="plugins"></div>
<details open>
<summary><strong>🧩 PLUGINS</strong></summary>
<br>
<details>
<summary><b>Background</b> <img src="https://badgen.net/github/stars/zenobi-us/opencode-background" height="14"/> - <i>Background process management</i></summary>
<blockquote>
Background process management plugin for opencode.
<br><br>
<a href="https://github.com/zenobi-us/opencode-background">🔗 <b>View Repository</b></a>
</blockquote>
</details>
<details>
<summary><b>Background Agents</b> <img src="https://badgen.net/github/stars/kdcokenny/opencode-background-agents" height="14"/> - <i>Async agent delegation</i></summary>
<blockquote>
Claude Code-style background agents with async delegation and context persistence.
<br><br>
<a href="https://github.com/kdcokenny/opencode-background-agents">🔗 <b>View Repository</b></a>
</blockquote>
</details>
<details>
<summary><b>CC Safety Net</b> <img src="https://badgen.net/github/stars/kenryu42/claude-code-safety-net" height="14"/> - <i>Safety net catching destructive commands</i></summary>
<blockquote>
A Claude Code plugin that acts as a safety net, catching destructive git and filesystem commands before they execute.
<br><br>
<a href="https://github.com/kenryu42/claude-code-safety-net">🔗 <b>View Repository</b></a>
</blockquote>
</details>
<details>
<summary><b>Context Analysis</b> <img src="https://badgen.net/github/stars/IgorWarzocha/Opencode-Context-Analysis-Plugin" height="14"/> - <i>Token usage analysis</i></summary>
<blockquote>
An opencode plugin that provides detailed token usage analysis for your AI sessions.
<br><br>
<a href="https://github.com/IgorWarzocha/Opencode-Context-Analysis-Plugin">🔗 <b>View Repository</b></a>
</blockquote>
</details>
<details>
<summary><b>Direnv</b> <img src="https://badgen.net/github/stars/simonwjackson/opencode-direnv" height="14"/> - <i>Load direnv variables</i></summary>
<blockquote>
Automatically loads direnv environment variables at session start. Perfect for Nix flakes.
<br><br>
<a href="https://github.com/simonwjackson/opencode-direnv">🔗 <b>View Repository</b></a>
</blockquote>
</details>
<details>
<summary><b>Dynamic Context Pruning</b> <img src="https://badgen.net/github/stars/Tarquinen/opencode-dynamic-context-pruning" height="14"/> - <i>Optimize token usage</i></summary>
<blockquote>
Plugin that optimises token usage by pruning obsolete tool outputs from conversation context.
<br><br>
<a href="https://github.com/Tarquinen/opencode-dynamic-context-pruning">🔗 <b>View Repository</b></a>
</blockquote>
</details>
<details>
<summary><b>Gemini Auth</b> <img src="https://badgen.net/github/stars/jenslys/opencode-gemini-auth" height="14"/> - <i>Google account auth</i></summary>
<blockquote>
Authenticate the Opencode CLI with your Google account so you can use your existing Gemini plan.
<br><br>
<a href="https://github.com/jenslys/opencode-gemini-auth">🔗 <b>View Repository</b></a>
</blockquote>
</details>
<details>
<summary><b>Google AI Search</b> <img src="https://badgen.net/github/stars/IgorWarzocha/Opencode-Google-AI-Search-Plugin" height="14"/> - <i>Query Google AI Mode (SGE)</i></summary>
<blockquote>
An opencode plugin that exposes a native tool for querying Google AI Mode (SGE).
<br><br>
<a href="https://github.com/IgorWarzocha/Opencode-Google-AI-Search-Plugin">🔗 <b>View Repository</b></a>
</blockquote>
</details>
<details>
<summary><b>IAM</b> <img src="https://badgen.net/github/stars/spoons-and-mirrors/iam" height="14"/> - <i>Inter agent messaging</i></summary>
<blockquote>
Allows for parallel subagents communication with a simple yet effective messaging system. Subagents are aware of each other, can announce their status, broadcast, and read messages asynchronously.
<br><br>
<a href="https://github.com/spoons-and-mirrors/iam">🔗 <b>View Repository</b></a>
</blockquote>
</details>
<details>
<summary><b>Micode</b> <img src="https://badgen.net/github/stars/vtemian/micode" height="14"/> - <i>Brainstorm-Plan-Implement workflow</i></summary>
<blockquote>
Structured workflow with session continuity, subagent orchestration, git worktree isolation, and AST-aware tools.
<br><br>
<a href="https://github.com/vtemian/micode">🔗 <b>View Repository</b></a>
</blockquote>
</details>
<details>
<summary><b>Morph Fast Apply</b> <img src="https://badgen.net/github/stars/JRedeker/opencode-morph-fast-apply" height="14"/> - <i>10,500+ tokens/sec code editing</i></summary>
<blockquote>
Integrates Morph's Fast Apply API for faster code editing with lazy edit markers and unified diff output.
<br><br>
<a href="https://github.com/JRedeker/opencode-morph-fast-apply">🔗 <b>View Repository</b></a>
</blockquote>
</details>
<details>
<summary><b>Oh My Opencode</b> <img src="https://badgen.net/github/stars/code-yeongyu/oh-my-opencode" height="14"/> - <i>Agents & Pre-built tools</i></summary>
<blockquote>
Background agents, pre-built tools (LSP/AST/MCP), curated agents, and a Claude Code compatible layer.
<br><br>
<a href="https://github.com/code-yeongyu/oh-my-opencode">🔗 <b>View Repository</b></a>
</blockquote>
</details>
<details>
<summary><b>OpenAI Codex Auth</b> <img src="https://badgen.net/github/stars/numman-ali/opencode-openai-codex-auth" height="14"/> - <i>ChatGPT Plus/Pro OAuth</i></summary>
<blockquote>
This plugin enables opencode to use OpenAI's Codex backend via ChatGPT Plus/Pro OAuth authentication.
<br><br>
<a href="https://github.com/numman-ali/opencode-openai-codex-auth">🔗 <b>View Repository</b></a>
</blockquote>
</details>
<details>
<summary><b>Opencode Canvas</b> <img src="https://badgen.net/github/stars/mailshieldai/opencode-canvas" height="14"/> - <i>Interactive terminal canvases in tmux splits</i></summary>
<blockquote>
Interactive terminal canvases (calendars, documents, flight booking) in tmux splits. Port of claude-canvas for OpenCode.
<br><br>
<a href="https://github.com/mailshieldai/opencode-canvas">🔗 <b>View Repository</b></a>
</blockquote>
</details>
<details>
<summary><b>Opencode Ignore</b> <img src="https://badgen.net/github/stars/lgladysz/opencode-ignore" height="14"/> - <i>Ignore files based on pattern</i></summary>
<blockquote>
Plugin to ignore directory/file based on pattern.
<br><br>
<a href="https://github.com/lgladysz/opencode-ignore">🔗 <b>View Repository</b></a>
</blockquote>
</details>
<details>
<summary><b>Opencode Notify</b> <img src="https://badgen.net/github/stars/kdcokenny/opencode-notify" height="14"/> - <i>Native OS notifications</i></summary>
<blockquote>
Native OS notifications for OpenCode - know when tasks complete.
<br><br>
<a href="https://github.com/kdcokenny/opencode-notify">🔗 <b>View Repository</b></a>
</blockquote>
</details>
<details>
<summary><b>Opencode Roadmap</b> <img src="https://badgen.net/github/stars/IgorWarzocha/Opencode-Roadmap" height="14"/> - <i>Strategic planning</i></summary>
<blockquote>
Strategic roadmap planning and multi-agent coordination plugin. Provides project-wide planning capabilities.
<br><br>
<a href="https://github.com/IgorWarzocha/Opencode-Roadmap">🔗 <b>View Repository</b></a>
</blockquote>
</details>
<details>
<summary><b>Opencode Sessions</b> <img src="https://badgen.net/github/stars/malhashemi/opencode-sessions" height="14"/> - <i>Session management</i></summary>
<blockquote>
Session management plugin for OpenCode with multi-agent collaboration support.
<br><br>
<a href="https://github.com/malhashemi/opencode-sessions">🔗 <b>View Repository</b></a>
</blockquote>
</details>
<details>
<summary><b>Opencode Skills</b> <img src="https://badgen.net/github/stars/malhashemi/opencode-skills" height="14"/> - <i>Manage skills and capabilities</i></summary>
<blockquote>
Plugin for managing and organising opencode skills and capabilities.
<br><br>
<a href="https://github.com/malhashemi/opencode-skills">🔗 <b>View Repository</b></a>
</blockquote>
</details>
<details>
<summary><b>Opencode Synced</b> <img src="https://badgen.net/github/stars/iHildy/opencode-synced" height="14"/> - <i>Sync configs across machines</i></summary>
<blockquote>
Enables syncing global opencode configurations across machines with public/private visibility options.
<br><br>
<a href="https://github.com/iHildy/opencode-synced">🔗 <b>View Repository</b></a>
</blockquote>
</details>
<details>
<summary><b>Opencode Workspace</b> <img src="https://badgen.net/github/stars/kdcokenny/opencode-workspace" height="14"/> - <i>Multi-agent orchestration</i></summary>
<blockquote>
Bundled multi-agent orchestration harness with 16 components in one install.
<br><br>
<a href="https://github.com/kdcokenny/opencode-workspace">🔗 <b>View Repository</b></a>
</blockquote>
</details>
<details>
<summary><b>Opencode Worktree</b> <img src="https://badgen.net/github/stars/kdcokenny/opencode-worktree" height="14"/> - <i>Zero-friction git worktrees</i></summary>
<blockquote>
Zero-friction git worktrees for OpenCode. Auto-spawns terminals, syncs files, cleans up on exit.
<br><br>
<a href="https://github.com/kdcokenny/opencode-worktree">🔗 <b>View Repository</b></a>
</blockquote>
</details>
<details>
<summary><b>OpenHax Codex</b> <img src="https://badgen.net/github/stars/open-hax/codex" height="14"/> - <i>OAuth authentication</i></summary>
<blockquote>
OAuth authentication plugin for personal coding assistance with ChatGPT Plus/Pro subscriptions.
<br><br>
<a href="https://github.com/open-hax/codex">🔗 <b>View Repository</b></a>
</blockquote>
</details>
<details>
<summary><b>Openskills</b> <img src="https://badgen.net/github/stars/numman-ali/openskills" height="14"/> - <i>Alternative skills manager</i></summary>
<blockquote>
Alternative skills management plugin for opencode with enhanced features.
<br><br>
<a href="https://github.com/numman-ali/openskills">🔗 <b>View Repository</b></a>
</blockquote>
</details>
<details>
<summary><b>Plannotator</b> <img src="https://badgen.net/github/stars/backnotprop/plannotator" height="14"/> - <i>Interactive plan review UI</i></summary>
<blockquote>
Plan review UI with visual annotation, private/offline sharing, and Obsidian/Bear integration.
<br><br>
<a href="https://github.com/backnotprop/plannotator">🔗 <b>View Repository</b></a>
</blockquote>
</details>
<details>
<summary><b>Ralph Wiggum</b> <img src="https://badgen.net/github/stars/Th0rgal/opencode-ralph-wiggum" height="14"/> - <i>Self-correcting agent loops</i></summary>
<blockquote>
Iterative AI development loops with self-correcting agents based on the Ralph Wiggum technique.
<br><br>
<a href="https://github.com/Th0rgal/opencode-ralph-wiggum">🔗 <b>View Repository</b></a>
</blockquote>
</details>
<details>
<summary><b>Ring a Bell Example</b> - <i>Simple terminal bell plugin</i></summary>
<blockquote>
A simple plugin to ring the terminal bell once a request is complete.
<br><br>
<a href="https://gist.github.com/ahosker/267f375a65378bcb9a867fd9a195db1e">🔗 <b>View Gist</b></a>
</blockquote>
</details>
<details>
<summary><b>Shell Strategy</b> <img src="https://badgen.net/github/stars/JRedeker/opencode-shell-strategy" height="14"/> - <i>Avoid interactive shell hangs</i></summary>
<blockquote>
Instructions file that teaches LLMs how to avoid interactive shell commands that hang in non-TTY environments.
<br><br>
<a href="https://github.com/JRedeker/opencode-shell-strategy">🔗 <b>View Repository</b></a>
</blockquote>
</details>
<details>
<summary><b>Smart Title</b> <img src="https://badgen.net/github/stars/Tarquinen/opencode-smart-title" height="14"/> - <i>Auto-generate session titles</i></summary>
<blockquote>
Auto-generates meaningful session titles using AI.
<br><br>
<a href="https://github.com/Tarquinen/opencode-smart-title">🔗 <b>View Repository</b></a>
</blockquote>
</details>
<details>
<summary><b>Smart Voice Notify</b> <img src="https://badgen.net/github/stars/Tarquinen/opencode-smart-voice-notify" height="14"/> - <i>Intelligent voice notifications</i></summary>
<blockquote>
Smart voice notification plugin with multiple TTS engines (ElevenLabs, Edge TTS, SAPI) and intelligent reminder system.
<br><br>
<a href="https://github.com/Tarquinen/opencode-smart-voice-notify">🔗 <b>View Repository</b></a>
</blockquote>
</details>
<details>
<summary><b>Subtask2</b> <img src="https://badgen.net/github/stars/spoons-and-mirrors/subtask2" height="14"/> - <i>Orchestration system</i></summary>
<blockquote>
Extend opencode /commands into a powerful orchestration system with granular flow control.
<br><br>
<a href="https://github.com/spoons-and-mirrors/subtask2">🔗 <b>View Repository</b></a>
</blockquote>
</details>
<details>
<summary><b>Tokenscope</b> <img src="https://badgen.net/github/stars/ramtinJ95/opencode-tokenscope" height="14"/> - <i>Token analysis & cost tracking</i></summary>
<blockquote>
Tokenscope, Comprehensive token usage analysis and cost tracking for opencode sessions.
<br><br>
<a href="https://github.com/ramtinJ95/opencode-tokenscope">🔗 <b>View Repository</b></a>
</blockquote>
</details>
<details>
<summary><b>Warcraft Notifications</b> <img src="https://badgen.net/github/stars/pantheon-org/opencode-warcraft-notifications" height="14"/> - <i>Fun sound notifications</i></summary>
<blockquote>
Notification plugin with Warcraft sounds for opencode completion alerts.
<br><br>
<a href="https://github.com/pantheon-org/opencode-warcraft-notifications">🔗 <b>View Repository</b></a>
</blockquote>
</details>
<details>
<summary><b>With Context MCP</b> <img src="https://badgen.net/github/stars/boxpositron/with-context-mcp" height="14"/> - <i>Project-specific markdown notes</i></summary>
<blockquote>
MCP server for managing project-specific markdown notes with templates, batch edits, and ignore patterns.
<br><br>
<a href="https://github.com/boxpositron/with-context-mcp">🔗 <b>View Repository</b></a>
</blockquote>
</details>
<br>
<a href="https://github.com/awesome-opencode/awesome-opencode/blob/main/contributing.md"><b> Add a Plugin via PR</b></a>
</details>
<br>
<div id="themes"></div>
<details>
<summary><strong>🎨 THEMES</strong></summary>
<br>
<details>
<summary><b>Ayu Dark</b> <img src="https://badgen.net/github/stars/postrednik/opencode-ayu-theme" height="14"/> - <i>Port of the popular Ayu Dark color scheme with golden yellow accent.</i></summary>
<blockquote>
Port of the popular Ayu Dark color scheme with golden yellow accent.
<br><br>
<a href="https://github.com/postrednik/opencode-ayu-theme">🔗 <b>View Repository</b></a>
</blockquote>
</details>
<details>
<summary><b>Poimandres Theme</b> <img src="https://badgen.net/github/stars/ajaxdude/opencode-ai-poimandres-theme" height="14"/> - <i>Poimandres theme</i></summary>
<blockquote>
Poimandres theme for opencode.
<br><br>
<a href="https://github.com/ajaxdude/opencode-ai-poimandres-theme">🔗 <b>View Repository</b></a>
</blockquote>
</details>
<br>
<a href="https://github.com/awesome-opencode/awesome-opencode/blob/main/contributing.md"><b> Add a Theme via PR</b></a>
</details>
<br>
<div id="agents"></div>
<details>
<summary><strong>🤖 AGENTS</strong></summary>
<br>
<details>
<summary><b>Agentic</b> <img src="https://badgen.net/github/stars/Cluster444/agentic" height="14"/> - <i>Modular AI agents</i></summary>
<blockquote>
Modular AI agents and commands for structured software development with opencode.
<br><br>
<a href="https://github.com/Cluster444/agentic">🔗 <b>View Repository</b></a>
</blockquote>
</details>
<details>
<summary><b>Claude Subagents</b> <img src="https://badgen.net/github/stars/VoltAgent/awesome-claude-code-subagents" height="14"/> - <i>Claude Code subagents</i></summary>
<blockquote>
Comprehensive reference repository for production-ready Claude Code subagents.
<br><br>
<a href="https://github.com/VoltAgent/awesome-claude-code-subagents">🔗 <b>View Repository</b></a>
</blockquote>
</details>
<details>
<summary><b>Opencode Agents</b> <img src="https://badgen.net/github/stars/darrenhinde/opencode-agents" height="14"/> - <i>Enhanced workflows</i></summary>
<blockquote>
A set of opencode configurations, prompts, agents, and plugins for enhanced development workflows.
<br><br>
<a href="https://github.com/darrenhinde/opencode-agents">🔗 <b>View Repository</b></a>
</blockquote>
</details>
<br>
<a href="https://github.com/awesome-opencode/awesome-opencode/blob/main/contributing.md"><b> Add an Agent via PR</b></a>
</details>
<br>
<div id="projects"></div>
<details>
<summary><strong>🛠 PROJECTS</strong></summary>
<br>
<details>
<summary><b>Beads</b> <img src="https://badgen.net/github/stars/steveyegge/beads" height="14"/> - <i>Project task management</i></summary>
<blockquote>
Steve Yegge's project/task management system for agents (with beads_viewer UI).
<br><br>
<a href="https://github.com/steveyegge/beads">🔗 <b>View Repository</b></a>
</blockquote>
</details>
<details>
<summary><b>CLI Proxy API</b> <img src="https://badgen.net/github/stars/router-for-me/CLIProxyAPI" height="14"/> - <i>Multi-model proxy</i></summary>
<blockquote>
A proxy server providing compatible API interfaces for multiple model CLIs.
<br><br>
<a href="https://github.com/router-for-me/CLIProxyAPI">🔗 <b>View Repository</b></a>
</blockquote>
</details>
<details>
<summary><b>Codex Proxy Server</b> <img src="https://badgen.net/github/stars/unluckyjori/Codex-Proxy-Server" height="14"/> - <i>Local API proxy</i></summary>
<blockquote>
A proxy server that provides a local API proxy for Codex/ChatGPT-like models.
<br><br>
<a href="https://github.com/unluckyjori/Codex-Proxy-Server">🔗 <b>View Repository</b></a>
</blockquote>
</details>
<details>
<summary><b>Gemini CLI to API</b> <img src="https://badgen.net/github/stars/gzzhongqi/geminicli2api" height="14"/> - <i>Gemini proxy</i></summary>
<blockquote>
A proxy that converts the Gemini CLI tool into OpenAI-compatible endpoints.
<br><br>
<a href="https://github.com/gzzhongqi/geminicli2api">🔗 <b>View Repository</b></a>
</blockquote>
</details>
<details>
<summary><b>Handy</b> <img src="https://badgen.net/github/stars/cjpais/Handy" height="14"/> - <i>Speech to Text</i></summary>
<blockquote>
Easy Open Source Speech to Text.
<br><br>
<a href="https://github.com/cjpais/Handy">🔗 <b>View Repository</b></a>
</blockquote>
</details>
<details>
<summary><b>Kimaki</b> <img src="https://badgen.net/github/stars/remorses/kimaki" height="14"/> - <i>Discord bot controller</i></summary>
<blockquote>
A Discord bot to control opencode sessions on any computer via Discord.
<br><br>
<a href="https://github.com/remorses/kimaki/">🔗 <b>View Repository</b></a>
</blockquote>
</details>
<details>
<summary><b>MCP Voice Interface</b> <img src="https://badgen.net/github/stars/shantur/mcp-voice-interface" height="14"/> - <i>Talk to AI assistants</i></summary>
<blockquote>
Talk to AI assistants using your voice through a web browser. Compatible with Claude Desktop and opencode.
<br><br>
<a href="https://github.com/shantur/mcp-voice-interface">🔗 <b>View Repository</b></a>
</blockquote>
</details>
<details>
<summary><b>OC Context (occtx)</b> <img src="https://badgen.net/github/stars/hungthai1401/occtx" height="14"/> - <i>Switch contexts quickly</i></summary>
<blockquote>
A command-line tool for switching between different opencode contexts quickly.
<br><br>
<a href="https://github.com/hungthai1401/occtx">🔗 <b>View Repository</b></a>
</blockquote>
</details>
<details>
<summary><b>OC Manager</b> <img src="https://badgen.net/github/stars/kcrommett/oc-manager" height="14"/> - <i>Metadata TUI</i></summary>
<blockquote>
Terminal UI for inspecting, filtering, and pruning OpenCode metadata stored on disk.
<br><br>
<a href="https://github.com/kcrommett/oc-manager">🔗 <b>View Repository</b></a>
</blockquote>
</details>
<details>
<summary><b>OC Monitor Share</b> <img src="https://badgen.net/github/stars/Shlomob/ocmonitor-share" height="14"/> - <i>CLI monitoring tool</i></summary>
<blockquote>
A CLI tool for monitoring and analysing opencode AI coding usage.
<br><br>
<a href="https://github.com/Shlomob/ocmonitor-share">🔗 <b>View Repository</b></a>
</blockquote>
</details>
<details>
<summary><b>Octto</b> <img src="https://badgen.net/github/stars/vtemian/octto" height="14"/> - <i>Interactive browser UI for AI brainstorming</i></summary>
<blockquote>
Interactive browser UI for AI brainstorming with multi-question forms, parallel exploration branches, and visual feedback.
<br><br>
<a href="https://github.com/vtemian/octto">🔗 <b>View Repository</b></a>
</blockquote>
</details>
<details>
<summary><b>OCX</b> <img src="https://badgen.net/github/stars/kdcokenny/ocx" height="14"/> - <i>OpenCode package manager</i></summary>
<blockquote>
The missing package manager for OpenCode extensions - ShadCN model with Ghost Mode.
<br><br>
<a href="https://github.com/kdcokenny/ocx">🔗 <b>View Repository</b></a>
</blockquote>
</details>
<details>
<summary><b>Opencode DDEV</b> <img src="https://badgen.net/github/stars/JUVOJustin/opencode-ddev" height="14"/> - <i>DDEV container wrapper</i></summary>
<blockquote>
Wraps bash commands to execute inside the DDEV container (Docker-based PHP development environments).
<br><br>
<a href="https://github.com/JUVOJustin/opencode-ddev">🔗 <b>View Repository</b></a>
</blockquote>
</details>
<details>
<summary><b>Opencode Neovim</b> <img src="https://badgen.net/github/stars/NickvanDyke/opencode.nvim" height="14"/> - <i>Neovim plugin</i></summary>
<blockquote>
Neovim plugin for making convenient editor-aware prompts.
<br><br>
<a href="https://github.com/NickvanDyke/opencode.nvim">🔗 <b>View Repository</b></a>
</blockquote>
</details>
<details>
<summary><b>Opencode Sessions</b> <img src="https://badgen.net/github/stars/malhashemi/opencode-sessions" height="14"/> - <i>Session tracker</i></summary>
<blockquote>
Session management tool for opencode to track and organise coding sessions.
<br><br>
<a href="https://github.com/malhashemi/opencode-sessions">🔗 <b>View Repository</b></a>
</blockquote>
</details>
<details>
<summary><b>Opencode Skills</b> <img src="https://badgen.net/github/stars/malhashemi/opencode-skills" height="14"/> - <i>Skills management</i></summary>
<blockquote>
Skills management system for organising and tracking opencode capabilities.
<br><br>
<a href="https://github.com/malhashemi/opencode-skills">🔗 <b>View Repository</b></a>
</blockquote>
</details>
<details>
<summary><b>Opencode Web</b> <img src="https://badgen.net/github/stars/kcrommett/opencode-web" height="14"/> - <i>Browser-based access</i></summary>
<blockquote>
Web interface for opencode - browser-based access to AI coding agent.
<br><br>
<a href="https://github.com/kcrommett/opencode-web">🔗 <b>View Repository</b></a>
</blockquote>
</details>
<details>
<summary><b>OpenSpec</b> <img src="https://badgen.net/github/stars/Fission-AI/OpenSpec" height="14"/> - <i>Spec-driven development</i></summary>
<blockquote>
Spec-driven development with opencode - structured specification management.
<br><br>
<a href="https://github.com/Fission-AI/OpenSpec">🔗 <b>View Repository</b></a>
</blockquote>
</details>
<details>
<summary><b>Qwen Code OAI Proxy</b> <img src="https://badgen.net/github/stars/aptdnfapt/qwen-code-oai-proxy" height="14"/> - <i>Qwen model proxy</i></summary>
<blockquote>
An OpenAI-Compatible Proxy Server for Qwen models.
<br><br>
<a href="https://github.com/aptdnfapt/qwen-code-oai-proxy">🔗 <b>View Repository</b></a>
</blockquote>
</details>
<details>
<summary><b>Tokscale</b> <img src="https://badgen.net/github/stars/junhoyeo/tokscale" height="14"/> - <i>Token usage tracking CLI</i></summary>
<blockquote>
A CLI tool for tracking token usage from OpenCode and other coding agents (Claude Code, Codex, Gemini CLI, and Cursor IDE).
<br><br>
<a href="https://github.com/junhoyeo/tokscale">🔗 <b>View Repository</b></a>
</blockquote>
</details>
<details>
<summary><b>Vibe Kanban</b> <img src="https://badgen.net/github/stars/BloopAI/vibe-kanban" height="14"/> - <i>Manage AI in parallel</i></summary>
<blockquote>
A Kanban board to manage and orchestrate AI coding agents in parallel.
<br><br>
<a href="https://github.com/BloopAI/vibe-kanban">🔗 <b>View Repository</b></a>
</blockquote>
</details>
<br>
<a href="https://github.com/awesome-opencode/awesome-opencode/blob/main/contributing.md"><b> Add a Project via PR</b></a>
</details>
<br>
<div id="resources"></div>
<details>
<summary><strong>📚 RESOURCES</strong></summary>
<br>
<details>
<summary><b>Debug Log to Text File</b> - <i>Troubleshooting guide</i></summary>
<blockquote>
How to output a debug log from opencode to a text file for troubleshooting.
<br><br>
<a href="https://github.com/awesome-opencode/awesome-opencode/discussions/19">🔗 <b>View Discussion</b></a>
</blockquote>
</details>
<details>
<summary><b>GoTTY</b> <img src="https://badgen.net/github/stars/sorenisanerd/gotty" height="14"/> - <i>Turn CLI into Web App</i></summary>
<blockquote>
A simple command-line tool that turns your CLI tools, like opencode, into web applications.
<br><br>
<a href="https://github.com/sorenisanerd/gotty">🔗 <b>View Repository</b></a>
</blockquote>
</details>
<br>
<a href="https://github.com/awesome-opencode/awesome-opencode/blob/main/contributing.md"><b> Add a Resource via PR</b></a>
</details>
<br><br>
<div align="center">
<h3>🤝 Contributing</h3>
Found an Awesome Opencode project? <br>
<a href="https://github.com/awesome-opencode/awesome-opencode/blob/main/contributing.md"><b>Submit a Pull Request</b></a> to add it to the list!
<br><br>
<sub>Released under <a href="https://creativecommons.org/publicdomain/zero/1.0/">CC0 1.0 Universal</a>.</sub>
</div>