Loading...
Loading...
Found 57 Skills
Type-safe environment variable validation using Zod with a Drizzle-like schema API. Supports server/public fields, feature flags, either-or constraints, and client-side protection.
Add automatic stream recovery to AI chat with WorkflowChatTransport, start/resume API endpoints, and the useResumableChat hook.
Configure AI coding agents like Cursor, GitHub Copilot, or Claude Code with project-specific patterns, coding guidelines, and MCP servers for consistent AI-assisted development.
Complete setup guide for a Next.js app with Shadcn UI, Neon Postgres, Drizzle ORM, and AI SDK.
Sync React state to URL query parameters for shareable filters, search, and deep-linkable dialogs with nuqs.
Run a coding agent in an autonomous loop via a /ralph command, gated by a preflight check that every CLI is installed, linked, and authenticated. Use when driving long-running autonomous development from a wide, outcome-focused prompt.
TypeScript assertion function for runtime type narrowing with descriptive error messages. Based on tiny-invariant.
Add server-side route protection to enforce authentication on specific pages while keeping others public.
Build a custom durable AI agent with full control over streamText options, provider configs, and tool loops. Compatible with the Workflow Development Kit.
Connect a Next.js app to Neon Postgres using Drizzle ORM with optimized connection pooling for Vercel serverless functions.
Complete authentication system with Better Auth, email verification, password reset, protected routes, and account management.
Create and run durable workflows with steps, streaming, and agent execution. Covers starting, resuming, and persisting workflow results.