[{"slug":"claude-api-advanced-patterns","title":"Claude API Advanced Patterns: Thinking, Streaming, Batches, and Agentic Loops","tags":["claude","anthropic","llm","streaming","thinking","batches","agentic-loop"],"agent_summary":"Advanced Claude API patterns — adaptive thinking (claude-opus-4-6), streaming with finalMessage, Batches API at 50% cost, Files API for multi-request uploads, agentic tool use loops, RAG pipeline, and multi-provider routing via Bedrock/Vertex.","trigger_phrases":["Claude adaptive thinking","Claude streaming","Batches API","Claude agentic loop","Claude Files API","Claude Bedrock","Claude Vertex","claude-opus-4-6 thinking","extended thinking Claude"],"runnable":false},{"slug":"claude-api-tool-use","title":"Claude API: Tool Use, Agentic Loops, and Structured Outputs","tags":["claude","anthropic","tool-use","agents","llm","typescript"],"agent_summary":"Claude API tool use patterns in TypeScript — tool runner, manual agentic loops, structured outputs with output_config, streaming, and production best practices.","trigger_phrases":["Claude API tools","Claude tool use","Anthropic tool use","agentic loop","Claude structured output","Claude streaming","betaZodTool"],"runnable":false},{"slug":"claude-code-sub-agents","title":"Claude Code Sub-Agents: Architecture, Delegation, and Meta-Agent Patterns","tags":["claude-code","agents","sub-agents","orchestration","anthropic"],"agent_summary":"How Claude Code sub-agents actually work — system prompt vs user prompt distinction, agent file structure, delegation flow, and the meta-agent pattern for building agents that build agents.","trigger_phrases":["Claude Code sub-agent","agent delegation","agent file","meta-agent","sub-agent system prompt","agents directory"],"runnable":false},{"slug":"clerk-authentication","title":"Clerk Authentication: Setup, Middleware, Webhooks, and User Management","tags":["clerk","authentication","nextjs","middleware","webhooks","users"],"agent_summary":"Clerk authentication integration for Next.js — installation, middleware configuration, auth in Server Components and API routes, user metadata, webhook sync to database, and production gotchas including auto-blocking behavior.","trigger_phrases":["Clerk","Clerk auth","Clerk middleware","Clerk Next.js","Clerk webhook","Clerk user","ClerkProvider","auth() Clerk","currentUser Clerk"],"runnable":false},{"slug":"code-review-patterns","title":"Code Review, QA Validation, and Pre-Release Gates","tags":["code-review","qa","testing","linting","security","pre-release"],"agent_summary":"Code review checklist, automated QA gates, pre-release validation — TypeScript/lint checks, security review patterns, accessibility gates, performance budgets, and the structured fix attestation format for bug commits.","trigger_phrases":["code review","QA validation","pre-release gate","code review checklist","lint","type check","accessibility audit","fix attestation"],"runnable":false},{"slug":"codex-cli-reference","title":"OpenAI Codex CLI: Commands, Sandbox Modes, and Workflow Patterns","tags":["codex","openai","cli","agents","coding-assistant"],"agent_summary":"OpenAI Codex CLI quick reference — installation, authentication, sandbox modes (suggest/auto/full), slash commands, workflow patterns, and comparison with Claude Code equivalents.","trigger_phrases":["Codex CLI","OpenAI Codex","codex command","codex --yolo","Codex sandbox","Codex slash command"],"runnable":false},{"slug":"convex-realtime-patterns","title":"Convex Real-Time Patterns: Queries, Mutations, Actions, and Scheduling","tags":["convex","database","realtime","typescript","react","backend"],"agent_summary":"Convex real-time database patterns — reactive queries, transactional mutations, external-IO actions, React hooks, file storage, scheduled functions, and critical constraints (no v.map/v.set, no undefined, no unbounded collect).","trigger_phrases":["Convex","Convex query","Convex mutation","Convex action","Convex scheduling","useQuery Convex","useMutation Convex","Convex schema"],"runnable":false},{"slug":"convex-schema-and-queries","title":"Convex Schema Design, Indexes, and Query Patterns","tags":["convex","database","real-time","typescript","full-stack"],"agent_summary":"Convex schema definition, index design, query/mutation/action patterns, and critical anti-patterns for real-time reactive database development.","trigger_phrases":["Convex schema","Convex indexes","Convex query","Convex mutation","Convex real-time","defineTable","withIndex"],"runnable":false},{"slug":"core-web-vitals-optimization","title":"Core Web Vitals Optimization: LCP, INP, and CLS","tags":["performance","core-web-vitals","lcp","inp","cls","nextjs","seo"],"agent_summary":"Definitive Core Web Vitals reference covering LCP, INP, and CLS thresholds, diagnosis flow, and concrete optimizations for Next.js applications.","trigger_phrases":["Core Web Vitals","LCP optimization","INP optimization","CLS fix","Largest Contentful Paint","Interaction to Next Paint","Cumulative Layout Shift","page speed"],"runnable":false},{"slug":"cracking-private-apis","title":"Reverse Engineering Private APIs: SaaS Endpoint Discovery and Replay","tags":["api","reverse-engineering","playwright","httpx","private-api","automation"],"agent_summary":"Pattern for discovering and replaying private SaaS API endpoints — network tab capture, auth extraction, Playwright session state, httpx replay, schema mapping, token refresh, and rate limiting.","trigger_phrases":["reverse engineer API","private API","undocumented API","crack API","SaaS private endpoint","backend API","network tab capture"],"runnable":false},{"slug":"deploy-saas-github-vercel","title":"GitHub + Vercel Deployment: Automated CI/CD for Next.js SaaS","tags":["deployment","github","vercel","cicd","nextjs","automation"],"agent_summary":"Automated Next.js deployment via GitHub + Vercel — repo setup, Vercel project linking, GitHub Actions CI pipeline, environment variable management, preview deployments, and production rollback procedures.","trigger_phrases":["deploy to Vercel","GitHub Vercel deployment","Vercel CI/CD","Vercel GitHub Actions","preview deployment","Vercel rollback","production deploy"],"runnable":false},{"slug":"docker-mastery-reference","title":"Docker Mastery: Multi-Stage Builds, Security, and Compose Orchestration","tags":["docker","containers","devops","security","compose","buildkit"],"agent_summary":"Docker production reference — multi-stage builds for Node.js/Next.js, non-root user hardening, secrets management, Docker Compose production/dev patterns, image optimization, health checks, .dockerignore, and cross-platform builds.","trigger_phrases":["Docker","Dockerfile","docker-compose","Docker multi-stage","container security","Docker production","Docker image size","Docker health check"],"runnable":false},{"slug":"docker-multi-stage-builds","title":"Docker Multi-Stage Builds: Production Patterns and Security Hardening","tags":["docker","containers","devops","deployment","security"],"agent_summary":"Docker multi-stage build patterns for Next.js and Node.js, security hardening, Docker Compose production setup, image size optimization, and health checks.","trigger_phrases":["Docker multi-stage build","Docker production","Dockerfile Next.js","Docker security","Docker Compose production","container hardening"],"runnable":false},{"slug":"drizzle-orm-patterns","title":"Drizzle ORM: Schema Definition, Queries, Migrations, and Type Safety","tags":["drizzle","orm","postgresql","typescript","database","migrations"],"agent_summary":"Drizzle ORM patterns for PostgreSQL — schema definition, type-safe queries, relations, migrations workflow, transactions, and integration with Supabase and PlanetScale. Covers the Drizzle vs Prisma tradeoff.","trigger_phrases":["Drizzle ORM","drizzle-orm","Drizzle schema","Drizzle migration","Drizzle query","Drizzle relations","drizzle-kit","Drizzle PostgreSQL"],"runnable":false},{"slug":"env-setup-management","title":"Environment Variable Setup and Management for Node.js and Next.js","tags":["env","secrets","deployment","configuration","nextjs"],"agent_summary":"Environment variable setup, validation, and management for Next.js and Node.js projects — covering local dev, preview, and production environments with Zod validation.","trigger_phrases":["environment variables","env setup",".env file","env validation","NEXT_PUBLIC","secrets management","env Zod"],"runnable":true},{"slug":"git-workflow-and-branching","title":"Git Workflow, Branching Strategy, and Commit Conventions","tags":["git","workflow","branching","commits","github","pull-requests"],"agent_summary":"Git workflow for solo and team development — feature branch strategy, commit message conventions, PR process, merge vs rebase tradeoffs, git worktrees for parallel work, and common recovery operations.","trigger_phrases":["git workflow","branching strategy","git commit","pull request","git rebase","git merge","feature branch","git worktree","conventional commits"],"runnable":false},{"slug":"github-actions-cicd","title":"GitHub Actions: CI/CD Workflows, Security, and Caching","tags":["github-actions","cicd","devops","automation","deployment"],"agent_summary":"Production GitHub Actions patterns: workflow syntax, secrets management, caching strategies, matrix testing, reusable workflows, and combined CI/CD pipelines.","trigger_phrases":["GitHub Actions","CI/CD pipeline","workflow yaml","GitHub secrets","actions/cache","matrix testing","reusable workflow"],"runnable":false},{"slug":"hindsight-memory-system","title":"Hindsight: Biomimetic Memory System for AI Agents","tags":["hindsight","memory","agents","vector-db","rag","python"],"agent_summary":"Hindsight memory system — retain/recall/reflect operations, memory bank design, tag schema, deployment modes (local/cloud/self-hosted), Python and Node.js SDK integration, and retrieval strategy selection.","trigger_phrases":["Hindsight memory","Hindsight API","agent memory bank","retain recall reflect","Hindsight setup","Hindsight architecture","biomimetic memory"],"runnable":false},{"slug":"nextjs-api-routes-and-middleware","title":"Next.js API Routes, Middleware, and Edge Runtime Patterns","tags":["nextjs","api-routes","middleware","edge-runtime","typescript","zod"],"agent_summary":"Next.js 14/15 App Router API patterns — route handlers, middleware for auth/rate limiting, edge runtime functions, Zod validation at boundary, streaming responses, error handling conventions, and CORS configuration.","trigger_phrases":["Next.js API route","route.ts","Next.js middleware","edge runtime","Next.js App Router API","Next.js route handler","Next.js CORS","Next.js Zod validation"],"runnable":false},{"slug":"nextjs-app-router-architecture","title":"Next.js App Router Architecture: File Conventions and Layout Patterns","tags":["nextjs","app-router","server-components","ssr","full-stack"],"agent_summary":"Definitive reference for Next.js 14-16 App Router file conventions — layouts, loading states, error boundaries, route groups, parallel routes, and intercepting routes.","trigger_phrases":["Next.js App Router","layout.tsx","route groups","parallel routes","intercepting routes","Next.js file conventions"],"runnable":false},{"slug":"nextjs-server-actions","title":"Next.js Server Actions: Form Handling, Validation, and Mutations","tags":["nextjs","server-actions","forms","zod","react","full-stack"],"agent_summary":"Next.js Server Actions for form handling — Zod validation, useActionState hook, optimistic updates, revalidation, and error handling patterns.","trigger_phrases":["server actions","use server","useActionState","form action","server mutation","revalidatePath","Next.js form"],"runnable":false},{"slug":"openclaw-agent-platform","title":"OpenClaw: Self-Hosted AI Agent Platform Configuration and Operations","tags":["openclaw","agents","self-hosted","telegram","discord","whatsapp","vps"],"agent_summary":"OpenClaw self-hosted AI agent platform — gateway architecture, config file structure, channel setup (Telegram/Discord/WhatsApp), skills, memory files, cron jobs, VPS installation, Tailscale lockdown, and troubleshooting.","trigger_phrases":["OpenClaw","openclaw config","self-hosted agent","OpenClaw VPS","openclaw gateway","OpenClaw Telegram","OpenClaw Discord","openclaw skills"],"runnable":false},{"slug":"parallel-worktree-agents","title":"Parallel Worktree Agents: N Competing Implementations from One Plan","tags":["claude-code","git","worktrees","parallel","agents","architecture"],"agent_summary":"Run multiple Claude Code agents in parallel git worktrees to generate competing implementations of a feature, then merge the best. Covers init, execute, compare, and merge phases.","trigger_phrases":["parallel worktree","competing implementations","parallel agents","git worktree agents","multiple Claude agents","parallel Claude Code"],"runnable":false},{"slug":"pdf-and-document-processing","title":"PDF and Document Processing: Extraction, Conversion, and AI Analysis","tags":["pdf","documents","python","extraction","ocr","ai","processing"],"agent_summary":"PDF and document processing patterns — text extraction with pypdf and pdfplumber, OCR with tesseract, markdown conversion, chunking for RAG, table extraction, and Claude API document analysis via Files API.","trigger_phrases":["PDF processing","PDF extraction","PDF to markdown","document OCR","PDF text","pdfplumber","pypdf","document analysis","PDF chunking"],"runnable":false},{"slug":"playwright-browser-automation","title":"Playwright Browser Automation: CLI, Scripting, and Agent Integration","tags":["playwright","browser-automation","testing","scraping","screenshots"],"agent_summary":"Playwright CLI quick reference and scripting patterns — navigation, clicks, form fills, screenshots, PDF capture, session state persistence, auth replay, and multi-session parallel automation.","trigger_phrases":["Playwright","browser automation","take screenshot","fill form","Playwright CLI","headless browser","playwright screenshot","playwright goto"],"runnable":false},{"slug":"prd-to-production","title":"PRD to Production: SaaS Build and Deployment Checklist","tags":["prd","saas","deployment","vercel","stripe","supabase","checklist"],"agent_summary":"End-to-end SaaS build and deployment process — PRD creation via guided conversation, GSD build phases, GitHub push, Vercel production deployment, Stripe sandbox-to-production migration, Supabase URL updates, and env var audit.","trigger_phrases":["PRD generator","SaaS deployment checklist","deploy SaaS","PRD to production","Stripe production","Vercel deploy checklist","SaaS go-live"],"runnable":false},{"slug":"python-async-and-cli-patterns","title":"Python Async Patterns, Click CLIs, and Production Script Conventions","tags":["python","async","asyncio","click","cli","httpx","scripts"],"agent_summary":"Python production patterns — asyncio concurrency, httpx async HTTP, Click CLI framework, set -euo pipefail Bash equivalents, error handling, rate limiting, progress bars, and script conventions for automation pipelines.","trigger_phrases":["Python async","asyncio","httpx async","Click CLI","Python CLI","Python script","async Python","Python rate limit","Python pipeline"],"runnable":false},{"slug":"python-async-patterns","title":"Python Async Patterns: asyncio, Type Hints, and Production Best Practices","tags":["python","asyncio","type-hints","performance","api"],"agent_summary":"Production Python patterns: asyncio concurrency, type hints, dataclasses, context managers, and error handling for API integrations and data pipelines.","trigger_phrases":["Python asyncio","async await Python","Python type hints","Python dataclass","Python context manager","Python concurrency"],"runnable":false},{"slug":"rag-pipeline-embeddings","title":"RAG Pipeline: Chunking, Embeddings, Vector Search, and Retrieval","tags":["rag","embeddings","vector-db","supabase","pgvector","retrieval","ai"],"agent_summary":"Production RAG pipeline — document chunking strategy (500 tokens, 50 overlap), Voyage AI embeddings, pgvector in Supabase, hybrid search (semantic + BM25 with RRF), reranking, and augmented generation with citations.","trigger_phrases":["RAG pipeline","embeddings","vector search","pgvector","semantic search","Voyage AI","document chunking","hybrid search","retrieval augmented generation"],"runnable":false},{"slug":"rapidapi-and-api-patterns","title":"RapidAPI, API Patterns, and HTTP Client Best Practices","tags":["api","rapidapi","http","typescript","fetch","rate-limiting","pagination"],"agent_summary":"API integration patterns — RapidAPI authentication, generic HTTP client wrapper, rate limiting, retry logic, pagination helpers, error handling conventions, and TypeScript type safety for external APIs.","trigger_phrases":["RapidAPI","API integration","HTTP client","API rate limit","API pagination","API error handling","fetch wrapper","axios patterns"],"runnable":false},{"slug":"react-advanced-hooks","title":"React Advanced Hooks, Patterns, and Performance Optimization","tags":["react","hooks","typescript","performance","state-management","patterns"],"agent_summary":"Advanced React patterns — custom hooks for async state, useMemo/useCallback optimization, useReducer for complex state, data fetching with SWR/TanStack Query, context with selectors, portals, and concurrent mode patterns.","trigger_phrases":["React hooks","custom hook","useMemo","useCallback","useReducer","React performance","React context","React patterns","SWR","TanStack Query"],"runnable":false},{"slug":"react-advanced-patterns","title":"React Advanced Patterns: Compound Components, Render Props, and Performance","tags":["react","patterns","performance","hooks","typescript"],"agent_summary":"Production React patterns including compound components, render props, custom hooks, memoization strategy, and React 18 concurrent features.","trigger_phrases":["React compound components","render props","useOptimistic","React performance","useMemo vs useCallback","React 18 concurrent"],"runnable":false},{"slug":"scaffold-app-workflow","title":"App Scaffolding Workflow: Next.js 15 from Zero to Running","tags":["nextjs","scaffold","typescript","tailwind","setup"],"agent_summary":"Step-by-step workflow for scaffolding a new Next.js 15 app with TypeScript, Tailwind CSS 4, ShadCN, and Supabase from zero to dev server running.","trigger_phrases":["scaffold Next.js app","create Next.js project","new Next.js app","Next.js setup","ShadCN setup","Tailwind 4 setup"],"runnable":true},{"slug":"server-hardening-vps","title":"VPS Server Hardening: UFW, SSH, Fail2ban, and Nginx Security","tags":["linux","vps","security","ufw","ssh","nginx","fail2ban","hardening"],"agent_summary":"VPS security hardening checklist — SSH key authentication, UFW firewall rules, Fail2ban setup, nginx security headers, automatic security updates, non-root deployment user, and Tailscale for private access.","trigger_phrases":["VPS hardening","server security","UFW firewall","SSH hardening","Fail2ban","nginx security","server setup","Linux security"],"runnable":false},{"slug":"shadcn-and-tailwind-patterns","title":"ShadCN/ui and Tailwind: Component Patterns and Named CSS Classes","tags":["shadcn","tailwind","ui","components","typescript","nextjs"],"agent_summary":"ShadCN/ui component patterns for Next.js — installation, custom component variants, form integration with react-hook-form and Zod, data tables, dark mode, and the named CSS class convention (never raw Tailwind in TSX).","trigger_phrases":["ShadCN","shadcn/ui","Tailwind components","ShadCN form","ShadCN table","ShadCN dialog","ShadCN installation","ui components"],"runnable":false},{"slug":"signalwire-agents-sdk","title":"SignalWire Agents SDK: Building Voice AI Agents with SWAIG","tags":["signalwire","voice-ai","agents","swaig","python","telephony"],"agent_summary":"SignalWire Agents SDK reference for building voice AI agents — AgentBase setup, SWAIG tool registration, FunctionResult patterns, DataMap for API passthrough, and multi-agent server deployment.","trigger_phrases":["SignalWire agents","SWAIG","voice AI agent","AgentBase","FunctionResult","DataMap builder","SignalWire SDK","telephony AI"],"runnable":false},{"slug":"signalwire-voice-agents","title":"SignalWire Voice AI Agents: SWML, SWAIG, and the Python Agents SDK","tags":["signalwire","voice-ai","swml","swaig","python","telephony","agents"],"agent_summary":"SignalWire voice agent development — SWML verb structure, SWAIG tool-calling functions, data_map serverless handlers, Python AgentBase SDK, Call Flow Builder nodes, and IVR-to-AI migration patterns.","trigger_phrases":["SignalWire","SWML","SWAIG","voice AI agent","SignalWire call flow","AgentBase","voice agent","IVR replacement","signalwire-agents"],"runnable":false},{"slug":"stateful-agent-evals","title":"Stateful Agent Evaluation: Datasets, Graders, and CI Gates","tags":["agents","evals","testing","llm","memory","letta","ci-cd"],"agent_summary":"Evaluation framework for memory-capable agents — dataset formats, target modes, extractor types, rubric grading, and CI gate patterns. Covers multi-turn testing and memory block verification.","trigger_phrases":["agent evals","stateful agent testing","memory verification","LLM evaluation","agent grader","eval dataset","agent CI gate"],"runnable":false},{"slug":"stripe-integration-patterns","title":"Stripe Integration: Subscriptions, Webhooks, and Customer Portal","tags":["stripe","payments","subscriptions","webhooks","saas","typescript"],"agent_summary":"Stripe integration patterns for SaaS — checkout sessions, subscription management, webhook signature verification, customer portal, metered billing, and sandbox-to-production migration checklist.","trigger_phrases":["Stripe","Stripe checkout","Stripe webhook","Stripe subscription","Stripe customer portal","Stripe integration","Stripe SaaS","stripe.js"],"runnable":false},{"slug":"supabase-rls-and-migrations","title":"Supabase RLS, Migrations, Backup, and Production Patterns","tags":["supabase","postgres","rls","migrations","database","security"],"agent_summary":"Supabase production patterns — Row Level Security policies, migration workflow (always create rollback), backup strategies, point-in-time recovery, storage setup, edge functions, and common pitfalls.","trigger_phrases":["Supabase RLS","Supabase migrations","Supabase backup","Row Level Security","Supabase production","Supabase policy","supabase service role","Supabase edge function"],"runnable":false},{"slug":"trigger-dev-background-jobs","title":"Trigger.dev: Background Jobs, Scheduled Tasks, and Long-Running Workflows","tags":["trigger-dev","background-jobs","scheduling","typescript","queues","workflows"],"agent_summary":"Trigger.dev background job patterns — task definitions, scheduled cron jobs, batch processing, retry configuration, wait/sleep, concurrency limits, and integration with Next.js API routes for job triggering.","trigger_phrases":["Trigger.dev","background jobs","Trigger task","scheduled job","Trigger.dev cron","long-running task","job queue","Trigger.dev workflow"],"runnable":false},{"slug":"typescript-advanced-types","title":"TypeScript Advanced Types: Generics, Utility Types, and Type Guards","tags":["typescript","generics","type-safety","utility-types","full-stack"],"agent_summary":"Production TypeScript patterns: conditional types, mapped types, template literal types, branded types, discriminated unions, and full-stack type safety with Zod.","trigger_phrases":["TypeScript generics","conditional types","mapped types","branded types","discriminated unions","Zod type inference","TypeScript utility types"],"runnable":false},{"slug":"typescript-full-stack-safety","title":"TypeScript Full-Stack Type Safety: Shared Types, API Contracts, and Zod","tags":["typescript","type-safety","zod","api","nextjs","full-stack"],"agent_summary":"Full-stack TypeScript type safety patterns — sharing types between frontend and backend, API contract validation with Zod, database type generation, and safe error handling.","trigger_phrases":["full-stack TypeScript","shared types","API type safety","Zod schema","database types","TypeScript API contract","type-safe fetch"],"runnable":false},{"slug":"typescript-zod-validation","title":"TypeScript and Zod: Type Safety, Boundary Validation, and Schema Patterns","tags":["typescript","zod","validation","types","schema","boundary"],"agent_summary":"TypeScript production patterns with Zod — boundary validation at API inputs/outputs, schema composition, discriminated unions, branded types, transform pipelines, error formatting, and inference patterns for full-stack type safety.","trigger_phrases":["Zod validation","Zod schema","TypeScript Zod","boundary validation","API input validation","Zod parse","Zod safeParse","TypeScript types"],"runnable":false},{"slug":"vercel-api-deployments","title":"Vercel API: Deployments, Environment Variables, and Domains","tags":["vercel","deployment","api","cli","devops"],"agent_summary":"Vercel REST API and CLI reference for managing deployments, environment variables, domains, and project lifecycle programmatically.","trigger_phrases":["Vercel API","Vercel deployment","Vercel CLI","Vercel environment variables","vercel.json","Vercel domains API"],"runnable":false},{"slug":"vercel-api-platform","title":"Vercel API and CLI: Deployments, Projects, Domains, and Env Vars","tags":["vercel","deployment","api","cli","domains","env-vars"],"agent_summary":"Vercel REST API and CLI reference — deployments, projects, domains, DNS, environment variables, teams, webhooks, edge config, and CI/CD automation. 200+ endpoints across 30 categories.","trigger_phrases":["Vercel API","Vercel deploy","Vercel CLI","Vercel env vars","Vercel domains","Vercel project","Vercel deployment logs","vercel --prod"],"runnable":false}]