medley
01Plugin Claude Code
Plugin marketplace listing 1 plugin: medley.
Plugin Claude Code
Plugin marketplace listing 1 plugin: medley.
Instructions file
Claude Code instructions for Spine-AI/medley, covering claude.md — medley (public plugin) contributor guide, hard rules, codex hook trust — the thing that will waste your afternoon, how the engine is found (the one real mechanism) and develop & test.
Plugin Claude Code
Missions inside Claude Code: give /mission a goal and Medley plans the work, then supervises execution until the goal is met — bringing you in for the higher-level decisions and reviews that actually need you, not routine approvals. Work is distributed across models: Claude by default, extending to GPT, open-source…
MCP server Claude CodeCodexCursor +2
MCP server "medley", hosted remotely at 127.0.0.1, as configured in Spine-AI/medley.
MCP server Claude CodeCodexCursor +2
MCP server "medleygateway" as configured in Spine-AI/medley. Launched with bash ${CLAUDE_PLUGIN_ROOT}/scripts/mcp-gateway.sh ${CLAUDE_PLUGIN_DATA}.
Hook
Runs when a session starts, executing session-start.sh and session-catchup.py (2 commands). From Spine-AI/medley.
Hook
Runs before the context is compacted, executing session-start.sh. From Spine-AI/medley.
Hook
Runs when you submit a prompt, before the agent sees it, executing session-catchup.py via python3. From Spine-AI/medley.
Hook
Runs before the agent uses a tool for Edit, Write, MultiEdit, NotebookEdit, Task, Bash, apply_patch and spawn_agent tool calls, executing edit-conflict-gate.py via python3. From Spine-AI/medley.
Hook
Runs after a tool call finishes for mcp__.*__mission_(start, resume, status and wait) tool calls, executing session-mission-binder.py via python3. From Spine-AI/medley.
Hook
Runs when a session ends, executing session-end-marker.py via python3. From Spine-AI/medley.
Hook
Runs when the agent finishes a response, executing mission-watch-gate.py via python3. From Spine-AI/medley.
Skill Claude CodeCodex
Open the Medley web dashboard — one shared UI listing every repo's missions, with live worker streams, approvals, steering, mission history, and the Settings page (providers, routing tiers, permission defaults). Works any time the medley plugin is loaded, no mission required.
Skill Claude CodeCodex
Run a Medley mission — decompose any complex multi-step goal (coding, research, analysis, writing, decisions) into a DAG of parallel tasks, route each to the right model, and supervise workers that execute here while you stay in the chat. Use for multi-part goals that benefit from parallel workers or model routing…
Plugin Claude Code
Plugin marketplace listing 1 plugin: spine.
Plugin Claude Code
Delegate research and deliverable generation to the Spine API. Claude auto-invokes this skill for multi-source research, competitive analyses, and polished document/slide/spreadsheet deliverables.
Skill Claude CodeCodex
Delegate research and deliverable generation to the Spine API. Use when the user asks for multi-source research with citations, competitive/market analyses, or polished deliverables (.docx, .xlsx, .pptx, .html, .png) that would otherwise take many manual tool calls to assemble. Do NOT use for simple lookups…