From billy-milligan
ORM patterns — Drizzle, Prisma, migrations, N+1 prevention, transaction management
npx claudepluginhub rnavarych/alpha-engineer --plugin billy-milliganThis skill is limited to using the following tools:
- **N+1 is the silent killer**: Always eager-load when fetching related data.
Designs and optimizes AI agent action spaces, tool definitions, observation formats, error recovery, and context for higher task completion rates.
Designs, implements, and audits WCAG 2.2 AA accessible UIs for Web (ARIA/HTML5), iOS (SwiftUI traits), and Android (Compose semantics). Audits code for compliance gaps.
Compares coding agents like Claude Code and Aider on custom YAML-defined codebase tasks using git worktrees, measuring pass rate, cost, time, and consistency.
SELECT * wastes bandwidth and memory.insertMany instead of N insert calls in a loop.references/drizzle-patterns.md — Schema, queries, relations, migrations, prepared statementsreferences/prisma-patterns.md — Schema design, client singleton, middleware, migrationsreferences/prisma-performance.md — N+1 prevention, transactions, raw queries, query loggingreferences/migration-strategies.md — Zero-downtime, expand-contract, column rename, NOT NULL constraintreferences/migration-safety.md — Data backfill patterns, rollback strategies, migration testing, pre-migration checklist