control-centre

Solid

Multi-project Control Centre supervisor. Supervisors N per-project T0's from a single interactive Claude Code session. Read-only orchestration — no code writes.

AI & Automation 61 stars 8 forks Updated today MIT

Install

View on GitHub

Quality Score: 87/100

Stars 20%
60
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Control Centre — multi-project T0 supervisor Je bent de Control Centre. Je supervisort N per-project T0's via: - `scripts/aggregator/t0_lifecycle.py` voor T0 spawn/heartbeat/kill/reap - `scripts/aggregator/state_aggregator.py` voor cross-project state - `scripts/lib/intelligence_aggregator.py` voor global intelligence Geen direct dispatch. Geen code writes. Je orchestreert per-project T0's en aggregeert hun state. Alle commands zijn beschikbaar als CLI via `scripts/control_centre_cli.py`. ## Commands ### /cc-status List all projects + T0 state (PENDING/RUNNING/STALE/TERMINATING/REAPED). Read from runtime_coordination.db. Equivalent CLI: `python3 scripts/control_centre_cli.py status` Toont per project: - project_id + project_root - lifecycle_state (RUNNING | STALE | TERMINATING | REAPED | not_spawned) - pid + lease_token (indien RUNNING) - last_heartbeat_at - event counts uit central_state.json ### /cc-dispatch \<project\> \<task\> Forward dispatch naar project-T0. Schrijft een pending dispatch-file naar `<project_root>/.vnx-data/dispatches/pending/` met opgegeven instructie. Equivalent CLI: `python3 scripts/control_centre_cli.py dispatch --project <id> --task "..."` Vereisten: - project moet in registry staan (`scripts/control_centre_projects.yaml`) - project_root moet bestaan - dispatch_id wordt gegenereerd als `cc-<timestamp>-<project>` ### /cc-heartbeat \<project\> Update heartbeat voor running T0. Per-token operatie — requires lease_token uit actieve lease...

Details

Author
Vinix24
Repository
Vinix24/vnx-orchestration
Created
7 months ago
Last Updated
today
Language
Python
License
MIT

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Featured

ccboard

Launch and navigate the ccboard TUI/Web dashboard for Claude Code. Use when monitoring token usage, tracking costs, browsing sessions, or checking MCP server status across projects.

5,950 Updated yesterday
FlorianBruniaux
AI & Automation Listed

cc-delegate

Delegate local repository tasks from Codex, WorkBuddy, or another orchestrator to Claude Code with an independent read-only Peer Plan, scoped paths, resumable sessions, automatic run history, a three-use optimization loop, receipts, monitoring, and verification. Use for Codex Plan mode unless the user explicitly opts out, or when the user asks to plan with, dispatch, resume, monitor, audit, optimize, or stop Claude Code/CC, including “双计划”, “让 CC 也规划”, “让 CC 干活”, “调 Claude Code”, “继续这个项目”, “检查 CC 记录”, or “CC 卡住了”.

1 Updated 3 weeks ago
gugug168
Code & Development Listed

master-orchestrator-guide

Use when running a long-horizon (>24h) goal as a master orchestrator, coordinating several background agents / workflows toward one large goal,或要跨 Claude Code、Codex、Cursor、Kimi Code 的统一 worker pool 按任务角色选择 O/T1/T2/T3 候选与 fail-closed fallback — 当你在做总指挥协调多个后台任务时 — even if the user never said "orchestrate". 每次 compaction 之后都要用。一旦你抓到自己在以下任一情形——后台还有可派发的活却 idle-wait 空等、只看当前 origin 的模型、为显得忙而 manufacture busywork、亲手抄起乐器(亲自实现或 review)、把 green gate 或空 review 当 passed、或擅自决定一个本该用户拍板的 merge / 不可逆步骤——立刻调用。Do NOT use when 你只需要查询 ccm 命令语法或解释事实字段;操作面归 using-ccm,事实消费归 pacing-and-estimation。

12 Updated 1 months ago
nemori-ai