RaNDoM6913/claude-code-superkit
Agent
Clean AI-generated code anti-patterns — redundant comments, one-use abstractions, over-engineering, template slop — via behavior-preserving edits verified by compile/lint.
Production-tested agents (56), commands (16), hooks (42), skills (22), and rules (19) for Claude Code and Codex CLI. All agents on Opus 4.8 — every prompt hardened by Claude Fable 5.
RaNDoM6913/claude-code-superkit
Agent
Clean AI-generated code anti-patterns — redundant comments, one-use abstractions, over-engineering, template slop — via behavior-preserving edits verified by compile/lint.
RaNDoM6913/claude-code-superkit
Agent
Verify OpenAPI/Swagger spec matches actual route registrations, handler DTOs, and documented error codes.
RaNDoM6913/claude-code-superkit
Agent
System design advisor — scans the codebase, proposes 2-3 architecture approaches with trade-offs, and recommends exactly one.
RaNDoM6913/claude-code-superkit
Agent
Backend audit — 12 fixed checks (SQL safety, error handling, auth coverage, PII exposure, dead code, TODO density) reporting per-check PASS/WARN/FAIL for /audit.
RaNDoM6913/claude-code-superkit
Agent
Audit frontend code for hardcoded values, console.log, TypeScript strict, dead imports, design tokens, accessibility.
RaNDoM6913/claude-code-superkit
Agent
Infrastructure audit — 12 fixed checks (secrets, Docker, dependency CVEs, CORS, webhooks, migrations, CI/CD, backups, monitoring), each reported PASS/WARN/FAIL for /audit.
RaNDoM6913/claude-code-superkit
Agent
Behavioral psychology specialist for retention, habit loops, and notification cadence. Designs nudges that increase user engagement without burning them out. Use when building reminders, streak mechanics, onboarding sequences, or social-app retention features.
RaNDoM6913/claude-code-superkit
Agent
Generic code review — layers, error handling, naming, DI, SQL safety, auth, tests.
RaNDoM6913/claude-code-superkit
Agent
First-pass analyst for unfamiliar codebases — maps tech stack, architecture layers, conventions, hot paths, and known constraints into a concise onboarding brief.
RaNDoM6913/claude-code-superkit
Agent
Detect stale comments, outdated TODOs, doc rot — comments that lie about the code.
RaNDoM6913/claude-code-superkit
Agent
Final quality gate — multi-perspective review (security, new-hire, ops) with gap analysis, pre-commitment predictions, and a single APPROVE/CONCERN/BLOCK verdict.
RaNDoM6913/claude-code-superkit
Agent
PostgreSQL database specialist — query optimization, schema design, index strategy, migration safety, anti-patterns.
RaNDoM6913/claude-code-superkit
Agent
Multi-source debug — Docker logs, Redis inspection, SQL diagnostics, git blame, execution traces.
RaNDoM6913/claude-code-superkit
Agent
Audit dependencies across ecosystems — npm audit, govulncheck, pip-audit, cargo-audit, outdated packages, risk categorization, ordered update plan.
RaNDoM6913/claude-code-superkit
Agent
Documentation review — freshness check (git diff vs docs) + accuracy validation (claims vs code) + coverage audit.
RaNDoM6913/claude-code-superkit
Agent
Generate and run Playwright e2e tests — Page Object Model, stable selectors, network mocking, multi-viewport coverage.
RaNDoM6913/claude-code-superkit
Agent
Calibrated QA evaluator — scores implementation against Sprint Contract criteria and returns exactly one verdict (PROCEED/ITERATE/ESCALATE) with structured critique for the /dev iteration loop.
RaNDoM6913/claude-code-superkit
Agent
Goal-backward verification — checks each stated goal through the 4-level substantiation ladder (EXISTS/SUBSTANTIVE/WIRED/DATA-FLOW) and returns exactly one of PASS/NEEDS-ATTENTION/NEEDS-REMEDIATION.
RaNDoM6913/claude-code-superkit
Agent
Project health dashboard — auto-detects the stack, runs 9 checks (compilation, tests, TODO inventory, API spec drift, migration pairs, deps, security, docs, bundle) and reports OK/WARN/FAIL per check plus an overall HEALTHY / NEEDS ATTENTION / UNHEALTHY verdict.
RaNDoM6913/claude-code-superkit
Agent
SQL migration safety — naming, rollback, FK constraints, indexes, idempotency, data loss risk.
RaNDoM6913/claude-code-superkit
Agent
Scope-discipline specialist — REVIEW mode flags scope creep in diffs; IMPLEMENT mode ships the smallest change that solves the task and surfaces out-of-scope work as follow-ups.
RaNDoM6913/claude-code-superkit
Agent
Validates implementation plans before execution — 8 dimensions (coverage, file paths, dependency order, scope, conventions, docs, tests, factual accuracy), verdict PASS/REVISE/BLOCK.
RaNDoM6913/claude-code-superkit
Agent
9-point pre-deploy gate — compilation, linting, tests, build/bundle, migrations, API spec, debug artifacts, env config, secrets — ends in READY / NOT READY.
RaNDoM6913/claude-code-superkit
Agent
Evidence-based readiness assessor — defaults to NEEDS WORK, rejects hedge-word claims, and demands concrete proof (test output, screenshots, logs) for every claim before declaring READY.
At most 3 mods per repository are shown here, and a mod shipped inside a plugin is left to that plugin's page — the rest are on their repository pages: