a1f

27 mods across 1 repository, 2 stars between them.

coder-lite

01

a1f/agent-templates

Agent

Implements a whole small PR test-first in one agent — plans behavior slices, drives RED→GREEN→refactor for each through the public interface, follows the project rules, and lands one commit. Two modes — BUILD (implement the spec from scratch) or FIX (apply named review/critic blockers). Used by the make-pr-lite skill.

2 yesterday A 72 tokens original MIT

comment-reviewer

02

a1f/agent-templates

Agent

Scores the comments and docstrings a diff adds against comments.md — one score, a verdict, and one finding per comment that must be cut, shortened, moved, rewritten, or added, each carrying the replacement text. Judges only comments; the reviewer owns code quality and the critic owns goal-fit. Used by the make-pr…

2 yesterday A 77 tokens original MIT

critic

03

a1f/agent-templates

Agent

Judges goal-fit — whether a change actually accomplishes its stated task, not whether the code is well-written. Scores 1-100, gives a verdict, lists what's missing. Distinct from the reviewer (code quality). Used by the make-pr architect and the make-pr-lite skills before declaring a task/PR done.

2 yesterday A 68 tokens original MIT

reviewer

04

a1f/agent-templates

Agent

Reviews a diff for code quality, correctness/bugs, and security against the project rules. Reports structured findings with severity; does not fix code. Answers "is this code good?" — distinct from the critic, which answers "did it achieve the task?". Used by the make-pr architect and the make-pr-lite skills.

2 yesterday A 67 tokens original MIT

tdd-runner

05

a1f/agent-templates

Agent

Writes exactly ONE failing test for ONE behavior through the public interface, runs it, and confirms it fails for the right reason (the RED step). Never writes production code. Used by the architect skill at the start of each TDD cycle.

2 yesterday A 53 tokens original MIT

worker-coder

06

a1f/agent-templates

Agent

Implements exactly one scoped task in one of three modes the architect names — GREEN (minimal code to pass one named failing test), REFACTOR (behavior-preserving restructure, tests stay green), or NON-BEHAVIORAL (an exact config/rename/docs edit) — then commits. Scope-locked: never exceeds the single task it was…

2 yesterday A 82 tokens original MIT

demo-agent

07

a1f/agent-templates

Agent

Frozen fixture agent for installer e2e snapshot scenarios.

2 yesterday A 14 tokens original MIT

demo-skill-two

08

a1f/agent-templates

Skill Claude CodeCodex

Second frozen fixture skill for installer e2e multi-skill scenarios.

2 yesterday A 19 tokens original MIT

demo-skill

09

a1f/agent-templates

Skill Claude CodeCodex

Frozen fixture skill for installer e2e snapshot scenarios.

2 yesterday A 15 tokens original MIT

breakdown

10

a1f/agent-templates

Skill Claude CodeCodex

Use when the user wants to turn a discussion into a published plan — a short PRD, vertical slices, and a PR breakdown, all in one growing GitHub issue — or invokes /breakdown.

2 yesterday A 44 tokens original MIT

course-correct

11

a1f/agent-templates

Skill Claude CodeCodex

Use when PRs have landed mid-build and the plan needs re-checking against a PRD issue's goal and re-planning, or invokes /course-correct.

2 yesterday A 38 tokens original MIT

dispatch

12

a1f/agent-templates

Skill Claude CodeCodex

Use when the user wants to start the unblocked PRs from a design doc, issue, or artifact in parallel — one tmux window, worktree, and coding agent per PR — or invokes /dispatch.

2 yesterday A 45 tokens original MIT

explain

13

a1f/agent-templates

Skill Claude CodeCodex

Use when the user wants a dead-simple, plain-words explanation of a slice or a PR. It answers why we need it, what it is, and what changes. Also use when the user invokes /explain.

2 yesterday A 48 tokens original MIT

a1f/agent-templates

Skill Claude CodeCodex

Use when the user wants to audit a codebase or subsystem for module-decomposition improvements — whether to split, merge, extract, move, delete, or deepen a module to cut complexity — or invokes /improve-architecture.

2 yesterday A 51 tokens original MIT

latest-rebase

15

a1f/agent-templates

Skill Claude CodeCodex

Use when the user invokes /latest-rebase or says "rebase on latest main". Rebases current branch onto latest remote main.

2 yesterday A 31 tokens original MIT

make-pr-lite

16

a1f/agent-templates

Skill Claude CodeCodex

Use when explicitly asked to run /make-pr-lite on an already-scoped, low-risk single-module PR. A cheaper alternative to /make-pr — one self-TDD coder, the language gates, then a parallel panel of 3 reviewers plus a comment-reviewer and a critic, squashed to one commit. Not for feature decomposition, multi-module…

2 yesterday A 100 tokens original MIT

make-pr

17

a1f/agent-templates

Skill Claude CodeCodex

Use when explicitly asked to run the architect workflow on an already-scoped PR (the /make-pr command) — drives one single-module coding task to done via a deterministic TDD loop: plans behavior slices, dispatches the tdd-runner/worker-coder/reviewer/comment-reviewer/critic agents, runs the language gates, and logs…

2 yesterday A 101 tokens original MIT

pr-babysit

18

a1f/agent-templates

Skill Claude CodeCodex

Use when the user wants to babysit a PR through the review/CI cycle, or invokes /pr-babysit. Polls for new review comments and CI failures, fixes them, resolves merge conflicts, and loops until the PR is ready to merge.

2 yesterday A 59 tokens original MIT

pr-breakdown

19

a1f/agent-templates

Skill Claude CodeCodex

Use when a PRD issue's slice plan needs breaking into small pull requests (35 counted lines each, tests excluded) recorded as a table in that same issue and drawn as a private claude.ai PR-map artifact, or invokes /pr-breakdown.

2 yesterday A 55 tokens original MIT

pr-explain

20

a1f/agent-templates

Skill Claude CodeCodex

Use when the user invokes /pr-explain or wants a reader-facing explainer page for a pull request. It is a plain-words page with five chapters. They are: what & why, a walkthrough of the whole diff, every test enumerated, a scored proof, and confirm commands run with their real output. It is published as a private…

2 yesterday A 87 tokens original MIT

pr-make-till-merge

21

a1f/agent-templates

Skill Claude CodeCodex

Use when the user wants to create a PR and babysit it until ready to merge, or invokes /pr-make-till-merge.

2 yesterday A 37 tokens original MIT

pr-make

22

a1f/agent-templates

Skill Claude CodeCodex

Use when the user invokes /pr-make to create or update a pull request. Alias for /make-pr.

2 yesterday A 27 tokens original MIT

prompt-review

23

a1f/agent-templates

Skill Claude CodeCodex

Use when the user wants this repo's prompt files — skills, agents, rules, the CLAUDE.md template — reviewed against five checks with the failures fixed in place, or invokes /prompt-review.

2 yesterday A 44 tokens original MIT

shipped

24

a1f/agent-templates

Skill Claude CodeCodex

Use when PRs have merged and the plan records need catching up — ticks every merged-but-unrecorded PR row (✅ + PR link) in the central plan issue, its build-plan artifact, and any cross-referenced issue, or invokes /shipped.

2 yesterday A 56 tokens original MIT