Agent skills
Skills you can use with AI coding agents, indexed from public GitHub repositories.
-
testing
Complete testing setup with Neon database branching, Playwright browser tests, integration tests, and unit tests. Isolated branches with automatic TTL cleanup.
andrelandgraf/fullstackrecipes 9
-
ralph-loop
Complete setup for automated agent-driven development. Define features as user stories with testable acceptance criteria, then run AI agents in a loop until all stories pass.
andrelandgraf/fullstackrecipes 9
-
observability-monitoring
Complete observability stack with structured logging, error tracking, and web analytics.
andrelandgraf/fullstackrecipes 9
-
url-state-management
Sync React state to URL query parameters for shareable filters, search, and deep-linkable dialogs with nuqs.
andrelandgraf/fullstackrecipes 9
-
og-image-generation
Generate dynamic social preview images using Next.js file conventions and the next/og library. Server-rendered JSX images cached at build time.
andrelandgraf/fullstackrecipes 9
-
ai-agent-workflow
Build resumable multi-agent workflows with durable execution, tool loops, and automatic stream recovery on client reconnection.
andrelandgraf/fullstackrecipes 9
-
use-fullstackrecipes
Discover and follow recipes via MCP resources for setup guides, skills, and cookbooks. The meta-skill for using fullstackrecipes effectively.
andrelandgraf/fullstackrecipes 9
-
ai-chat
Build a complete AI chat application with database persistence, chat list management, and automatic title generation.
andrelandgraf/fullstackrecipes 9
-
base-app-setup
Complete setup guide for a Next.js app with Shadcn UI, Neon Postgres, Drizzle ORM, and AI SDK.
andrelandgraf/fullstackrecipes 9
-
stripe-subscriptions
Complete subscription billing system with Stripe integration, feature flags for plan gating, webhook handling, and billing portal.
andrelandgraf/fullstackrecipes 9
-
authentication
Complete authentication system with Better Auth, email verification, password reset, protected routes, and account management.
andrelandgraf/fullstackrecipes 9
-
shiki-code-blocks
Syntax highlight code blocks with Shiki. Supports server-side rendering in RSC and automatic light/dark theme switching.
andrelandgraf/fullstackrecipes 9
-
better-auth-emails
Add email verification, password reset, and account management emails to Better Auth using Resend.
andrelandgraf/fullstackrecipes 9
-
ai-sdk-setup
Install the Vercel AI SDK with AI Elements components. Build a streaming chat interface with the useChat hook.
andrelandgraf/fullstackrecipes 9
-
code-style-setup
Configure Prettier for code formatting and TypeScript for typechecking. Includes VSCode settings and EditorConfig for consistent code style. Skips ESLint/Biome to avoid config complexity.
andrelandgraf/fullstackrecipes 9
-
using-nuqs
Manage React state in URL query parameters with nuqs. Covers Suspense boundaries, parsers, clearing state, and deep-linkable dialogs.
andrelandgraf/fullstackrecipes 9
-
chat-naming
Generate descriptive chat titles from the first message using a fast LLM. Runs as a background workflow step after the main response to avoid delaying the experience.
andrelandgraf/fullstackrecipes 9
-
assert
TypeScript assertion function for runtime type narrowing with descriptive error messages. Based on tiny-invariant.
andrelandgraf/fullstackrecipes 9
-
neon-drizzle-setup
Connect a Next.js app to Neon Postgres using Drizzle ORM with optimized connection pooling for Vercel serverless functions.
andrelandgraf/fullstackrecipes 9
-
better-auth-setup
Add user authentication using Better Auth with Drizzle ORM and Neon Postgres. Base setup with email/password authentication.
andrelandgraf/fullstackrecipes 9
-
resumable-ai-streams
Add automatic stream recovery to AI chat with WorkflowChatTransport, start/resume API endpoints, and the useResumableChat hook.
andrelandgraf/fullstackrecipes 9
-
using-sentry
Capture exceptions, add context, create performance spans, and use structured logging with Sentry.
andrelandgraf/fullstackrecipes 9
-
better-auth-protected-routes
Add server-side route protection to enforce authentication on specific pages while keeping others public.
andrelandgraf/fullstackrecipes 9
-
feature-flags-setup
Implement feature flags using the Vercel Flags SDK with server-side evaluation, environment-based toggles, and Vercel Toolbar integration.
andrelandgraf/fullstackrecipes 9