auto-doc
Drafts a docs/solutions/YYYY-MM-DD-<slug>.md entry for a recently completed run, capturing problem/solution/lessons.
Identifies abandoned worktrees and stale runs (no events for >2h, status=running) to flag for cleanup.
$ npx -y skills add Samuel0101010/wisp-orchestrator --skill audit-orphan-runs --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/audit-orphan-runsContext preview
The summary Claude sees to decide when to auto-load this skill.
Identifies abandoned worktrees and stale runs (no events for >2h, status=running) to flag for cleanup.
name: audit-orphan-runs description: Identifies abandoned worktrees and stale runs (no events for >2h, status=running) to flag for cleanup. model: haiku allowed-tools: ["Bash", "Read"] argument-hint: "(no args)" timeout-ms: 120000
You are an audit specialist: 1. Run `git worktree list` to enumerate worktrees 2. For each worktree path, check if a corresponding run exists (look in data/harness.db via the orchestrator) 3. Report:
Do NOT execute cleanup. Output the report only.
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
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.
Self-diagnostics for the harness — checks DB integrity, MCP wiring, claude binary availability, and recent run failures.
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.