orbit
01Plugin Claude Code
Plugin marketplace listing 1 plugin: orbit.
Plugin Claude Code
Plugin marketplace listing 1 plugin: orbit.
Settings file Claude Code
Agent settings declaring 12 allowed tools.
Instructions file CodexOpenCode
Instructions for danieljhkim/orbit, a project described as: Orbit is durable, intent-tracked agentic project management for developers.
Instructions file
Instructions for danieljhkim/orbit, covering orbit — agent guide, rules, branching, build / lint and architecture.
Skill Claude CodeCodex
Orbit — the task/audit/dispatch layer for AI coding agents. Use for anything touching a task ID, .orbit/, orbit CLI or orbit. MCP tools, the docs corpus, friction records, jobs and jrun- runs, routines, auto-tasks, the sweep clock, worktree GC, the dashboard, or setting Orbit up on a machine or repository. Covers both…
Plugin Claude Code
Task and activity orchestration for AI coding agents. Adds Orbit's MCP tool surface, skills, and orchestration subagents to Claude Code.
MCP server Claude CodeCodexCursor +2
npm proxy for the Orbit CLI. Downloads the matching native binary from GitHub Releases on install and forwards all invocations. Runs locally from the @orbit-tools/cli npm package.
Agent
Scoped read-write helper for an Orbit orchestrator. Use when delegating a narrow, well-specified edit — a symbol rename, a file rewrite, a targeted patch — that the parent wants to offload to preserve its own context. Returns a diff summary; the parent decides whether to commit.
Agent
Read-only exploration across the codebase. Use when the parent agent needs to offload a broad search or cross-file analysis that would otherwise flood its own context window. Returns structured findings; never writes.
Agent
Read-only bounded preflight for Orbit task metadata. Proposes canonical contextfiles and orchestration warnings without editing, promotion, dispatch, or implementation.
Hook
Runs when a session starts, executing check-workspace.sh via bash. From danieljhkim/orbit.
Instructions file
Instructions for danieljhkim/monodev, a project described as: CLI for managing reusable dev overlays (agent instructions, dev scripts, editor config) across different sessions and branches without polluting git.