.claude/skills/tx-workers-runtime/SKILL.md
Operate workers, daemons, coordinators, cycle scans, and hook installation paths. Use when working in Claude Code and the user needs tx commands from this area.
npx skillsauth add jamesaphoenix/tx tx-workers-runtimeInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Use when the user is orchestrating background workers, cycle scans, or long-running runtime processes.
tx worker statustx coordinator statustx cycle --helptx coordinator: Worker coordination primitivestx coordinator reconcile: Force reconciliation passtx coordinator start: Start the coordinatortx coordinator status: Show coordinator statustx coordinator stop: Stop the coordinatortx cycle: Cycle-based issue discovery with sub-agent swarmstx daemon: Background daemon for learning extractiontx daemon list: List tracked projectstx daemon process: Process JSONL files for learning candidatestx daemon promote: Promote a candidate to learningtx daemon reject: Reject a learning candidatetx daemon review: List pending learning candidatestx daemon start: Start the background daemontx daemon status: Show daemon statustx daemon stop: Stop the background daemontx daemon track: Track a project for learning extractiontx daemon untrack: Stop tracking a projecttx hooks:install: Install post-commit hooktx hooks:status: Show git hook statustx hooks:uninstall: Remove post-commit hooktx worker: Worker process managementtx worker list: List all workerstx worker start: Start a worker processtx worker status: Show worker statustx worker stop: Stop a worker processRead references/commands.md for the full generated CLI help text for this skill's commands.
When working in Claude Code, prefer rg -n <pattern> <path> and rg --files <path> over broad grep -r or fragile find pipelines.
If a shell/search command fails because of malformed flags, truncated paths, or broken quotes:
rg command with an explicit directorynode_modul or unterminated quotesgrep -r with rg -n unless rg is unavailablefind probes with rg --files when you are really locating source filesdevelopment
Implement and verify design doc invariants by annotating tests and source code with [INV-*] / @spec tags, then driving tx spec coverage from BUILD toward HARDEN (100% FCI). Works with any design doc that has an invariants block.
data-ai
Link tasks to paired PRD/design specs, export all open work to markdown, and keep Ralph-style loops moving by creating tasks, subtasks, and dependency updates through tx primitives.
development
Refresh bundled tx Claude Code and Codex skills in a project from the canonical tx source without manual copy and paste.
development
Run Ralph against either the full repo queue or tasks linked to one design doc, with injected task/spec/queue context for Codex or Claude runtimes.