Plugin Claude Code
Plugin marketplace listing 1 plugin: agents-skills.
Plugin Claude Code
Plugin marketplace listing 1 plugin: agents-skills.
Agent Claude Code
Fast-forward lane. Loops on an interval and keeps the PRIMARY checkout's integration branch at the remote tip with a safe git pull --ff-only — so every worktree an agent cuts starts from a current base (hooks, scripts, skills). Purely mechanical — run the tick, match the decision table, report one line. When the…
Agent Claude Code
Surgical 1–2 file edit — typo fixes, single-function changes, mechanical renames, format-preserving tweaks. Hard-refuses 3+ file scope, new files (unless asked), or new features. Returns a tight diff receipt. Use for bounded, obvious edits; not for cross-file refactors or anything needing design.
Agent Claude Code
CI-stability medic and the SOLE flake hunter for a repo. Continuously mines CI history for real flakes (shards that intermittently red the per-PR gate or the mergegroup speculative build and eject correct PRs), reproduces them harsher-than-CI, root-causes the real race, and fixes them FORWARD — never masks (no skip…
Agent Claude Code
CI-latency medic and the SOLE speed hunter for a repo. Continuously mines recent CI history (per-PR gate + mergegroup) to find where CI is SLOW — long-pole jobs, the wall-clock critical path, under-sharded matrices, cold caches, and tier gates that fail to skip work — then makes CI faster WITHOUT losing coverage.…
Agent Claude Code
Per-domain Figma design mapper for /figma-init-spec and /figma-refresh-spec — pulls a component set or screen flow via the Figma MCP (getvariabledefs, getcode, getimage) and writes/updates its design specs anchored to stable node IDs and component keys, with a repo-owned design→code map found by name-matching the…
Agent Claude Code
Read-only repro and root-cause worker for the /…-use-aws and /…-use-browser commands and recon — drives the browser via whichever browser MCP is connected (Chrome, Playwright, Cypress, or Chrome DevTools) in its own context and/or digs AWS logs, config, and CloudTrail with strictly read-only calls, then returns…
Agent Claude Code
Implements one groomed issue end-to-end — works in its own worktree/branch, writes tests first, keeps scope to the issue, runs the pre-push gate, opens a PR with auto-merge armed, and returns the completion contract. The dev agent /dispatch spawns into a dev slot.
Agent Claude Code
CI + conflict + merge-queue medic watcher lane. Loops on an interval over open agent PRs, fixes failing required checks and DIRTY/conflicted branches, and runs full merge-queue health every tick — head-green is not queue-green. Dequeues + drafts poison-pill PRs that drop an ALLGREEN group, and re-arms innocent PRs…
Agent Claude Code
Post-merge janitor watcher lane. Loops on an interval over CLOSED agent PRs only — deletes merged local branches, removes spent worktrees, closes the linked GitHub/Jira issue on merge, and releases the claim lock. A PR closed without merging frees the lock but leaves the issue open and re-dispatchable. Needed because…
Agent Claude Code
Review-thread-closer watcher lane. Loops on an interval over open agent PRs, drives bot + human review threads to resolved (fix or reasoned counter, resolve only after the fix is pushed), and owns the initial arm-after-bot-review of auto-merge. Re-arming after a merge-queue ejection is the pr-checks lane's, not this…
Agent Claude Code
Unsticks a stuck PR — reads mergeStateStatus, triages CI from per-job logs (transient vs real), resolves bot and human review threads, recovers DIRTY/conflicted branches, and re-arms auto-merge. The worker /rescue and dispatch rescue slots use. Diagnoses before it mutates.
Agent Claude Code
Adversarial diff/branch/PR reviewer. One line per finding, severity-tagged, no praise, no scope creep, format path:line: : . .. Use for 'review this PR/diff/file'. Skips style nits unless they change meaning.
Agent Claude Code
Read-only code locator. Given "where is X", "what calls Y", "list uses of Z", or "map this area", returns a tight file:line map in caveman shorthand and nothing else — no fixes, no opinions. Use to offload mechanical lookups off the main session onto the cheap tier (see MODEL-DEFAULTS.md).
Agent Claude Code
Per-domain codebase mapper for /spelunking-init-spec and /spelunking-refresh-spec — runs the spelunk loop (framework introspection + machine-name following + runtime observation) over one assigned domain and writes its numbered spec files with verified file:line / command evidence. Writes only under the specs dir…
Agent Claude Code
Verify-then-trust gate. Confirms a claimed result actually holds before it's trusted — the PR exists and is the linked one, required CI is green, acceptance criteria are met, and any cited file:line / recon / spec claim is real. Returns a pass/fail verdict with evidence. Read-only; an unverifiable claim is a FAIL.
Command Claude Code
Start an event-driven orchestration session — fill N concurrency slots with sub-agent dispatches, split across dev slots (new issues), rescue slots (CI failures, review threads, stuck PRs), and flex slots (dev work that yields to incidents). Example — /dispatch 8, or /dispatch dev:5 rescue:1 flex:2.
Command Claude Code
Snapshot a Figma file into living design specs anchored to stable identity (node IDs, component/style keys) with a repo-owned design→code map, so reorganization doesn't break the links. Code Connect optional. For taming design drift. Optional scope arg. Example — /figma-init-spec, or /figma-init-spec "Checkout flow".
Command Claude Code
Re-read Figma and diff it against the design specs by stable id, then report drift — separating pure reorganization (no code change) from real token/size/state changes (a precise re-touch list routed to code via Code Connect). Run after designs or the Figma file get moved around. Optional scope arg. Example …
Command Claude Code
Groom a not-yet-dev-ready GitHub issue (pre-technical-recon) — drop one or more issue numbers and dispatch an agent per issue to ask the engineering/project lead about intent, scope, and direction until ≥90% certain the written story reflects the ask, then fill the body to the six-section groomed anatomy. Never…
Command Claude Code
Technical recon of groomed-but-unvetted GitHub issue(s) — drop one or more issue numbers and dispatch a read-only sub-agent per issue (in parallel) to trace the ask into the codebase, produce a verified implementation approach, assert a level-of-effort estimate with confidence, surface risks/dependencies, recommend a…
Command Claude Code
The full-stack deep dive — /gh-issue plus BOTH the live-browser and read-only AWS diagnosis phases, correlated: reproduce the symptom as the signed-in user, capture the failing request, then chase that exact request through the cloud (edge, logs, service, data) until the fault layer is found. Use for symptoms nobody…
Command Claude Code
Like /gh-issue-use-aws-browser (correlated browser + read-only AWS full-stack dive), but the browser phase is pinned to the Chrome MCP (claude-in-chrome). Example — /gh-issue-use-aws-chrome "file export > Download" clicking Download 403s on staging effort:max.
Command Claude Code
Like /gh-issue-use-aws-browser (correlated browser + read-only AWS full-stack dive), but the browser phase is pinned to the Cypress MCP. Example — /gh-issue-use-aws-cypress "file export > Download" clicking Download 403s on staging effort:max.