Oh My Dag banner
AbyssCN AbyssCN

Oh My Dag

AI community

Description

The orchestration layer under your coding agent. Turns work into a typed graph, runs one model per node, and takes the verdict from outside the model — exit codes, write-set checks, and a cross-family verifier. MCP server, 50 tools, bring your own models.

Installation

This entry records only its repository, not the path inside it, so there is no exact command to give. Open the source below and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

README

Where omd sits: your coding agent on top, omd underneath over MCP, then memory and models

The orchestration layer under your coding agent.

50 MCP tools 18 seats 22 skills Bun MIT

English · 简体中文 · Why omd exists · Give this to your agent

Your agent says it's done. omd doesn't take its word for it.

**50** MCP tools · **13** control-flow primitives · **18** model seats · **22** shipped pipelines · **6,818** tests.

Install

git clone https://github.com/AbyssCN/oh-my-dag.git && cd oh-my-dag
bun install && bun link
omd init

Then point your agent at it:

cd  && claude mcp add omd -- omd mcp

`omd init` asks for keys, offers three preset model matrices, probes each provider, and writes `.env`. First server start drops 22 skills into `~/.claude/skills/` — idempotent, never clobbers one you edited. Not on npm yet, so the clone is the install.

Then tell your agent: *read `docs/driving-omd.md`, then use omd to…* — that file is the operating guide, written for the agent rather than for you.

Where om