agent-rig

18 mods across 1 repository, 2 stars between them.

rig-architect

01

agent-rig/rig

Agent

Tech lead agent for planning, architecture decisions, and ticket creation. Use when breaking down a feature, designing a solution, evaluating tradeoffs, or creating implementation tickets. Invoke before coding begins on any non-trivial change.

2 14d ago A 48 tokens original MIT

rig-coder

02

agent-rig/rig

Agent

Implementation agent for writing production code from tickets or specs. Use when a plan exists and it's time to write code. Reads the ticket, explores the affected files, and implements the change.

2 14d ago A 41 tokens original MIT

rig-debugger

03

agent-rig/rig

Agent

Systematic root-cause debugger. Use when investigating a failing test, a production bug, a flaky behavior, or any "this doesn't work and I don't know why" situation. Walks Phase 1 → 4 (root-cause → pattern analysis → hypothesis → minimal fix) and refuses to propose fixes before evidence is in.

2 14d ago A 71 tokens original MIT

rig-qa

04

agent-rig/rig

Agent

Test writing agent. Use to write or extend unit tests for new or changed code. Give it the file or function to test and it will produce the test cases.

2 14d ago A 37 tokens original MIT

rig-reviewer

05

agent-rig/rig

Agent

Code review agent. Use after implementation to check correctness, security, and adherence to project conventions before merging. Provide the diff, PR, or list of changed files.

2 14d ago A 37 tokens original MIT

rig-debug

06

agent-rig/rig

Skill Claude CodeCodex

Systematic root-cause debugging for a failing test, production bug, flaky behavior, or unexplained error. Spawns the debugger agent through Phase 1 → 4 (root-cause → pattern analysis → hypothesis → minimal fix). Refuses to propose fixes before evidence is gathered. Triggers on: 'debug', 'why is X failing', 'root…

2 14d ago A 82 tokens original MIT

rig-doctor

07

agent-rig/rig

Skill Claude CodeCodex

Preflight health check for a rig project: detect things that make rig degrade or fail — missing gh auth or the project scope, an unreachable board, an invalid config, no CI gates, missing review catalog — and report each with the exact fix. Diagnose-only by default; --fix applies the safe fixes with confirmation.…

2 14d ago A 105 tokens original MIT

rig-epic

08

agent-rig/rig

Skill Claude CodeCodex

Plan and run a multi-ticket epic: decompose a feature into parent + child items and stack PRs on a shared integration branch instead of landing each on main. Use when children interleave (one item's runtime contract depends on another's incomplete state) — stacking keeps each child PR reviewable without temporarily…

2 14d ago A 118 tokens original MIT

rig-issue

09

agent-rig/rig

Skill Claude CodeCodex

Create, view, move, or manage tickets in the project's issue tracker (Linear, GitHub Issues, or none). Triggers on: 'ticket', 'create ticket', 'move ticket', 'ticket board', 'show tickets', 'list tickets'.

2 14d ago A 55 tokens original MIT

rig-onboard

10

agent-rig/rig

Skill Claude CodeCodex

Onboard the current project into Rig — detect the stack, fill a project profile, and copy in the skills, agents, scripts, and CI workflows you choose. Triggers on 'onboard', 'set up rig', 'install rig', 'adopt these skills', 'onboard me into the skills'.

2 14d ago A 67 tokens original MIT

rig-plan

11

agent-rig/rig

Skill Claude CodeCodex

Turn a written spec or PRD into a reviewed backlog. Reads a spec file, decomposes it into work — deciding per chunk whether it's an epic (interleaved, shared integration branch), a sprint (independent tickets), or a single ticket — shows the plan for approval, then materializes the tickets on the tracker + board with…

2 14d ago A 145 tokens original MIT

rig-proof

12

agent-rig/rig

Skill Claude CodeCodex

Proofread agent-written prose against the project's writing-style guide. find (default): flag buried conclusions, passive voice, hedging, filler, jargon, and unanchored claims in a PR body, ticket, review finding, plan, writeup, or changed Markdown — read-only. fix: rewrite it in place. Triggers on: 'proofread'…

2 14d ago A 127 tokens original MIT

rig-review

13

agent-rig/rig

Skill Claude CodeCodex

Local code review, both halves. find (default): walk the REVIEWER.md catalog + scope invariants against a diff, two adversarial passes, return triaged P0–P3 findings — read-only. fix: drive review feedback to convergence, from a PR review bot OR local find results (spawn coder → recheck until clean). Triggers on…

2 14d ago A 142 tokens original MIT

rig-spike

14

agent-rig/rig

Skill Claude CodeCodex

Run a time-boxed research spike to answer an open technical question or de-risk an approach BEFORE committing to implementation. Produces written findings + a recommendation (and optionally a throwaway prototype), not production code. Use when the team needs to evaluate feasibility, compare options, or reduce…

2 14d ago A 114 tokens original MIT

rig-sprint

15

agent-rig/rig

Skill Claude CodeCodex

Plan or run a sprint of independent tickets (or ad-hoc tasks). Use 'plan ' to decompose a feature into independent tickets (no integration branch — each lands on the trunk on its own). Pass ticket IDs (or task descriptions) to execute them in phased dependency order with cleanup between phases. With no args (or just…

2 14d ago A 133 tokens original MIT

rig-task

16

agent-rig/rig

Skill Claude CodeCodex

Implement one unit of work end-to-end — from a tracker issue OR an ad-hoc description: spec review, TDD (RED→GREEN→REFACTOR), pre-PR self-review, open a PR, then drive the review-bot loop to clean. Runs start→finish in one shot by default; start/finish are optional phases for pause/resume. Sibling to /rig-epic (one…

2 14d ago A 150 tokens original MIT

rig-tidy

17

agent-rig/rig

Skill Claude CodeCodex

Run post-merge code cleanup: audit recent changes for dead code, duplicates, and stale comments, then safely remove them. Triggers on: 'cleanup', 'simplify', 'clean up code', 'remove dead code', 'post-merge cleanup'.

2 14d ago A 56 tokens original MIT

rig-worktree

18

agent-rig/rig

Skill Claude CodeCodex

Manage isolated git worktrees: create one wired up for dev (fetch, branch from base, symlink env, install deps), list them with PR state, or safely remove merged ones. A shared bootstrap that implement-style flows can call, also usable directly. Triggers on: 'worktree', 'set up a worktree', 'new worktree', 'list…

2 14d ago A 103 tokens original MIT