Plugin Claude Code
Deterministic quality gates for AI-written code.
Plugin Claude Code
Deterministic quality gates for AI-written code.
Agent Claude Code
Quality Loop context mapper. Use during EXPLORE to map the smallest relevant code surface before editing.
Agent Claude Code
Quality Loop planner. Use during MINIMALITYGATE and PLAN to design the smallest correct change with strong reasoning.
Agent Claude Code
Fresh-context Quality Loop reviewer. Use after implementation and before package/done.
Agent Claude Code
Fresh-context security reviewer for auth, payments, secrets, PII, migrations, upload/download, network, shell, and dependency changes.
Hook Claude Code
Runs when a session starts on startup and resume, running python3. From zaingz/coding-quality-loop.
Hook Claude Code
Runs before the agent uses a tool for Bash, Edit and Write tool calls, running python3. From zaingz/coding-quality-loop.
Hook Claude Code
Runs when the agent finishes a response, running python3. From zaingz/coding-quality-loop.
Settings file Claude Code
Agent settings declaring 3 hook events (SessionStart, PreToolUse, Stop).
Skill Claude CodeCodex
Use when a coding agent must turn a software goal, bug, issue, or refactor into a small, verified, independently reviewed code change.
Cursor rule Cursor
Apply to non-trivial coding work — implementing, fixing, refactoring, testing, or migrating a change. Produce the smallest correct, verified change with fresh-context review. Skip for trivial one-line edits.
Plugin Claude Code
Prove a new test fails against the old code before trusting green.
Skill Claude CodeCodex
Use when AI-written code or tests claim green and you need deterministic proof that the new test catches the old bug.