.claude/skills/cycle/SKILL.md
Run a tx cycle scan — sub-agent swarm for codebase issue discovery. Use when the user explicitly mentions "cycle". Do NOT use Claude Code teams (TeamCreate/SendMessage) for this — use tx cycle CLI instead.
npx skillsauth add jamesaphoenix/tx cycleInstall 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.
Before running tx cycle, ask the user these questions to build the right command:
--task-prompt): What area of the codebase should agents review?
Scan prompt (--scan-prompt): What should agents look for?
Number of agents (--agents N): How many parallel scan agents per round?
Number of cycles (--cycles N): How many full cycles to run?
Max rounds (--max-rounds N): Maximum rounds per cycle before stopping?
Fix mode (--fix): Should a fix agent run between scan rounds?
Model (--model): Which LLM model for the sub-agents?
Score (--score N): Base priority score for new tasks created?
Dry run (--dry-run): Report findings without writing to the database?
JSON output (--json): Output results as JSON instead of human-readable?
Once you have the user's answers, construct and run the command:
bun apps/cli/src/cli.ts cycle \
--task-prompt "User's task prompt" \
--scan-prompt "User's scan prompt" \
--agents 3 \
--cycles 1 \
--max-rounds 10 \
--model claude-opus-4-6 \
--score 500
Add --fix if the user wants auto-fixing. Add --dry-run for a dry run. Add --json for JSON output.
AgentService.tx ready workflow.development
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.