elmoritz/agents-skills-setup

2Stars on the repository
29Mods indexed here, across every type
20d agoLast push, which is what freshness is scored on
noneNo LICENSE: all rights reserved, so bodies are not copied

challenger

01

elmoritz/agents-skills-setup

Agent Codex

Devil's advocate against a freshly formulated implementation plan, before the user approves it. Attacks the approach with codebase evidence — concrete failure scenarios and cheaper alternatives — never vague doubt. Invoke in /ticket-pick step 3, after the plan is drafted and before the Plan gate, so the user judges…

2 20d ago A 79 tokens

code-challenger

02

elmoritz/agents-skills-setup

Agent Codex

Devil's advocate against a ticket's implementation as built — run every round of the pick loop, not once. Attacks the code that now exists with evidence — hidden coupling it introduced, a cheaper route it should have taken, an irreversible or load-bearing step, or a route the plan got wrong. Read-only; returns a…

2 20d ago A 106 tokens

code-reviewer

03

elmoritz/agents-skills-setup

Agent Codex

Read-only review of a ticket's implementation diff before it transitions to review. Checks the diff against the approved plan, architecture invariants, and project conventions. Invoke in /ticket-pick's implementation loop (step 5.5 agent checks) — after verification passes, every round — before the review transition…

2 20d ago A 82 tokens

code-simplifier

04

elmoritz/agents-skills-setup

Agent Codex

Proposes simplifications to a ticket's implementation diff — removing accidental complexity, dead abstraction, and speculative generality — without changing behavior. Read-only; returns proposals the session weighs in its round evaluation and folds into the loop's work-list (no user gate). Invoke every round of…

2 20d ago A 87 tokens

nfr-analyst

05

elmoritz/agents-skills-setup

Agent Codex

Derives a ticket's non-functional requirements while it is still being written — as measurable statements that each carry their own verification. Invoke in /ticket-new step 2 (alongside the research agents, before the step 2.5 grilling) and on /ticket-refine's resume path, so unresolved requirements become grilling…

2 20d ago A 96 tokens

elmoritz/agents-skills-setup

Agent Codex

Judges whether the tests accompanying a ticket's diff would actually fail if the behavioral change were reverted or broken. Catches assertion-free tests, tests that only exercise mocks, and untested branches. Invoke in /ticket-pick's implementation loop (step 5.5 agent checks) after tests pass, every round — a green…

2 20d ago A 84 tokens

index

07

elmoritz/agents-skills-setup

Agent

Six read-only subagents, all tools: Read, Grep, Glob, Bash — none of them edit anything, and none of them gate you directly. Each returns a verdict that the calling session weighs; only the main session ever acts on a finding. Alongside the research agents you register yourself (see Getting started § Step 0), these…

2 20d ago A 0 tokens