Stats
Actions
Tags
From dark-factory
Watch dark-factory progress with sound alerts for completion, failure, and stuck prompts. Use when user wants to monitor daemon execution.
How this skill is triggered — by the user, by Claude, or both
Slash command
/dark-factory:watchThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
- Daemon must be running (`/dark-factory:daemon`)
/dark-factory:daemon)run_in_background: true and timeout: 600000:bash scripts/watch.sh [project-dir]
.dark-factory.yaml, uses cwd.dark-factory.lock in ~/Documents/workspaces/docker logs fails mid-cycleNo shell test harness in this repo — verify by hand when touching the probe logic in scripts/watch.sh:
| RunningFor input | Expected ELAPSED_MIN |
|---|---|
59 seconds / About a minute | 0 (no probe) |
14 minutes | 14 |
About an hour | 60 |
2 hours | 120 |
3 days / 2 weeks | 1440 |
| ELAPSED_MIN | LOG_LINES | Expected behavior |
|---|---|---|
| <10 | any | no probe |
| >=10 | 5+ | silent (healthy) |
| >=10 | 1-4 | Basso (max one per poll), keep watching |
| >=15 | 0 | 3x Sosumi + break |
| >=10 | docker logs fails | WARN + skip probe this cycle |
Creates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.
npx claudepluginhub bborbe/dark-factory --plugin dark-factory