odysseus0

12 mods across 3 repositories, 89 stars between them.

commit

01

odysseus0/symphony

Skill Claude CodeCodex

Create a well-formed git commit from current changes using session history for rationale and summary; use when asked to commit, prepare a commit message, or finalize staged work.

82 5mo ago A 36 tokens copy · 100% Apache-2.0

debug

02

odysseus0/symphony

Skill Claude CodeCodex

Investigate stuck runs and execution failures by tracing Symphony and Codex logs with issue/session identifiers; use when runs stall, retry repeatedly, or fail unexpectedly.

82 5mo ago A 33 tokens copy · 100% Apache-2.0

land

03

odysseus0/symphony

Skill Claude CodeCodex

Land a PR by monitoring conflicts, resolving them, waiting for checks, and squash-merging when green; use when asked to land, merge, or shepherd a PR to completion.

82 5mo ago A 38 tokens copy · 100% Apache-2.0

linear

04

odysseus0/symphony

Skill Claude CodeCodex

Linear GraphQL patterns for Symphony agents. Use lineargraphql for all operations — comments, state transitions, PR attachments, file uploads, and issue creation. Never use schema introspection.

82 5mo ago A 43 tokens fork Apache-2.0

pull

05

odysseus0/symphony

Skill Claude CodeCodex

Pull latest origin/main into the current local branch and resolve merge conflicts (aka update-branch). Use when Codex needs to sync a feature branch with origin, perform a merge-based update (not rebase), and guide conflict resolution best practices.

82 5mo ago A 51 tokens copy · 100% Apache-2.0

push

06

odysseus0/symphony

Skill Claude CodeCodex

Push current branch changes to origin and create or update the corresponding pull request; use when asked to push, publish updates, or create pull request.

82 5mo ago A 31 tokens copy · 100% Apache-2.0

symphony-setup

07

odysseus0/symphony

Skill Claude CodeCodex

Set up Symphony (OpenAI's Codex orchestrator) for a user's repo. Use when the user mentions Symphony setup, configuring Symphony, getting Symphony running, or wants to connect their repo to Linear for autonomous Codex agents. Also use when the user says "set up symphony", "configure symphony for my repo", or…

82 5mo ago C 79 tokens fork Apache-2.0

mcp-server-shell

08

odysseus0/mcp-server-shell

MCP server Claude CodeCodexCursor +2

A Model Context Protocol server providing shell command execution capabilities for LLMs. Runs locally from the mcp-server-shell Python package.

6 1y ago A tokens not measured

orchestrate

10

odysseus0/claude-orchestrate

Plugin Claude Code

Decompose a large goal into a tree of parallel workers running in isolated git worktrees, collect typed handoffs, replan, repeat until terminal. Idiomatic Claude Code realization of Cursor /orchestrate.

1 3mo ago A tokens not measured original MIT

orchestrate

11

odysseus0/claude-orchestrate

Command

Decompose a large goal into a tree of parallel worker/verifier/subplanner tasks. Spawns workers in isolated worktrees, dispatches recursive subplanners via daemon-supervised bg sessions, collects structured handoffs, drives the reconcile loop until terminal.

1 3mo ago A 50 tokens original MIT

orchestrate

12

odysseus0/claude-orchestrate

Skill Claude CodeCodex

Use only when the user explicitly types /orchestrate:orchestrate to decompose a large task, spawn a tree of parallel worker/subplanner/verifier subagents, and collect structured handoffs. Do not invoke autonomously.

1 3mo ago A 54 tokens original MIT