smithers-claude
SolidProtocol commands for the Claude Code plugin: mirror runs into /workflows and notify the session. Run `smithers claude --help` for usage details.
AI & Automation 338 stars
43 forks Updated today MIT
Install
Quality Score: 87/100
Stars 20%
Recency 20%
Frontmatter 20%
Documentation 15%
Issue Health 10%
License 10%
Description 5%
Skill Content
# smithers claude monitor
Follow the runs this session subscribed to (claude tick / claude subscribe) and print one NDJSON line per actionable transition (approval pending, human request, failed, stalled); --transitions all adds finished/cancelled/continued, --all-runs follows every run in the workspace. Backs the plugin's background monitor.
## Options
| Flag | Type | Default | Description |
|------|------|---------|-------------|
| `--intervalMs` | `number` | `2000` | Poll interval in ms |
| `--stalledAfterMs` | `number` | `120000` | Heartbeat age that flags a running run as stalled |
| `--ticks` | `number` | | Stop after N polls (default: run until killed) |
| `--transitions` | `string` | `actionable` | Which transitions stream: actionable (approvals, human requests, failures, stalls) or all (also finished/cancelled/continued) |
| `--allRuns` | `boolean` | `false` | Follow every run in the workspace instead of only the runs this session subscribed to (via claude tick / claude subscribe) |
---
# smithers claude node-wait
Block until one node reaches a terminal state, then print its final state and output. Returns timedOut: true on --timeout-ms expiry (re-invoke to keep waiting).
## Arguments
| Name | Type | Required | Description |
|------|------|----------|-------------|
| `nodeId` | `string` | yes | Node ID to wait on |
## Options
| Flag | Type | Default | Description |
|------|------|---------|-------------|
| `--runId` | `string` | | Run ID that owns the nod...
Details
- Author
- smithersai
- Repository
- smithersai/smithers
- Created
- 6 months ago
- Last Updated
- today
- Language
- JavaScript
- License
- MIT
Similar Skills
Semantically similar based on skill content — not just same category
AI & Automation Solid
smithers-node
Show enriched node details for debugging retries, tool calls, and output. Run `smithers node --help` for usage details.
338 Updated today
smithersai AI & Automation Solid
smithers-ps
List active, paused, and recently completed runs. Run `smithers ps --help` for usage details.
338 Updated today
smithersai AI & Automation Solid
smithers-events
Query run event history with filters, grouping, and NDJSON output. Run `smithers events --help` for usage details.
338 Updated today
smithersai