Collections
View all →Context files, prompts, and specs for my main React app.
Everything for the Acme Corp client engagement.
Reusable auth templates and reference prompts.
Prompts and templates for technical interview practice.
Pinned
Generate a feature slice
Scaffolds a full feature slice — component, server action, types, and schema update — from a plain-English description.
All Items
Generate a feature slice
Scaffolds a full feature slice — component, server action, types, and schema update — from a plain-English description.
Code review checklist
Reviews a code diff against our coding standards and flags any issues.
Next.js coding standards
Project conventions: file structure, server vs. client components, naming rules, and Tailwind v4 config approach.
AeroFlow project overview
Full stack description, data model, and feature list for AeroFlow. Attach to any AI run for full project context.
User authentication
Email/password login and GitHub OAuth via NextAuth v5. Includes session handling and protected route middleware.
Item CRUD — all 5 types
Create, read, update, and delete for Prompts, Context Files, Feature Specs, Templates, and Resource Links.
Server Action with Zod validation
Boilerplate for a typed server action: Zod schema, auth check, Prisma call, and { success, data, error } return shape.
Prisma 7 upgrade guide
Official migration guide from Prisma 5/6 to Prisma 7.