graph
FeaturedDeterministic orchestration graph runtime - declarative DAG pipelines with journal-based crash recovery
Install
Quality Score: 99/100
Skill Content
Details
- Author
- Yeachan-Heo
- Repository
- Yeachan-Heo/oh-my-claudecode
- Created
- 8 months ago
- Last Updated
- today
- Language
- TypeScript
- License
- MIT
Bundled in these plugins
Similar Skills
Semantically similar based on skill content — not just same category
graph-orchestrator
Apply graph engineering to plan and coordinate complex work as a dependency graph of bounded subagent tasks, then execute ready tasks in safe parallel waves when requested. Use with Claude Code, Codex, or another AI agent runtime when a task needs multiple subagents or workstreams, when several tasks can run concurrently, or when blockers, shared files, mutable resources, handoffs, verification, and merge conflicts must be modeled explicitly. Use for planning-only requests as well as execution requests; do not use for small, exploratory, or genuinely sequential work where orchestration overhead exceeds the benefit.
loop-graph
Author and optionally direct-launch one durable loop-graph run as executor, ledger, directives, and supervisor artifacts under a dated `.longgraph` directory, then present copy-ready host prompts. Use for multi-round work with gated milestones, independent audit, cross-host execution, or durable state. Detect Codex or Claude Code from context and create both same-host runtime nodes when the owner chooses direct launch. Existing runtime nodes are self-contained. A sibling preset (for example /loop-converge) may bind a pack and then follow this skill.