a1f/agent-templates

Agents, skills, etc

2Stars on the repository
27Mods indexed here, across every type
yesterdayLast push, which is what freshness is scored on
MITLicence, which decides whether bodies are shown

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