How to write Claude Code skill files that Claude actually follows -- structure, step patterns, and the details that make the difference between a skill that works and one that drifts.
Everything you need to use Drizzle ORM with Neon DB in production -- schema definition, relations, migrations, and the query patterns that keep your repo layer clean.
You describe what you want to build in plain English. Claude writes the code, sets up the database, and builds the UI. Here is how it works from zero to a working feature.
How to configure MCP (Model Context Protocol) servers in Claude Code -- from wiring up built-in servers like Neon, Vercel, and Cloudinary to writing your own -- so Claude can take direct actions inside your infrastructure.
How to implement JWT-based authentication in Next.js 15 App Router -- register, login, protected routes, and middleware -- without NextAuth or any third-party auth library.
A practical guide to writing a CLAUDE.md that gives Claude Code full context about your Next.js project -- folder structure, conventions, commands, and anti-patterns -- so it generates accurate code from the first prompt.