m-binimran/dev-pack

Guardrails, skills, loops, hooks & review agents for database + website builders on Claude Code (Next.js + Supabase).

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

api-reviewer

01

m-binimran/dev-pack

Agent

Reviews Next.js route handlers and server actions - input validation, status codes, error handling, auth checks, rate limiting, response shape. Use when API endpoints, server actions, or webhooks change.

2 2mo ago A 44 tokens original MIT

db-reviewer

02

m-binimran/dev-pack

Agent

Reviews Postgres/Supabase schema, migrations, queries, and RLS for safety and performance. Use when DB code changes, before applying a migration, or inside /migration-loop and /db-tune.

2 2mo ago A 46 tokens original MIT

m-binimran/dev-pack

Agent

Reviews a change for performance - N+1 queries, missing indexes, slow queries, client bundle size, Core Web Vitals, caching/revalidation, render performance. Use when data access, rendering, or dependencies change.

2 2mo ago A 48 tokens original MIT

security-reviewer

04

m-binimran/dev-pack

Agent

Security-focused review of a diff - secrets, injection, auth/authz, RLS gaps, SSRF, XSS/CSRF, OWASP Top 10. Use after changes touching auth, input handling, API routes, payments, or data access.

2 2mo ago A 56 tokens original MIT

test-reviewer

05

m-binimran/dev-pack

Agent

Reviews test quality and coverage - behavioral vs implementation tests, edge cases, regression tests for bug fixes, flakiness, and whether the change is actually tested. Use after code or test changes.

2 2mo ago A 43 tokens original MIT