Full Stack Recipes: Instructions for AI agents. Atomic setup guides and skills for auth, database, payments, and more.
/plugin marketplace add andrelandgraf/fullstackrecipes
/plugin install fullstackrecipes@andrelandgraf/fullstackrecipes
Build full-stack applications using fullstackrecipes. Discover and follow recipes via MCP resources for setup guides, skills, and cookbooks.
Validate environment variables on server start and before builds. Catch missing or invalid variables early with clear error messages.
Track custom events and conversions with Vercel Web Analytics. Covers common events, form tracking, and development testing.
Use Better Auth for client and server-side authentication. Covers session access, protected routes, sign in/out, and fetching user data.
Write type-safe database queries with Drizzle ORM. Covers select, insert, update, delete, relational queries, and adding new tables.
Use structured logging with Pino throughout your application. Covers log levels, context, and workflow-safe logging patterns.
Capture exceptions, add context, create performance spans, and use structured logging with Sentry.
Create and run durable workflows with steps, streaming, and agent execution. Covers starting, resuming, and persisting workflow results.
Interactive learning mode that requests meaningful code contributions at decision points (mimics the unshipped Learning output style)
Automated code review for pull requests using multiple specialized agents with confidence-based scoring
Comprehensive feature development workflow with specialized agents for codebase exploration, architecture design, and quality review
Comprehensive PR review agents specializing in comments, tests, error handling, type design, code quality, and code simplification