← ClaudeAtlas

ruver-hostlisted

Host contract: maps the primitives graphs name (load_skill, spawn_worker, worktree, schedule_wake, session_model) onto this harness, with fallbacks for the optional MCP capabilities. Load when a node names a primitive or a new harness needs wiring.
ruverd/skills · ★ 1 · AI & Automation · score 70
Install: claude install-skill ruverd/skills
# Host contract Graphs name **primitives**. This file maps them onto the harness in front of you. If a node mentions a primitive, do that mapping here. Do not copy harness APIs into GRAPH.md. In this repo, skills live under `skills/{graphs,engines,lib}/`. After install they flatten to siblings (`ruver-qa` next to `ruver-bus` and `unslop`). Resolve a skill **by name** via the host skill loader, or by the relative path in git. Never hardcode `~/.agents/skills`, `~/.grok`, `~/.claude`, or `~/.codex`. ## Primitives | Primitive | Meaning | Fallback if the host has no API | |---|---|---| | `load_skill name` | Inject that skill's SKILL.md (and GRAPH.md if present) into **this** thread | Read the flattened sibling, or `skills/<category>/<name>/SKILL.md` in git | | `load_graph name` | Same as `load_skill ruver-<name>`. Main thread only | Same | | `spawn_worker` | One child session, **general-purpose**. Not a graph name | Tell the user the worker prompt; or run the node inline if isolation is impossible | | `worktree` | Isolated checkout of the same branch | `git worktree add` (JOBS.md) | | `schedule_wake` | Resume this graph later without blocking the turn | Ask the user to re-run the slash command when CI moves; do not `gh pr checks --watch` | | `cancel_wake` | Drop that scheduled resume | No-op if none exists | | `session_model` | Whatever the current session already uses | Do not pin `grok-*` / `sonnet` / `opus` in graph files | ## spawn_worker Pass: job id, worktree path (or