wtfzambo

10 mods across 2 repositories, 198 stars between them.

spotme AGENTS.md

01

wtfzambo/spotme

Instructions file CodexOpenCode

AGENTS.md instructions for wtfzambo/spotme, covering rules, task management, before opening a pr, spotme flow and instructions for the usage of backlog.md cli tool.

190 3mo ago A 7,532 tokens

spotme

02

wtfzambo/spotme

Skill Claude CodeCodex

Gym mode for agentic coding. When active, hands off implementation exercises to the human instead of completing them. Tracks difficulty and reviews submitted work.

190 3mo ago A 32 tokens

pandino AGENTS.md

03

wtfzambo/pandino

Instructions file CodexOpenCode

AGENTS.md instructions for wtfzambo/pandino, covering agents.md, core standard, plain code, modules and ordering and types and contracts.

8 2d ago C 3,751 tokens

docs-reviewer

04

wtfzambo/pandino

Agent

Read-only branch-level documentation drift review. Runs once before final review when documented behavior or authority changes, or explicitly as a whole-repo audit.

8 2d ago A 29 tokens

fallback-runner

05

wtfzambo/pandino

Agent

Runs a complete orchestrator-supplied inspection task on an explicitly selected model. Never mutates the repository.

8 2d ago A 22 tokens

final-reviewer

06

wtfzambo/pandino

Agent

One deep review of a whole branch before it merges, on the strongest model you have. Judges the branch as a single change against what was asked, not as the commits it arrived in. Never edits code. Runs once per branch, after the per-commit reviewers have done their passes.

8 2d ago A 58 tokens

implementer

07

wtfzambo/pandino

Agent

Implements an approved plan, one slice at a time. Dumb code over clever code. Stops and reports when the plan contradicts the real code, instead of improvising a different design.

8 2d ago A 38 tokens

spec-reviewer

08

wtfzambo/pandino

Agent

Adversarial spec review before a commit: does the change do what was asked — all of it, and nothing more? Never edits code. Runs together with the taste-reviewer before every commit, except trivial ones.

8 2d ago A 44 tokens

taste-reviewer

09

wtfzambo/pandino

Agent

Taste review of the working diff before a commit: does the code follow the repo's standards? Never edits code. Runs together with the spec-reviewer before every commit, except trivial ones.

8 2d ago A 38 tokens

test-reviewer

10

wtfzambo/pandino

Agent

Adversarial review of whether a diff has the necessary, effective, independent, and proportionate automated evidence. Never edits code. Runs conditionally for behavior, test, test-infrastructure, and bug-fix diffs.

8 2d ago A 45 tokens