Ccc Orchestration banner
amirfish1 amirfish1

Ccc Orchestration

Development community

Description

--- name: ccc-orchestration description: Spawn, inject into, and ask questions of persistent sibling sessions via Claude Command Center (CCC). allowed-tools: Bash --- Interact with long-running peer sessions via the CCC HTTP server. **Use only for persistent tasks** (e.g., "marketing assistant", "deploy watcher") that need to show on the user's kanban. **For one-shot subtasks, use the built-in `Task` tool instead.** ## 1. Setup ### Port and Path Discovery Find the CCC URL. DO NOT try to start

Installation

Installs to ~/.claude/skills/amirfish1-claude-command-center-ccc-orchestration/SKILL.md

Terminal
mkdir -p ~/.claude/skills/amirfish1-claude-command-center-ccc-orchestration && curl -fsSL https://raw.githubusercontent.com/amirfish1/claude-command-center/HEAD/skills/ccc-orchestration.md -o ~/.claude/skills/amirfish1-claude-command-center-ccc-orchestration/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository