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 51 stars 6 forks Updated today MIT

Install

View on GitHub

Quality Score: 89/100

Stars 20%
57
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
6 months ago
Last Updated
today
Language
Python
License
MIT

Similar Skills

Semantically similar based on skill content — not just same category

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。

7 Updated today
nemori-ai
AI & Automation Listed

cq

Calling a project — tune this session into one project's full context before you start working. Reads the project's overview, gotchas, and rules, then reports what frequency you're on. Triggers on '/cq <project>', 'tune into <project>', 'load <project> context', 'call up <project>', 'work on <project>'.

2 Updated today
liormesh
AI & Automation Listed

control

Use when the task is to inspect or continue an active master control document under docs/00-任务总控/, such as "继续总控", "执行 T3", "查看总控状态", "给我一个总控任务表". This skill selects the target task directory, reads MINIMAL mandatory context for the requested granularity, executes one subtask within strict scope, and writes status updates back. Strictly enforces single-subtask boundaries: executing Tn means doing ONLY Tn, never adjacent subtasks.

3 Updated today
BackToCimaCoppi