← all publishers

Sanjai52

@sanjai52 source repo

13 published skills

  1. Design · sanjai52
    Enforce the frontend design system, premium SaaS UX standards, responsive behavior, typography, spacing, authentication layouts, navbar/footer patterns, and Tailwind-based UI consistency.
    0 installs
  2. 11 UI Testing · sanjai52 bundle
    ---
    0 installs
  3. Create Plan · sanjai52
    Runs after agent-strategy outputs PROCEED: yes. Produces a written implementation plan before touching any file. Includes files to create/modify, approach, layer compliance, Zod schema plan, migration number if needed, and tests required.
    0 installs
  4. Build Verify · sanjai52
    Run the full verification pipeline: TypeScript type check, ESLint, tests, then Next.js build. All four must exit 0. Report exact failures. Do not proceed to change summary until all pass.
    0 installs
  5. Supabase Auth · sanjai52
    Verify Supabase authentication implementation, session management, OAuth, protected routes, environment security, and auth page compliance.
    0 installs
  6. Agent Strategy · sanjai52
    ALWAYS runs first before any file is touched. Reads project context, identifies affected layers (Next.js, Express, Supabase), flags protected files, and outputs the execution plan.
    0 installs
  7. Backend Verify · sanjai52
    Verify Node.js Express backend changes: layer boundary compliance, Supabase JWT auth middleware presence, Zod input validation at every route, Result<T,E> error pattern, Pino structured logging, no request body logging, API doc sync, test coverage.
    0 installs
  8. Change Summary · sanjai52
    Final step. Runs only after 06-build-verify shows all PASS. Outputs a structured diff summary: files changed, before/after comparison, improvements made, what was NOT touched, docs updated, pipeline results. Marks task done in AGENT_TASKS.md.
    0 installs
  9. Frontend Verify · sanjai52
    Verify Next.js App Router frontend changes for premium SaaS quality: design system token compliance, typography scale, spacing discipline, Server vs Client boundary, Tailwind-only styling, Zod form validation, accessibility, performance patterns for million-user scale, navbar/footer structure, interactive microstates.
    0 installs
  10. Database Verify · sanjai52
    Verify Supabase/Postgres changes: sequential NNNN migration naming, rollback comment blocks, no edits to existing migrations, RLS policy on every table, security_invoker on views, schema doc sync, PII register, N+1 detection, large-table safety.
    0 installs
  11. Security Review · sanjai52
    Security review for every task without exception. OWASP Top 10, Supabase RLS, Zod boundary enforcement, JWT validation, PII handling, multi-tenant isolation, audit logging for B2B/B2G compliance.
    0 installs
  12. Project Context · sanjai52
    Load and respect project-specific documentation before planning or implementation.
    0 installs
  13. Responsive Testing · sanjai52
    Verify responsive behavior across mobile, tablet, laptop, desktop, and large screens. Ensures layouts remain visually consistent and usable regardless of device.
    0 installs