Loading...
Loading...
Found 56 Skills
Discover and follow recipes via MCP resources for setup guides, skills, and cookbooks. The meta-skill for using fullstackrecipes effectively.
Create a Next.js app running on Bun, configure the development environment, and deploy to Vercel with automatic deployments on push.
Add UI components and pages for authentication flows including sign in, sign up, forgot password, reset password, and email verification.
Manage React state in URL query parameters with nuqs. Covers Suspense boundaries, parsers, clearing state, and deep-linkable dialogs.
Configure unit testing with Bun's built-in test runner. Fast, Jest-compatible syntax, co-located test files, and mocking support.
Testing strategy and workflow. Tests run in parallel with isolated data per suite. Prioritize Playwright for UI, integration tests for APIs, unit tests for logic.
Test API routes by importing handlers directly with Bun's test runner. Fast, reliable tests without HTTP overhead.
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.
Add email verification, password reset, and account management emails to Better Auth using Resend.
Sync React state to URL query parameters for shareable filters, search queries, and deep links to modal dialogs. Preserves UI state on browser back/forward navigation.
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.
Add Shadcn UI components with dark mode support using next-themes. Includes theme provider and CSS variables configuration.