AIAny
AI Agent2025
Icon for item

Oh My OpenCode (oh-my-opencode)

A configuration layer for the OpenCode and Codex CLI coding agents. One install adds specialized sub-agents, lifecycle hooks, and bundled MCP servers — web search, docs lookup, code search — turning a bare agent into a harness for large codebases.

Introduction

Most coding-agent setups stall not on the model but on the plumbing: OpenCode and Codex CLI ship as near-blank canvases, and the gap between "installed" and "useful on a 100k-line repo" is hours of wiring up agents, hooks, and tooling. The name is the thesis — just as oh-my-zsh turned a bare shell into a curated, plugin-rich environment, this packages that wiring for coding agents into a single install, then kicks off work with one command.

What Sets It Apart
  • Preconfigured specialized sub-agents (planning, building, architecture, and code-search roles) replace the single generalist, so large tasks get decomposed and run in parallel without you designing the orchestration.
  • MCP servers ship out of the box — web search, library-docs lookup, and code search — so the agent pulls current information and navigates unfamiliar code instead of guessing.
  • Lifecycle hooks plus LSP integration check edits against real diagnostics and project conventions, cutting the stale-context errors that pile up in big repositories.
  • It lives on top of OpenCode's model layer, so it stays provider-agnostic — Claude, GPT, Gemini, and others all work.
Who It's For

A strong fit if you already run OpenCode or Codex CLI and keep rebuilding the same agent, hook, and MCP scaffolding by hand, or if you work in large codebases where a single-shot agent loses the thread. Look elsewhere if you want an official, vendor-supported tool with stability guarantees: this is an opinionated, fast-moving third-party harness from an independent developer — it has already renamed itself from oh-my-opencode to oh-my-openagent as it broadened beyond OpenCode, and its strong defaults, while a head start, are equally an opinion you inherit.

Information

  • Websitegithub.com
  • Organizationscode-yeongyu
  • AuthorsYeon Gyu Kim (code-yeongyu)
  • Published date2025/12/03

More Items

GitHub
AI Agent2025

Autonomous Red Team agent that plans and executes realistic attack chains (reconnaissance, exploitation, pivoting, C2) while producing Rules of Engagement and an OPPLAN and running actions inside a hardened sandbox; intended for authorized red-team engagements and defensive verification.

GitHub
AI Agent2026

Provides modular, AI-optimized SKILL.md instructions that ground LLMs in Android development workflows and can be installed into agent environments via the Android CLI; focuses on tasks where LLMs underperform.

GitHub
AI Agent2026

Build native desktop apps authored with declarative .native markup and TypeScript (or Zig) compiled to native code, with no browser or JS runtime in the binary. Ships a component catalog, deterministic rendering, hot reload, and an embedded automation server for AI agent workflows.