Agent Orchestrator Kit banner
makshc2 makshc2

Agent Orchestrator Kit

AI community

Description

Universal AI agent orchestration kit for Cursor, Claude Code and Amp Code

Installation

This entry records only its repository, not the path inside it, so there is no exact command to give. Open the source below and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

README

agent-orchestrator-kit

Universal AI agent orchestration kit for **Cursor**, **Claude Code**, and **Amp Code** — spec-driven OpenSpec pipeline with **cross-IDE custom subagents**.

[![npm version](https://img.shields.io/npm/v/agent-orchestrator-kit)](https://www.npmjs.com/package/agent-orchestrator-kit) [![license](https://img.shields.io/npm/l/agent-orchestrator-kit)](LICENSE)

What It Is

A portable kit that installs a **role-separated AI pipeline** into any project:

explore → [design] → propose → review → apply → verify → archive

Each role runs in a **separate agent session**. The parent `/opsx:*` session is a conductor: it restores state, spawns the routed specialist, verifies its report, and does not perform specialist work itself. OpenSpec files remain the requirements/tasks source of truth; Memory MCP and `openspec/changes//handoff.md` index phase state and the next command.

**Figma PAT setup (v0.1.11+)** — local `.agents/figma.local.env` + MCP launcher (token never in chat / committed MCP JSON). See [Figma token](#figma-token-optional).

**Custom subagents (v0.1.10+)** ship with the kit and work in all three IDEs:

Subagent Role
openspec-guide Pipeline navigator — status, gates, next /opsx:* command
code-writer Scoped task implementation against stack conventions
code-reviewer Spec-compliance + convention review of the resulting code
test-writer Automated tests for recently changed code
setup-doctor Orchestrator / MCP / sync diagnosis and repair
design-implementer Pixel-accurate Figma / screenshot → production UI
codebase-explorer Read-only repository investigation for explore
design-intake Design source → durable brief + assets
spec-architect Proposal, design, delta specs, and tasks
spec-reviewer Pre-apply artifact gate + review.md
spec-archiver Delta merge and completed-change archive
session-handoff Restore/persi