
Creates docker-compose.yml files for multi-container applications including Next.js, PostgreSQL, Redis, and more. Use when user says "create docker-compose", "containerize app", "Docker setup", or mentions multi-container deployment.
Set up monitoring, logging, and alerting for mini PC services and autonomous agents. Use when deploying new services, setting up health checks, or diagnosing reliability issues. Triggers on "monitoring", "logging", "alerts", "health check", "uptime", "service down", "observability".
Deploys Next.js and React applications to Vercel with environment variable configuration and domain setup. Use when user says "deploy to Vercel", "push to production", "Vercel deployment", or mentions deploying to Vercel.
Structured onboarding workflow for new automation clients. Covers discovery, requirements gathering, project scoping, and kickoff for small business clients. Triggers on "new client", "onboarding", "discovery call", "project scope", "client intake", "kickoff".
Implement Stripe payments including checkout, subscriptions, webhooks, and customer portal. Use when adding payments to any web app. Triggers on "Stripe", "payment", "checkout", "subscription", "billing", "webhook", "customer portal".
Creates Next.js API routes with TypeScript, error handling, and validation. Use when user says "create API route", "add endpoint", "new API", mentions /api/ paths, or wants to add a Next.js route handler.
Monitor and reduce costs for Claude API, cloud infrastructure, and multi-agent operations. Use when costs are rising, before scaling agents, or for monthly cost reviews. Triggers on "costs too high", "API spending", "token usage", "optimize costs", "budget", "reduce spend".
Adds authentication middleware to protect routes and endpoints with JWT validation. Use when user says "add authentication", "protect route", "add auth", "secure endpoint", or mentions authentication/authorization.
Creates database migration files for schema changes including adding columns, creating tables, and altering structures. Use when user says "create migration", "add column", "alter table", "database change", or mentions schema modifications.
Generates test files for components and functions with setup, basic tests, and mocks. Use when user says "add tests", "create test", "test this component", or mentions testing.
Validates components for WCAG compliance including semantic HTML, ARIA labels, contrast ratios, and keyboard navigation. Use when user says "check accessibility", "a11y", "WCAG compliance", or mentions accessibility concerns.
Structured ideation and design review before any creative or constructive work. Use before building features, components, architecture, dashboards, or automation workflows. Triggers on "plan this", "design this", "brainstorm", "think through", "what should we build", "how should I approach".
Design and build production REST APIs with proper error handling, validation, and documentation. Use when creating new API endpoints, reviewing API structure, or standardizing API patterns. Triggers on "API endpoint", "REST API", "API route", "API design", "endpoint structure", "response format".
Fixes common build and compilation errors including missing dependencies, syntax errors, webpack config issues, and module resolution. Use when user sees "build failed", "compilation error", "Module not found", "Cannot find module", "webpack error", or build-related error messages.
Build blockchain analytics dashboards and DeFi protocol monitoring. Patterns for fetching on-chain data, calculating APY/TVL, and visualizing protocol metrics. Triggers on "DeFi dashboard", "on-chain data", "TVL", "APY calculation", "staking metrics", "protocol analytics", "blockchain API".
Resolves npm, yarn, or pnpm dependency conflicts including peer dependency warnings, version mismatches, and lock file corruption. Use when user sees "dependency conflict", "peer dependency", "ERESOLVE", "version mismatch", or package manager errors.
Diagnoses and fixes Docker container errors including port conflicts, image issues, network problems, and volume errors. Use when user mentions "Docker error", "container won't start", "port already in use", "EADDRINUSE", "docker-compose failing", or sees Docker-related error messages.
Validates .env files for missing variables, incorrect formats, exposed secrets, and configuration errors. Use when user says "check my .env", "environment variables missing", "config error", or mentions problems with environment setup.
Creates GitHub Actions CI/CD workflows for testing, building, and deploying applications. Use when user says "add CI/CD", "GitHub Actions", "automate deployment", or mentions continuous integration.
Recovers from git mistakes including undoing commits, recovering deleted files, resolving conflicts, and fixing detached HEAD. Use when user says "undo commit", "recover file", "git reset", "git mistake", "deleted by accident", "merge conflict", or mentions git errors.
Write DAO governance proposals, protocol updates, community posts, and technical documentation for DeFi protocols. Triggers on "governance proposal", "DAO vote", "protocol update", "community post", "SIP", "improvement proposal", "forum post".
Optimize prompts for Claude Code agents, API calls, and multi-agent orchestration. Use when writing system prompts, agent instructions, or refining LLM interactions. Triggers on "improve prompt", "write a prompt", "agent instructions", "system prompt", "prompt not working", "LLM output quality".
Generates React components with TypeScript, props interface, and example usage. Use when user says "create component", "new component", "add React component", or mentions creating UI elements.
Production-grade React/Next.js patterns for dashboards, data visualization, and component architecture. Use when building UI components, dashboards, or refactoring React code. Triggers on "React component", "dashboard", "Next.js page", "component pattern", "state management", "data fetching".
Scans code for common security vulnerabilities including hardcoded secrets, SQL injection, XSS, and dependency CVEs. Use when user says "check security", "scan for vulnerabilities", "security review", or mentions security concerns.
Run technical SEO audits on web applications. Checks meta tags, performance, crawlability, structured data, and Core Web Vitals. Use for client sites or your own projects. Triggers on "SEO audit", "meta tags", "search ranking", "Core Web Vitals", "page speed", "search optimization".
Methodical debugging using reproducible steps, instrumentation, and root-cause analysis. Use when something is broken and you don't know why. Triggers on "bug", "broken", "not working", "error", "fails intermittently", "regression", "unexpected behavior".
Enforce strict TypeScript patterns that prevent runtime errors. Use when reviewing code for type safety, eliminating 'any' types, or setting up tsconfig for new projects. Triggers on "any type", "type error", "TypeScript strict", "type safety", "runtime error from types".