smithers-claude

Solid

Protocol 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

View on GitHub

Quality Score: 87/100

Stars 20%
84
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

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