A curated list of plugins, themes, agents, and resources for Opencode. The AI coding agent for the terminal, built by the team at Anomaly.
Awesome Opencode
Snapshot 2026-08-03 23:56:39 UTC · version 1
Research document
Awesome Opencode
A curated list of plugins, themes, agents, and resources for Opencode.
The AI coding agent for the terminal, built by the team at Anomaly.
OFFICIAL • PLUGINS • THEMES • AGENTS • PROJECTS • RESOURCES
⭐️ Official Repositories
| Project | Stars | Description |
|---|---|---|
| opencode | The official opencode AI coding agent. | |
| opencode-sdk-js | Official JavaScript/TypeScript SDK for opencode. | |
| opencode-sdk-go | Official Go SDK for opencode. | |
| opencode-sdk-python | Official Python SDK for opencode. |
🧩 PLUGINS
@bluelovers/opencode-arise - 「⚔️ ARISE!」 A Solo Leveling themed orchestrator harness for OpenCode
A lightweight, token-efficient orchestrator layer. Enables parallel background task execution in OpenCode. Launch AI agents to work simultaneously on exploration and research while continuing with other tasks. Allows specifying custom models for each_agent via configuration.aerovato/opencode-quotes-plugin - Display inspirational quotes instead of tips
🔗 View Repository
Replaces the default home-page tips with inspirational quotes for a more motivating OpenCode experience.Agent Identity - Agent self-identity and per-message attribution for multi-agent sessions
🔗 View Repository
Two plugins that improve agent identity awareness. AgentSelfIdentityPlugin injects a one-liner into the system prompt so the model knows which agent it's operating as. AgentAttributionToolPlugin exposes a tool for querying per-message agent attribution via the SDK, useful for agents that review multi-agent sessions.Agent Memory - Letta-inspired memory
🔗 View Repository
Gives the agent persistent, self-editable memory blocks inspired by Letta agents.Agent Skills (JDT) - Dynamic skills loader
🔗 View Repository
Dynamic skills loader that discovers skills from project, user, and plugin directories.Antigravity Auth - Google Antigravity models
🔗 View Repository
Use Gemini and Anthropic models for free via Google Antigravity IDE authentication.Antigravity Multi-Auth - Multiple Google accounts
🔗 View Repository
Fork of opencode-antigravity-auth that allows using multiple Google accounts with automatic rotation when rate limited.Autotitle - AI-powered automatic session naming
🔗 View Repository
Two-phase session titling - instant keyword titles on user message, refined AI titles after response. Auto-selects cheapest model (flash/haiku/fast), respects custom titles, zero configuration needed.Background - Background process management
🔗 View Repository
Background process management plugin for opencode.Background Agents - Async agent delegation
🔗 View Repository
Claude Code-style background agents with async delegation and context persistence.Beads Plugin - Beads issue tracker integration
🔗 View Repository
Integration for Steve Yegge's beads issue tracker with /bd-* commands.BRHP - Persistent planning state
🔗 View Repository
Structured, persistent planning for OpenCode with local session state, /brhp commands, bounded planner history, and a TUI sidebar.CC Safety Net - Safety net catching destructive commands
🔗 View Repository
A Claude Code plugin that acts as a safety net, catching destructive git and filesystem commands before they execute.Claude Code Switch (CCS) OpenCode Sync - Claude Code Switch (CCS) to OpenCode sync
🔗 View Repository
An OpenCode plugin that reads your Claude Code Switch (CCS) configuration and automatically syncs the providers into your OpenCode config.Command Inject - Auto-inject project commands into OpenCode
🔗 View Repository
Automatically discovers and injects Makefile targets, npm/pnpm/yarn/bun scripts, and local skills at startup. Type / to see and run all project commands.Context Analysis - Token usage analysis
🔗 View Repository
An opencode plugin that provides detailed token usage analysis for your AI sessions.Crawlberg - Web crawling and scraping tools for opencode
🔗 View Repository
OpenCode plugin exposing crawlberg CLI tools for scraping pages, crawling sites, and mapping URLs to JSON or Markdown.CrewBee - Task-specific Agent Teams for OpenCode
🔗 View Repository
CrewBee is an independent Agent Team framework for OpenCode. It lets users define reusable task/project-specific Agent Teams, project them into OpenCode agents, and switch between single-agent execution and multi-agent collaboration based on task complexity. It also includes built-in Team templates such as a Coding Team with review flow and completion criteria.Devcontainers - Multi-branch devcontainers
🔗 View Repository
Plugin for running multiple devcontainer instances with auto-assigned ports and branch-based isolation.Direnv - Load direnv variables
🔗 View Repository
Automatically loads direnv environment variables at session start. Perfect for Nix flakes.Dodo Payments - Payments, subscriptions, webhooks, and billing for OpenCode agents
🔗 View Repository
Official Dodo Payments plugin for OpenCode (also Claude Code, Codex, Cursor). Bundles eight integration skills (checkout, subscriptions, webhooks, usage-based billing, credits, license keys, BillingSDK, best practices) plus two MCP servers — a live API server with browser OAuth and a documentation search server. Distributed via npm as @dodopayments/opencode-plugin.Dynamic Context Pruning - Optimize token usage
🔗 View Repository
Plugin that optimises token usage by pruning obsolete tool outputs from conversation context.Ejentum - MCP server with reasoning, code, anti-deception, and memory tools for AI agents
🔗 View Repository
MCP server with four tools (harness_reasoning, harness_code, harness_anti_deception, harness_memory) that AI agents can call on demand. Each tool returns a structured prompt the calling agent ingests before generating.Envsitter Guard - Prevent .env leaks
🔗 View Repository
OpenCode plugin that prevents agents/tools from reading or editing sensitive .env* files, while still allowing safe inspection via EnvSitter (keys + deterministic fingerprints; never values).FlowDeck - AI-powered multi-agent workflow orchestration with built-in safety intelligence
🔗 View Repository
FlowDeck adds a structured, multi-agent development workflow to OpenCode. It coordinates 25 specialist agents through a four-phase cycle — discuss, plan, execute, review — with persistent state that survives session restarts.ForLoop Planner - Autopilot development. Plan with ForLoop agent. Build, Test, Deploy on cloud in one go.Key features:
25 specialist agents (architect, planner, coder, reviewer, tester, debugger, risk-analyst, policy-enforcer, and more)
24 reusable workflow skills (TDD, security scan, deploy check, code review, and more)
17 workflow commands for all project operations
15 pre-built orchestration flows including Spec-Driven Development (SDD)
Persistent state via
.planning/STATE.md— resume exactly where you left offWave-based parallel execution for independent tasks
AI Safety layer: patch trust scoring, edit gates, phase gating, arch constraint enforcement, failure replay, and regression prediction
Deep System Hooks: context monitoring, session idle summaries, shell environment injection
Built-in MCPs: Context7 (docs), Exa (web search), Grep.app (code search)
Ensemble Reasoning via
/fd-councilfor synthesized consensus from multiple agentsPersistent Memory with SQLite for tool executions and session summaries
ForLoop offers an all-in-one platform that covers the entire development lifecycle, from initial planning and coding to automated testing and cloud deployment.Froggy - Hooks and specialized agents
🔗 View Repository
Plugin providing Claude Code-style hooks, specialized agents, and tools like gitingest.Gemini Auth - Google account auth
🔗 View Repository
Authenticate the Opencode CLI with your Google account so you can use your existing Gemini plan.GitHub Release - Automated GitHub releases
🔗 View Repository
Create and publish GitHub releases with semantic versioning, tag management, and auto-generated release notes.Google AI Search - Query Google AI Mode (SGE)
🔗 View Repository
An opencode plugin that exposes a native tool for querying Google AI Mode (SGE).GoopSpec - Spec-driven development workflow
🔗 View Repository
Transforms AI-assisted coding with spec-driven workflows. Features 5-phase workflow (Plan, Research, Specify, Execute, Accept), contract gates for user confirmation, 12 specialized subagents, persistent memory system, wave-based execution with atomic commits, and deviation rules for handling unexpected situations.GPT Imagegen - gpt-image-2 in OpenCode — no API cost when using your ChatGPT subscription
🔗 View Repository
Brings gpt-image-2 (ChatGPT Images 2) image generation to OpenCode. When you sign into OpenCode with your ChatGPT account, generations are billed against your existing Plus / Pro / Business plan — no per-image API cost. An OpenAI API key path is also planned. Supports reference images for style guidance and edits.Handoff - Session handoff prompts
🔗 View Repository
Creates focused handoff prompts for continuing work in a new session.Harness Memory - Persistent project memory - 73 percent fewer tokens than CLAUDE.md, with human review
🔗 View Repository
Auto-captures evidence from tool interactions and materializes memories through a multi-gate pipeline. 4-layer activation engine selects the right memories per context. Replaces CLAUDE.md with structured, searchable, reviewable project memory. Local-first (sql.js WASM), zero cloud dependency.hiai-opencode - Canonical 12-agent model with bundled skills, MCP, LSP, and ralph-loop
🔗 View Repository
Unified plugin shipping 10 visible agents (Bob, Coder, Strategist, Critic, Guard, Researcher, Designer, Manager, Brainstormer, Vision) plus hidden Sub and Agent Skills. Bundles MCP wiring (playwright, stitch, sequential-thinking, firecrawl, rag, mempalace, context7, websearch, grep_app), LSP, skill materialization, and a multi-layer continuation system (todo enforcer, ralph-loop, ULTRAWORK auto-start) in one install.Honcho - AI-native long-term memory for OpenCode
🔗 View Repository
Give OpenCode persistent memory that survives context wipes, session restarts, and fresh chats. Honcho remembers what you're working on, durable preferences, and prior context across projects. Supports cloud and self-hosted deployments with configurable session strategies.HTML to Markdown - Fast, lossless HTML to Markdown conversion
🔗 View Repository
OpenCode plugin exposing html-to-markdown CLI tools for converting HTML to clean Markdown with metadata, tables, and document structure.kibi-opencode - Repo-local, branch-scoped knowledge and traceability for OpenCode
🔗 View Repository
Plugin-first entry point into the Kibi stack for OpenCode users. It adds context-aware guidance, routes durable code comments toward Kibi artifacts, runs non-blocking background sync and targeted validation checks, and helps keep repo knowledge branch-local and queryable.Kilo Gateway Auth - Kilo Gateway provider<br><br> <a href="https://github.com/Looted/kibi">🔗 <b>View Repository</b></a>
Adds Kilo Gateway provider support to OpenCode.Lemma - Persistent memory layer for LLMs via MCP - local, zero-dependency, works on all clients
🔗 View Repository
Biological memory model for AI coding agents. Features confidence decay/boost, Fuse.js fuzzy dedup, guide system with usage tracking, cross-references, cumulative backup, virtual session tracking, and universal memory injection via tool descriptions (works on Claude Desktop, Cursor, VS Code, Gemini CLI, opencode, and any MCP client). No API keys, no cloud, fully local JSONL storage. 20 MCP tools, 110 tests, MIT licensed.liter-llm - Universal LLM API client for 143 providers<br><br> <a href="https://github.com/xenitV1/lemma">🔗 <b>View Repository</b></a>
OpenCode plugin exposing liter-llm tools for chat, streaming, embeddings, and an OpenAI-compatible proxy across 143 providers.Magic Context - Lossless context management with background compression
🔗 View Repository
Cache-aware context management that keeps long sessions productive. Background historian compresses old conversation into structured compartments while you keep working. Includes cross-session project memory, unified search across history/memories/facts, overnight dreamer for memory maintenance, and prompt-cache-safe deferred operations.Manage Skills - Wizard-driven skills management for OpenCode.
🔗 View Repository
Modal-based skill install, remove, list, and update workflow that avoids ANSI prompts while wrapping the skills CLI inside OpenCode.Micode - Brainstorm-Plan-Implement workflow
🔗 View Repository
Structured workflow with session continuity, subagent orchestration, git worktree isolation, and AST-aware tools.Model Announcer - Model self-awareness
🔗 View Repository
Automatically injects the current model name into the chat context so the LLM is self-aware.Morph Fast Apply - 10,500+ tokens/sec code editing
🔗 View Repository
Integrates Morph's Fast Apply API for faster code editing with lazy edit markers and unified diff output.oc-mnemoria - Persistent shared memory (hive mind) for OpenCode agents across sessions
🔗 View Repository
Gives all OpenCode agents a shared persistent memory store where every agent can read and write. Each entry is tagged with the creating agent (plan, build, ask, review) so no context is lost between roles. Powered by the mnemoria Rust engine with hybrid BM25 + semantic search, CRC32 checksum chains, and an append-only binary format. Includes 7 tools and /mn-* slash commands.Oh My Opencode - Agents & Pre-built tools
🔗 View Repository
Background agents, pre-built tools (LSP/AST/MCP), curated agents, and a Claude Code compatible layer.Oh My Opencode Slim - Lightweight agent orchestration with reduced token usage
🔗 View Repository
Slimmed-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.Omniroute Auth - Omniroute authentication provider
🔗 View Repository
Connect and automatically fetch models from your Omniroute instanceOpen Conclave - Multi-agent debates, moderated by a captain agent until they reach consensus
🔗 View Repository
In the style of Grok 4.20, multiple agents are dispatched to answer the same query. Each one has a different system prompt (logical, creative, research-focused) and have to reach a consensus for the final output. The user can specify which provider/model they want to use and override the system prompt of each agent via config.Open Dynamic Workflows - Dynamic multi-agent workflows for OpenCode — plan, orchestrate, and verify with the script as the orchestrator
🔗 View Repository
An MIT-licensed engine bringing Claude-Code-style dynamic workflows and ultracode to OpenCode. A local daemon runs a generated orchestration script with concurrent agents, adversarial verification, and crash-resume; the OpenCode plugin adds workflow/ultracode triggers and a planning UI. Bring your own model — Anthropic, any OpenAI-compatible endpoint, or local Ollama.open-plan-annotator - Annotate LLM plans like a Google Doc!
🔗 View Repository
A fully local agentic coding plugin that intercepts plan mode and opens an annotation UI in your browser. Select text to strikethrough, replace, insert, or comment — then approve the plan or request changesOpenAI Codex Auth - ChatGPT Plus/Pro OAuth
🔗 View Repository
This plugin enables opencode to use OpenAI's Codex backend via ChatGPT Plus/Pro OAuth authentication.OpenCode Adaptive Thinking - Adaptive reasoning-effort control
🔗 View Repository
OpenCode plugin that lets agents actively adjust model reasoning effort during a session, with configurable system guidance and a tool for switching between valid reasoning-effort variants.OpenCode Agent Tmux - Real-time tmux panes for OpenCode agents with auto-launch, streaming, and cleanup.
🔗 View Repository
Smart tmux integration for OpenCode that auto-spawns panes to stream agent output, supports flexible layouts and multi-port setups, and cleans up when sessions finish.Opencode Agents Sidebar - Browse configured OhMyOpenAgent agents in the TUI
🔗 View Repository
OpenCode sidebar plugin that displays configured OhMyOpenAgent agents with lifecycle-based categories, collapsible sections, descriptions, and model information.Opencode Canvas - Interactive terminal canvases in tmux splits
🔗 View Repository
Interactive terminal canvases (calendars, documents, flight booking) in tmux splits. Port of claude-canvas for OpenCode.OpenCode Chromium Browser Plugin - Browser automation for Chromium browsers with a readable extension and native host
🔗 View Repository
OpenCode browser automation for Chromium-based browsers using a readable Manifest V3 extension, Node.js native messaging host, and OpenCode-native tools. Supports Chrome, Edge, Brave, Chromium, screenshots, CDP commands, DOM actions, downloads, console/network inspection, and controlled tab sessions.OpenCode Claude Memory - Claude Code-compatible memory
🔗 View Repository
Share persistent Markdown memory between OpenCode and Claude Code using Claude Code-compatible paths and file formats.OpenCode Ensemble - Parallel agent teams for OpenCode
🔗 View Repository
Coordinate parallel OpenCode agents with peer messaging, a shared task board, git worktree isolation, and a live dashboard.Opencode Hooks Plugin - Claude code compatible hooks
🔗 View Repository
Use Claude code hooks definition and hook them to opencode hooks.Opencode Host Notify Bridge - Devcontainer notifications bridged back to the host
🔗 View Repository
OpenCode plugin and host helper that forward permission, question, and idle notifications from devcontainers to the host machine for desktop alerts and sound.Opencode Ignore - Ignore files based on pattern
🔗 View Repository
Plugin to ignore directory/file based on pattern.Opencode LiteLLM - Auto-discover models from a LiteLLM proxy
🔗 View Repository
Drop-in LiteLLM provider for OpenCode with zero configuration. Auto-detects a running LiteLLM proxy on common ports (4000, 8000, 8080), pulls every model from /v1/models, and registers them in OpenCode automatically — no model lists to hand-maintain. Smart name formatting, modality categorization (chat/embedding/image/audio), provider extraction, optional API-key auth, and a 5-second timeout so a slow proxy never blocks startup.Opencode Log Sanitizer - Sanitizes pasted logs by redacting long strings, JWTs, bcrypt hashes, and base64 blobs<br><br> <a href="https://github.com/yuseferi/opencode-litellm">🔗 <b>View Repository</b></a>
Sanitizes pasted logs before sending them to AI by redacting long quoted strings, JWT tokens, bcrypt hashes, and base64 blobs to reduce token usage and remove irrelevant noise.Opencode Mem - Persistent memory with vector database
🔗 View Repository
A 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.OpenCode Mission Control - Command center for parallel agents — worktree isolation, DAG plans, merge train, PRs
🔗 View Repository
Orchestrates parallel OpenCode agents in tmux-isolated git worktrees with live inspection (capture/attach/diff), a dashboard overview, agent status reporting, and in-chat notifications. Supports DAG-based plans with autopilot/copilot/supervisor modes and a merge train with test gating and automatic rollback.Opencode Models Discovery - Configurable model discovery and filtering without long manual config
🔗 View Repository
OpenCode plugin for discovering models from OpenAI-compatible providers and API gateways, with provider and model filtering so users can avoid maintaining large configs or loading every model at once.Opencode Notify - Native OS notifications
🔗 View Repository
Native OS notifications for OpenCode - know when tasks complete.OpenCode ntfy.sh - Push notifications to keep you in the know, even when you're on the go.
🔗 View Repository
An OpenCode plugin that adds push notifications through ntfy.sh.OpenCode Plan Manager - AI-Native Implementation Planning for Modern Agentic Workflows
🔗 View Repository
High-performance, minimalist plugin designed to bridge the gap between complex implementation strategies and autonomous execution. Selective context loading, zero-hallucination schemas, visible filesystem kanban.OpenCode Provider Alias - Alias and curate OpenCode providers with model metadata from models.dev.
🔗 View Repository
Lets users define local OpenCode provider and model aliases hydrated from existing models.dev metadata.Opencode Quota - Quota toasts and token tracking
🔗 View Repository
Track quota and token usage across providers via automatic toasts and slash commands.Opencode Roadmap - Strategic planning
🔗 View Repository
Strategic roadmap planning and multi-agent coordination plugin. Provides project-wide planning capabilities.Opencode Sessions - Session management
🔗 View Repository
Session management plugin for OpenCode with multi-agent collaboration support.Opencode Snippets - Instant inline text expansion
🔗 View Repository
Instant 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.OpenCode Swarm - Verification-gated swarm with architect, review, test, and security agents
🔗 View Repository
Verification-gated OpenCode swarm with architect planning, independent review, test engineering, security checks, and resumable evidence.Opencode Synced - Sync configs across machines
🔗 View Repository
Enables syncing global opencode configurations across machines with public/private visibility options.Opencode Telemetry - Passive cross-session telemetry to local SQLite; cost rollups across agent orchestration chains
🔗 View Repository
Logs every opencode session to a local SQLite database automatically — tokens, tool calls, skills, per-turn cost. Aggregates costs across orchestration chains (conductor + child sessions), offers turn-by-turn forensic inspection, and ships an `octm` CLI for reports without spending model tokens. Zero cloud, zero network, no message bodies stored.OpenCode Throughput - Real-time LLM performance monitoring
🔗 View Repository
Real-time LLM performance monitoring plugin for OpenCode. Tracks TTFT, TPS, latency, token usage, and cost per model with toast notifications and a TUI sidebar display.OpenCode Token Tracker - Real-time token usage, cost, and latency tracking for every AI request in OpenCode
🔗 View Repository
Displays a toast after each AI response with input/output tokens, cache hits, reasoning tokens, response latency, per-message cost, cumulative session cost, model identifier, and request count. Automatically aggregates tokens from subagent sessions spawned via the Task tool. Zero config — drop the file in and it works.Opencode TTS - Voice summaries for idle responses
🔗 View Repository
Speaks assistant responses aloud when a session goes idle, with summary or full-text modes and local TTS backends.Opencode update notifier - Notify about plugin updates.
🔗 View Repository
Checks if your pinned plugins have newer versions available and shows a notification.Opencode Usage Monitor - Monitor OpenAI and Z.AI usage quotas in the TUI
🔗 View Repository
OpenCode sidebar plugin that displays API usage quotas for OpenAI and Z.AI providers with per-model breakdowns, spend tracking, and configurable refresh controls.Opencode Visualizer - 2D pixel-art office for AI agents
🔗 View Repository
Turning raw OpenCode terminal logs into cozy 2D pixel office chaos. Watch your agents work, idle, and celebrate success in a bustling virtual office.OpenCode Workaholic - Enforce mandatory working time and prevents premature "done" responses
🔗 View Repository
- AI has an early-exit problem: it says "done" at 30 seconds while edge cases are untested, bugs remain, and docs are missing. - Workaholic enforces mandatory working time for AI until the timer hits zero. - Blocks premature "done" responses until timer expire, and require AI to call checkout() to end the task.Opencode Workspace - Multi-agent orchestration<br><br> <a href="https://github.com/RoderickQiu/opencode-workaholic">🔗 <b>View Repository</b></a>
Bundled multi-agent orchestration harness with 16 components in one install.Opencode Worktree - Zero-friction git worktrees
🔗 View Repository
Zero-friction git worktrees for OpenCode. Auto-spawns terminals, syncs files, cleans up on exit.opencode-ascii - Strip unicode characters from output and replace them by their ASCII equivalents
🔗 View Repository
Substitute unicode characters for ASCII. Em-dash (—) and en-dash (–) for hyphens (-); right arrow (→) for (->) and so on.opencode-bmad-workflow - BMAD workflow plugin — automates epic, feature, sprint and code review workflows using specialized AI agents
🔗 View Repository
Brings the BMAD (Breakthrough Method of Agile AI-Driven Development) methodology to OpenCode. Provides specialized agents for product management, architecture, development, and QA roles. Automates epic planning, feature breakdown, sprint workflows, and code reviews through a structured multi-agent pipeline.opencode-mystatus - Check AI subscription quotas
🔗 View Repository
Check all your AI subscription quotas in one command. Supports OpenAI (Plus/Pro/Codex, etc.), Zhipu AI, Google Antigravity, and more.opencode-personality - A configurable personality and mood system plugin for OpenCode.
🔗 View Repository
Give your AI assistant a distinct personality with customizable moods that drift over time.opencode-plugin-otel - OpenTelemetry telemetry exporter for opencode sessions, mirroring Claude Code monitoring signals
🔗 View Repository
Exports metrics, logs, and traces from opencode sessions via OTLP/gRPC to any OpenTelemetry-compatible backend (Datadog, Honeycomb, Grafana Cloud, etc.). Instruments session lifecycle, token usage, cost, tool durations, and git commits — mirroring the same signals as Claude Code's monitoring.opencode-review - Automatic structured code review with configurable dimensions and auto-fix
🔗 View Repository
An automatic code review plugin for OpenCode CLI. Reviews staged changes when session goes idle, with configurable cooldown, multi-dimension analysis (code quality, security, performance, testing, documentation), severity levels, and auto-fix chain support.opencode-short-term-memory - Maintain user instructions and preferences throughout long sessions. No more repeating yourself.
🔗 View Repository
Automatically summarizes conversation context into structured session memory and injects it back into the system prompt every few turns — preserving user instructions, project context, decisions, and active references across long chats and compactions.opencode-snip - OpenCode plugin that prefixes shell commands with snip to reduce LLM token consumption by 60-90%
🔗 View Repository
Automatically prefixes supported shell commands (git, go, cargo, npm, docker, etc.) with snip to filter output before it reaches your LLM context window.OpenCodeRAG - Local-first RAG plugin for semantic code search with tree-sitter chunking and LanceDB
🔗 View Repository
A local-first Retrieval-Augmented Generation plugin for OpenCode that enables semantic code search across your workspace. Features AST-aware chunking via tree-sitter (19 languages), incremental indexing with file-change detection, watch mode for live re-indexing, and configurable embeddings via Ollama (default) or OpenAI. Includes a CLI (index, query, status, clear) and an OpenCode plugin with a chunk retrieval tool + automatic chat.message file suggestions. All processing stays local by default — no data leaves the machine.OpenHax Codex - OAuth authentication<br><br> <a href="https://github.com/MrDoe/OpenCodeRAG">🔗 <b>View Repository</b></a>
OAuth authentication plugin for personal coding assistance with ChatGPT Plus/Pro subscriptions.Openskills - Alternative skills manager
🔗 View Repository
Alternative skills management plugin for opencode with enhanced features.OpenSpec - Add Architecture planning and specification agent for OpenSpec
🔗 View Repository
An OpenCode plugin that integrates OpenSpec, providing a dedicated agent for planning and specifying software architecture.Optimal Model Temps - Optimal sampling temperatures
🔗 View Repository
Minimal plugin that nudges specific models to their preferred sampling temperature.OrgX OpenCode Plugin - OrgX Work Graph peer for task dispatch, receipts, deviations, and passive reconciliation
🔗 View Repository
OrgX OpenCode Plugin connects OpenCode sessions to the OrgX execution control plane. It receives OrgX task dispatches, drives the user's local OpenCode session, posts execution receipts and deviations back to OrgX, and writes compact Work Graph events for later audit-first reconciliation.Pilot - Automation daemon
🔗 View Repository
Automation daemon that polls for work from GitHub issues and Linear tickets.Plannotator - Interactive plan review UI
🔗 View Repository
Plan review UI with visual annotation, private/offline sharing, and Obsidian/Bear integration.Plugin Template - CICD setup for plugins
🔗 View Repository
Focuses on providing the CICD setup with generator script, release please, bun publish, npm trusted publishing, and mise tasks.Pocket Universe - A subagent driven pocket universe for your primary agent
🔗 View Repository
Async 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
This HTML preview is truncated for page performance. The canonical Markdown file contains the complete snapshot.
Why MDRSS assigned this score
- Production catalog audit 2026-08-04
- Taxonomy classified from title, annotation, source and Markdown signals
- Agent usefulness evaluated from structure, procedures, examples, evidence and retrieval value
Discussion 0
Sign in to join the discussion.