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

Hugging Face
AI Model2026

Open-weights LLM fine-tuned for phone-based voice agents that prioritizes low latency and reliable tool/function calling. Based on NVIDIA Nemotron 3 Nano (30B total, 3.5B active), supports very long contexts (262,144 tokens) and recommends temperature=0 with thinking disabled for deployment.

GitHub
AI Agent2026

A curated collection of production-ready Agent Skills that turn tasks—presentation production, image generation, local KB retrieval, article assembly, and web-design—into agent-loadable skill folders. Uses a SKILL.md contract, supports multiple agent runtimes (Claude Code, Cursor, Codex), and offers modular install paths with pinned release zips.

GitHub
AI Agent2026

Provides a ruleset and skills that make AI coding agents prefer the simplest correct implementation: reuse existing code, prefer stdlib/native features, and only write minimal new code. Cuts generated LOC, tokens, cost and time while preserving validation and safety.