All Skills

7109 skills found

Skills List

using-logging

using-logging

5dev-devops

Use structured logging with Pino throughout your application. Covers log levels, context, and workflow-safe logging patterns.

andrelandgraf avatarandrelandgraf
Получить
better-auth-setup

better-auth-setup

5dev-database

Add user authentication using Better Auth with Drizzle ORM and Neon Postgres. Base setup with email/password authentication.

andrelandgraf avatarandrelandgraf
Получить

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.

andrelandgraf avatarandrelandgraf
Получить
code-style-setup

code-style-setup

5dev-codegen

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 avatarandrelandgraf
Получить
shadcn-ui-setup

shadcn-ui-setup

5dev-frontend

Add Shadcn UI components with dark mode support using next-themes. Includes theme provider and CSS variables configuration.

andrelandgraf avatarandrelandgraf
Получить
agent-setup

agent-setup

5dev-mcp

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.

andrelandgraf avatarandrelandgraf
Получить
nuqs-setup

nuqs-setup

5dev-frontend

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.

andrelandgraf avatarandrelandgraf
Получить
unit-tests

unit-tests

5dev-testing

Configure unit testing with Bun's built-in test runner. Fast, Jest-compatible syntax, co-located test files, and mocking support.

andrelandgraf avatarandrelandgraf
Получить
neon-drizzle-setup

neon-drizzle-setup

5dev-database

Connect a Next.js app to Neon Postgres using Drizzle ORM with optimized connection pooling for Vercel serverless functions.

andrelandgraf avatarandrelandgraf
Получить
ai-chat-persistence

ai-chat-persistence

5dev-database

Persist AI chat conversations to Neon Postgres with full support for AI SDK message parts including tools, reasoning, and streaming. Uses UUID v7 for chronologically-sortable IDs.

andrelandgraf avatarandrelandgraf
Получить
stripe-sync

stripe-sync

5dev-api

Complete subscription system with Stripe, Vercel Flags for plan configuration, webhook handling for syncing subscription state to Postgres, usage tracking, and billing portal integration.

andrelandgraf avatarandrelandgraf
Получить
neon-test-branches

neon-test-branches

5dev-database

Create isolated Neon database branches for testing. Schema-only branches with auto-cleanup via TTL, test server orchestration, and environment variable management.

andrelandgraf avatarandrelandgraf
Получить
using-sentry

using-sentry

5dev-testing

Capture exceptions, add context, create performance spans, and use structured logging with Sentry.

andrelandgraf avatarandrelandgraf
Получить

Use Better Auth for client and server-side authentication. Covers session access, protected routes, sign in/out, and fetching user data.

andrelandgraf avatarandrelandgraf
Получить
sentry-setup

sentry-setup

5dev-devops

Configure Sentry for error tracking, performance monitoring, and log aggregation. Integrates with Pino to forward logs to Sentry automatically.

andrelandgraf avatarandrelandgraf
Получить
ralph-setup

ralph-setup

5dev-codegen

Set up automated agent-driven development with Ralph. Run AI agents in a loop to implement features from user stories, verify acceptance criteria, and log progress for the next agent.

andrelandgraf avatarandrelandgraf
Получить
workflow-setup

workflow-setup

5productivity

Install and configure the Workflow Development Kit for resumable, durable AI agent workflows with step-level persistence, stream resumption, and agent orchestration.

andrelandgraf avatarandrelandgraf
Получить

Configure structured logging with Pino. Outputs human-readable colorized logs in development and structured JSON in production for log aggregation services.

andrelandgraf avatarandrelandgraf
Получить

Add a complete account settings page with profile editing, password changes, email updates, session management, and account deletion.

andrelandgraf avatarandrelandgraf
Получить

Implement feature flags using the Vercel Flags SDK with server-side evaluation, environment-based toggles, and Vercel Toolbar integration.

andrelandgraf avatarandrelandgraf
Получить

Add server-side route protection to enforce authentication on specific pages while keeping others public.

andrelandgraf avatarandrelandgraf
Получить
ai-sdk-setup

ai-sdk-setup

5dev-frontend

Install the Vercel AI SDK with AI Elements components. Build a streaming chat interface with the useChat hook.

andrelandgraf avatarandrelandgraf
Получить
chat-list

chat-list

5dev-frontend

Build a chat list page with search, rename, and delete functionality. Uses nuqs for URL-synced filters and deep-linkable modal dialogs.

andrelandgraf avatarandrelandgraf
Получить
assert

assert

5dev-testing

TypeScript assertion function for runtime type narrowing with descriptive error messages. Based on tiny-invariant.

andrelandgraf avatarandrelandgraf
Получить
Want a category view? Try /category/writing.