Add a demo mode to the app that bypasses auth and loads mock data, so the app works flawlessly during a hackathon presentation without needing a real account or live backend. Use when the user says "set up demo mode", "make it work without login", or "I need it to look good for the judges".
Control Adobe Premiere Pro through natural language via MCP server. Use when editing video timelines, applying color grading, mixing audio, adding effects/transitions, managing graphics, or exporting projects. Supports 907 tools across all Premiere Pro capabilities.
Run a pre-ship checklist against the codebase to catch embarrassing issues before a hackathon deadline or production deploy. Use when the user says "am I ready to ship?", "check before I submit", or "what am I missing?".
Use when adding authentication or login to any app - detects your stack (React, Next.js, Vue, Nuxt, Angular, Express, Fastify, React Native), sets up an Auth0 account if needed, and routes to the correct SDK setup workflow.
Use when migrating or switching from an existing auth provider (Firebase, Cognito, Supabase, Clerk, custom auth) to Auth0 - covers bulk user import, gradual migration strategies, code migration patterns, and JWT validation updates.
Package and deploy an AI agent to production with logging, tracing, and health checks. Supports TrueFoundry, Modal, Railway, Fly.io, and containerized deploys. Use when the user says "deploy this agent", "put this in prod", "containerize my agent", or "add observability".
Iteratively optimize thermal designs by solving 2D heat equations (Poisson PDE). Parameterize heat source placement and material conductivity, simulate temperature distributions, evaluate performance metrics, and propose improvements autonomously. Use when the user asks to design, optimize, or analyze heat sinks, thermal layouts, cooling systems, or any steady-state thermal problem on a 2D domain.
Audit the app for real-time performance bottlenecks and fix them — slow queries, missing indexes, N+1 problems, cache misses, and polling that should be websockets. Use when the user says "make it faster", "it's slow under load", "optimize the DB", or "add real-time updates".
Operate Railway infrastructure: create projects, provision services and databases, manage object storage buckets, deploy code, configure environments and variables, manage domains, troubleshoot failures, check status and metrics, and query Railway docs. Use this skill whenever the user mentions Railway, deployments, services, environments, buckets, object storage, build failures, or infrastructure operations, even if they don't say "Railway" explicitly.
Use when implementing Auth0 authentication in Nuxt 3/4 applications, configuring session management, protecting routes with middleware, or integrating API access tokens - provides setup patterns, composable usage, and security best practices for the @auth0/auth0-nuxt SDK
Use when adding authentication (login, logout, protected routes) to Fastify web applications - integrates @auth0/auth0-fastify for session-based auth. For stateless Fastify APIs use auth0-fastify-api instead.
Build self-improving runtime security for autonomous AI agents — intercept actions, dispatch adversarial investigators, generate evolving scoring rules, and enforce deterministic block decisions with no LLM in the enforcement path.
Builds an autonomous iterative research loop that narrows a wide uncertainty/exposure range toward a user-defined target by issuing Google searches, extracting evidence from results, re-estimating the range from accumulated evidence, and repeating until converged. Use when the user wants to implement autonomous research that progressively reduces uncertainty toward a quantified goal — risk analysis, market sizing, due diligence, literature review, or any domain where a wide estimate must be narrowed with real evidence.
Find and remove all debug console.log / print / debugger statements left in the codebase. Use before committing, before a PR review, or when the user says "clean up debug stuff" or "remove all the logs".
Build a complete, self-healing knowledge base for any company using Senso
Search your Senso.ai knowledge base hands-free through Edith smart glasses. Triggers on knowledge/document queries.
Set up Edith smart glasses as an OpenClaw channel. Run this when the user wants to connect their smart glasses to OpenClaw, mentions "Edith glasses", or provides a link code for glasses setup.
Use when securing Fastify API endpoints with JWT Bearer token validation, scope/permission checks, or stateless auth - integrates @auth0/auth0-fastify-api for REST APIs receiving access tokens from frontends or mobile apps.
Autonomous incident response and self-healing codebase agent. Use when building SRE automation, incident pipelines, error detection, auto-remediation, or production monitoring systems. Covers the full lifecycle from error ingestion to diagnosis, fix generation, approval gating, phone escalation, and deployment.
Use when adding authentication to Angular applications with route guards and HTTP interceptors - integrates @auth0/auth0-angular SDK for SPAs