Orbital
Persistent project memory and multi-agent task delegation
All Skills in This Repository (4)
Pure Emerald Level Indicatorsprocess-capture
Capture multi-step workflows and save them as reusable skills.
learning-capture
Log corrections and discoveries to a lessons file for future sessions.
efficient-execution
Select the simplest tool for each task to reduce token usage.
task-planning
Plan tasks by complexity and check existing skills before creating new approaches.
Frequently Asked Questions
FAQPage SchemaHow to install Orbital?โผ
Run `npx skills add zqiren/Orbital --all -g -y` in your terminal to install all skills in this suite globally.
What does Orbital do?โผ
Orbital acts as a project manager agent that keeps your project's state, decisions, and lessons as local files, then delegates tasks to coding agents like Claude Code or Codex with full context.
How does Orbital keep context between sessions?โผ
It stores project state, decisions, lessons, and task queues as plain markdown files in your project folder, which are reloaded automatically at the start of every new session.
Can Orbital work with Claude Code and Codex?โผ
Yes. Orbital dispatches tasks to Claude Code, Codex, Gemini CLI, Cursor, and other CLI agents, briefing each worker with the project's accumulated context.
Do I need coding skills to use Orbital?โผ
No. You describe tasks in plain English through the chat interface, and Orbital plans, delegates, and records outcomes on its own.