From billy-milligan
Authentication patterns — JWT, OAuth/OIDC, sessions, multi-tenant auth, RBAC/ABAC
npx claudepluginhub rnavarych/alpha-engineer --plugin billy-milliganThis skill is limited to using the following tools:
- **Prevent user enumeration**: Login errors must be identical for "user not found" and "wrong password".
Implements eval-driven development (EDD) for Claude Code with capability/regression evals, pass@k metrics, and code/model/human graders for measuring agent reliability.
Compares coding agents like Claude Code and Aider on custom YAML-defined codebase tasks using git worktrees, measuring pass rate, cost, time, and consistency.
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.
crypto.timingSafeEqual for token comparison.references/jwt-implementation.md — Access/refresh tokens, rotation, httpOnly cookies, revocationreferences/oauth-oidc.md — Authorization code + PKCE, token exchange, provider integrationreferences/session-implementation.md — Redis sessions, session fixation, CSRF protectionreferences/multi-tenant-auth.md — Tenant context middleware, RLS, RBAC permission matrixreferences/tenant-data-isolation.md — Schema-per-tenant, database-per-tenant, hybrid tier routing, ABAC, org-level permissions