npx claudepluginhub arosenkranz/claude-code-config --plugin workflow-skillsThis skill uses the workspace's default tool permissions.
Execute a full Gas Town system patrol in sequence without pausing for confirmation between steps. Report a single summary at the end.
Compares coding agents like Claude Code and Aider on custom YAML-defined codebase tasks using git worktrees, measuring pass rate, cost, time, and consistency.
Designs and optimizes AI agent action spaces, tool definitions, observation formats, error recovery, and context for higher task completion rates.
Designs, implements, and audits WCAG 2.2 AA accessible UIs for Web (ARIA/HTML5), iOS (SwiftUI traits), and Android (Compose semantics). Audits code for compliance gaps.
Execute a full Gas Town system patrol in sequence without pausing for confirmation between steps. Report a single summary at the end.
Run all 6 components in this exact order:
~/.claude/hooks/)For every anomaly found, classify as one of:
KNOWN_FIX — Matches a known failure pattern; auto-resolve immediatelyNOVEL — Unfamiliar issue; escalate to escalation inbox with diagnostic context| Pattern | Detection | Action |
|---|---|---|
| Stale wisps | Files in wisp dir older than 1 hour | Delete stale files |
| Zombie processes | Process in worker pool with no heartbeat >5 min | kill -9, respawn |
| Stale heartbeats | Heartbeat timestamp >10 min old | Reset heartbeat, mark worker idle |
| Broken symlinks | find returns symlinks with missing targets | Remove broken links |
| Empty inbox dirs | Inbox exists but contains zero files | Log as healthy, no action |
| Orphaned lock files | Lock file with no associated live PID | Remove lock file |
When a NOVEL issue is found:
~/.claude/escalations/ with timestampAfter completing all 6 steps, output a single Markdown table:
| Component | Status | Last Checked | Action Taken |
|--------------|---------|---------------------|---------------------------|
| hooks | OK | 2026-02-28 14:32:01 | none |
| inboxes | OK | 2026-02-28 14:32:02 | 3 items processed |
| convoys | WARN | 2026-02-28 14:32:03 | reset stale heartbeat |
| worker pools | OK | 2026-02-28 14:32:04 | none |
| cleanup | OK | 2026-02-28 14:32:05 | 2 stale wisps removed |
| health | OK | 2026-02-28 14:32:06 | 1 NOVEL issue escalated |
Status values: OK | WARN | ERROR | ESCALATED