audit-orphan-runs
Identifies abandoned worktrees and stale runs (no events for >2h, status=running) to flag for cleanup.
Self-diagnostics for the harness — checks DB integrity, MCP wiring, claude binary availability, and recent run failures.
$ npx -y skills add Samuel0101010/wisp-orchestrator --skill doctor --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/doctorContext preview
The summary Claude sees to decide when to auto-load this skill.
Self-diagnostics for the harness — checks DB integrity, MCP wiring, claude binary availability, and recent run failures.
name: doctor description: Self-diagnostics for the harness — checks DB integrity, MCP wiring, claude binary availability, and recent run failures. model: haiku allowed-tools: ["Bash", "Read"] argument-hint: "(no args)" timeout-ms: 90000
Run diagnostics in this order, output a Pass/Fail line per check: 1. `which claude` — claude CLI on PATH? 2. `claude --version` — version reported? 3. `node -e "require('better-sqlite3')"` — sqlite native binding loads? 4. Read `apps/dashboard-server/data/harness.db` exists (note: just check stat, do not open). 5. Last 5 runs from data/harness.db: how many failed?
Output: structured Pass/Fail report. Suggest one remediation per Fail.
Visual team-builder, plan-as-artifact, and live execution graph for autonomous Claude Code agent crews. Spawn a 3-role team, generate a DAG plan, run for hours, watch it ship in your browser.
Repo: Samuel0101010/wisp-orchestrator
Identifies abandoned worktrees and stale runs (no events for >2h, status=running) to flag for cleanup.
Drafts a docs/solutions/YYYY-MM-DD-<slug>.md entry for a recently completed run, capturing problem/solution/lessons.
Working discipline for code-writing agents — read before edit, smallest correct change, run the gates before claiming done. Injected into builder roles' system…
Conducts focused research on a topic by reading project files, searching memory, and synthesizing findings into a structured report.
Visual + interaction quality bar for frontend roles — states, responsiveness, accessibility, consistency. Injected into frontend roles' system prompts.
Verification method for QA roles — execute, don't assume; report evidence, not impressions. Injected into QA roles' system prompts.