From starlight-intelligence-system
Checks substrate process health (Memory Bus, brain_watchdog, Voice Operator, dashboard, audit log, scheduled tasks) before work sessions or when daemons seem unresponsive.
How this skill is triggered — by the user, by Claude, or both
Slash command
/starlight-intelligence-system:heartThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Sibling to `/pp` (Peak Performance machine audit). Where `/pp` watches the machine's *capacity* (RAM, CPU, disk), `/heart` watches the machine's *substrate processes* — the daemons that make the cockpit work.
Sibling to /pp (Peak Performance machine audit). Where /pp watches the machine's capacity (RAM, CPU, disk), /heart watches the machine's substrate processes — the daemons that make the cockpit work.
arc <project> if a previous session crashed| Gate | Process / Signal | Healthy state |
|---|---|---|
| 1. Memory Bus | Python process running server.py | Process exists, responds to tools/list |
| 2. brain_watchdog | Python daemon | Process exists, last log entry < 5min old |
| 3. Voice Operator | FastAPI service on :8000 (or configured port) | HTTP 200 on /health |
| 4. Dashboard | Next.js on :3007 | HTTP 200 on / |
| 5. Audit log | memory/_audit/<today>.jsonl | File exists, modified < 1 hour ago |
| 6. Scheduled tasks | StarlightCockpit, StarlightCrossRepoIndexer, Starlight Dreaming | All "Ready" or "Running" state |
Score: 6/6 = green. 4-5/6 = yellow (note degraded surface but proceed). <4 = red (stop, fix substrate first).
# Run the shared heart-check script
& "$PSScriptRoot/../../../scripts/heart-check.ps1"
pwsh scripts/start-memory-bus-watcher.ps1cd private/local-command-center/apps/dashboard && npm run devpwsh scripts/register-cross-repo-indexer-task.ps1When /heart is invoked, respond with a compact score card:
/heart — Ops health: 5/6 (YELLOW)
✓ Memory Bus
✓ brain_watchdog
✓ Voice Operator
✗ Dashboard (no response :3007 — run: cd private/local-command-center/apps/dashboard && npm run dev)
✓ Audit log (12m old)
✓ Scheduled tasks (3/3 Ready)
Built on SIP — operational-tier · machine substrate skill
npx claudepluginhub frankxai/starlight-intelligence-systemProvides a checklist for code reviews covering functionality, security, performance, maintainability, tests, and quality. Use for pull requests, audits, team standards, and developer training.