Skip to main content

Documentation Index

Fetch the complete documentation index at: https://mintlify.com/awesome-opencode/awesome-opencode/llms.txt

Use this file to discover all available pages before exploring further.

Browse Plugins

Discover plugins to extend OpenCode with new capabilities, from memory systems and authentication to workflow automation and notifications.

Oh My Opencode

Background agents, pre-built tools (LSP/AST/MCP), curated agents, and a Claude Code compatible layer.

Opencode Workspace

Bundled multi-agent orchestration harness with 16 components in one install.

Micode

Structured workflow with session continuity, subagent orchestration, git worktree isolation, and AST-aware tools.

Opencode Mem

A persistent memory system with local vector database technology for long-term context retention.

Memory & Context Management

Persistent memory with vector databaseA persistent memory system for AI coding agents that enables long-term context retention across sessions using local vector database technology. Features dual memory scopes, web interface, auto-capture system, and multi-provider AI support.View Repository
Letta-inspired memoryGives the agent persistent, self-editable memory blocks inspired by Letta agents.View Repository
Git-based memorySimple plugin to manage memory inside a git repo that can be committed and reviewed by team members.View Repository
Token usage analysisAn opencode plugin that provides detailed token usage analysis for your AI sessions.View Repository
Optimize token usagePlugin that optimises token usage by pruning obsolete tool outputs from conversation context.View Repository
Token analysis & cost trackingComprehensive token usage analysis and cost tracking for opencode sessions.View Repository
Quota toasts and token trackingTrack quota and token usage across providers via automatic toasts and slash commands.View Repository
Check AI subscription quotasCheck all your AI subscription quotas in one command. Supports OpenAI (Plus/Pro/Codex, etc.), Zhipu AI, Google Antigravity, and more.View Repository

Multi-Agent Orchestration

Agents & Pre-built toolsBackground agents, pre-built tools (LSP/AST/MCP), curated agents, and a Claude Code compatible layer.View Repository
Lightweight agent orchestration with reduced token usageSlimmed-down fork of oh-my-opencode focused on core agent orchestration. Features specialized sub-agents (Explorer, Oracle, Librarian, Designer, etc.), background task management, LSP/AST tools, tmux integration for live agent visibility, and MCP servers. Optimized to consume significantly fewer tokens.View Repository | Homepage
Multi-agent orchestrationBundled multi-agent orchestration harness with 16 components in one install.View Repository
Async agent delegationClaude Code-style background agents with async delegation and context persistence.View Repository
Background process managementBackground process management plugin for opencode.View Repository
Swarm intelligenceSwarm plugin for opencode enabling swarm-based agent coordination.View Repository
A subagent driven pocket universe for your primary agentAsync agents can be powerful, but orchestration is at best finicky; they fire and forget, orphan work, lose context, waste time… and tokens. This plugin extends the native opencode subagent paradigm to provide closed loop, resilient, async agents, blocking main thread execution. A “pocket universe”. This ships with three tools creating a robust system for parallel subagents to communicate and coordinate work.View Repository
Orchestration systemExtend opencode /commands into a powerful orchestration system with granular flow control.View Repository

Workflow & Planning

Brainstorm-Plan-Implement workflowStructured workflow with session continuity, subagent orchestration, git worktree isolation, and AST-aware tools.View Repository
Strategic planningStrategic roadmap planning and multi-agent coordination plugin. Provides project-wide planning capabilities.View Repository
Interactive plan review UIPlan review UI with visual annotation, private/offline sharing, and Obsidian/Bear integration.View Repository
Add Architecture planning and specification agent for OpenSpecAn OpenCode plugin that integrates OpenSpec, providing a dedicated agent for planning and specifying software architecture.View Repository
Beads issue tracker integrationIntegration for Steve Yegge’s beads issue tracker with /bd-* commands.View Repository

Session & Workspace Management

Session managementSession management plugin for OpenCode with multi-agent collaboration support.View Repository
Zero-friction git worktreesZero-friction git worktrees for OpenCode. Auto-spawns terminals, syncs files, cleans up on exit.View Repository
Session handoff promptsCreates focused handoff prompts for continuing work in a new session.View Repository
Auto-generate session titlesAuto-generates meaningful session titles using AI.View Repository
Auto-rename Zellij sessionsKeeps your Zellij session name in sync with your work.View Repository

Skills & Capabilities

Manage skills and capabilitiesPlugin for managing and organising opencode skills and capabilities.View Repository
Dynamic skills loaderDynamic skills loader that discovers skills from project, user, and plugin directories.View Repository
Alternative skills managerAlternative skills management plugin for opencode with enhanced features.View Repository
Hooks and specialized agentsPlugin providing Claude Code-style hooks, specialized agents, and tools like gitingest.View Repository

Authentication & Model Access

Google Antigravity modelsUse Gemini and Anthropic models for free via Google Antigravity IDE authentication.View Repository
Multiple Google accountsFork of opencode-antigravity-auth that allows using multiple Google accounts with automatic rotation when rate limited.View Repository
Google account authAuthenticate the Opencode CLI with your Google account so you can use your existing Gemini plan.View Repository
ChatGPT Plus/Pro OAuthThis plugin enables opencode to use OpenAI’s Codex backend via ChatGPT Plus/Pro OAuth authentication.View Repository
OAuth authenticationOAuth authentication plugin for personal coding assistance with ChatGPT Plus/Pro subscriptions.View Repository

Notifications & Alerts

Native OS notificationsNative OS notifications for OpenCode - know when tasks complete.View Repository
Intelligent voice notificationsSmart voice notification plugin with multiple TTS engines (ElevenLabs, Edge TTS, SAPI) and intelligent reminder system.View Repository
Fun sound notificationsNotification plugin with Warcraft sounds for opencode completion alerts.View Repository
Simple terminal bell pluginA simple plugin to ring the terminal bell once a request is complete.View Gist

Development Tools & Integrations

Multi-branch devcontainersPlugin for running multiple devcontainer instances with auto-assigned ports and branch-based isolation.View Repository
Load direnv variablesAutomatically loads direnv environment variables at session start. Perfect for Nix flakes.View Repository
Interactive terminal canvases in tmux splitsInteractive terminal canvases (calendars, documents, flight booking) in tmux splits. Port of claude-canvas for OpenCode.View Repository
10,500+ tokens/sec code editingIntegrates Morph’s Fast Apply API for faster code editing with lazy edit markers and unified diff output.View Repository
WakaTime integrationWakaTime integration plugin for tracking coding activity in opencode sessions.View Repository
Project-specific markdown notesMCP server for managing project-specific markdown notes with templates, batch edits, and ignore patterns.View Repository

Automation & CI/CD

Automation daemonAutomation daemon that polls for work from GitHub issues and Linear tickets.View Repository
Self-correcting agent loopsIterative AI development loops with self-correcting agents based on the Ralph Wiggum technique.View Repository

Configuration & Customization

Sync configs across machinesEnables syncing global opencode configurations across machines with public/private visibility options.View Repository
Instant inline text expansionInstant inline text expansion for OpenCode. Type #snippet anywhere in your message and watch it transform. Brings DRY principles to prompt engineering with composable, shell-enabled snippets.View Repository
Ignore files based on patternPlugin to ignore directory/file based on pattern.View Repository
Model self-awarenessAutomatically injects the current model name into the chat context so the LLM is self-aware.View Repository
Optimal sampling temperaturesMinimal plugin that nudges specific models to their preferred sampling temperature.View Repository
Avoid interactive shell hangsInstructions file that teaches LLMs how to avoid interactive shell commands that hang in non-TTY environments.View Repository
Strip emojis from outputA simple plugin that strips ALL emojis from agent outputs in Opencode.View Repository

Security & Safety

Safety net catching destructive commandsA Claude Code plugin that acts as a safety net, catching destructive git and filesystem commands before they execute.View Repository
Prevent .env leaksOpenCode plugin that prevents agents/tools from reading or editing sensitive .env* files, while still allowing safe inspection via EnvSitter (keys + deterministic fingerprints; never values).View Repository

Developer Resources

CICD setup for pluginsFocuses on providing the CICD setup with generator script, release please, bun publish, npm trusted publishing, and mise tasks.View Repository