Skip to content

Skills

Catálogo de skills compartidas, generado desde _shared/skills/, agrupadas por familia.

Skill Descripción
umami-analytics Umami analytics implementation for LADDER projects. Use when setting up Umami tracking, adding custom events, querying analytics data server-side, or implementing scroll/visibility tracking. Covers React (Vite), Vanilla JS, and Next.js stacks. For a full project audit run /audit-umami.
Skill Descripción
api-design REST API design patterns including resource naming, status codes, pagination, filtering, error responses, versioning, and rate limiting for production APIs.
api-patterns API design principles and decision-making. REST vs GraphQL vs tRPC selection, response formats, versioning, pagination.
architecture Create or evaluate an architecture decision record (ADR). Use when choosing between technologies (e.g., Kafka vs SQS), documenting a design decision with trade-offs and consequences, reviewing a system design proposal, or designing a new component from requirements and constraints.
backend-architect Expert backend architect specializing in scalable API design, microservices architecture, and distributed systems.
backend-patterns Backend architecture patterns, API design, database optimization, and server-side best practices for Node.js, Express, and Next.js API routes.
benchmark-methodology “Use after competitive-platform-analysis produces a tiered competitor set. Scores each competitor across nine weighted dimensions (positioning, voice, visual craft, offer packaging, evidence, pricing, strategic tension) with explicit 1-5 rubrics. Precedes competitive-report-structure.”
code-review Review code changes for security, performance, and correctness. Trigger with a PR URL or diff, “review this before I merge”, “is this code safe?”, or when checking a change for N+1 queries, injection risks, missing edge cases, or error handling gaps.
debug Structured debugging session — reproduce, isolate, diagnose, and fix. Trigger with an error message or stack trace, “this works in staging but not prod”, “something broke after the deploy”, or when behavior diverges from expected and the cause isn’t obvious.
documentation Write and maintain technical documentation. Trigger with “write docs for”, “document this”, “create a README”, “write a runbook”, “onboarding guide”, or when the user needs help with any form of technical writing — API docs, architecture docs, or operational runbooks.
domain-driven-design “Plan and route Domain-Driven Design work from strategic modeling to tactical implementation and evented architecture patterns.”
event-sourcing-architect “Expert in event sourcing, CQRS, and event-driven architecture patterns. Masters event store design, projection building, saga orchestration, and eventual consistency patterns. Use PROACTIVELY for event-sourced systems, audit trail requirements, or complex domain modeling with temporal queries.”
fastapi-pro Build high-performance async APIs with FastAPI, SQLAlchemy 2.0, and Pydantic V2. Master microservices, WebSockets, and modern Python async patterns.
hexagonal-architecture Design, implement, and refactor Ports & Adapters systems with clear domain boundaries, dependency inversion, and testable use-case orchestration across TypeScript, Java, Kotlin, and Go services.
hono “Build ultra-fast web APIs and full-stack apps with Hono — runs on Cloudflare Workers, Deno, Bun, Node.js, and any WinterCG-compatible runtime.”
java-pro Master Java 21+ with modern features like virtual threads, pattern matching, and Spring Boot 3.x. Expert in the latest Java ecosystem including GraalVM, Project Loom, and cloud-native patterns.
microservices-patterns “Master microservices architecture patterns including service boundaries, inter-service communication, data management, and resilience patterns for building distributed systems.”
nestjs-expert Nest.js framework expert specializing in module architecture, dependency injection, middleware, guards, interceptors, testing with Jest/Supertest, TypeORM/Mongoose integration, and Passport.js authentication. Use PROACTIVELY for any Nest.js application issues including architecture decisions, testing strategies, performance optimization, or debugging complex dependency injection problems. If a specialized expert is a better fit, I will recommend switching and stop.
nodejs-backend-patterns “Comprehensive guidance for building scalable, maintainable, and production-ready Node.js backend applications with modern frameworks, architectural patterns, and best practices.”
standup Generate a standup update from recent activity. Use when preparing for daily standup, summarizing yesterday’s commits and PRs and ticket moves, formatting work into yesterday/today/blockers, or structuring a few rough notes into a shareable update.
system-design Design systems, services, and architectures. Trigger with “design a system for”, “how should we architect”, “system design for”, “what’s the right architecture for”, or when the user needs help with API design, data modeling, or service boundaries.
systematic-debugging Use when encountering any bug, test failure, or unexpected behavior, before proposing fixes
tdd-workflow Test-Driven Development workflow principles. RED-GREEN-REFACTOR cycle.
tech-debt Identify, categorize, and prioritize technical debt. Trigger with “tech debt”, “technical debt audit”, “what should we refactor”, “code health”, or when the user asks about code quality, refactoring priorities, or maintenance backlog.
testing-strategy Design test strategies and test plans. Trigger with “how should we test”, “test strategy for”, “write tests for”, “test plan”, “what tests do we need”, or when the user needs help with testing approaches, coverage, or test architecture.
Skill Descripción
better-auth-best-practices Configure Better Auth server and client, set up database adapters, manage sessions, add plugins, and handle environment variables. Use when users mention Better Auth, betterauth, auth.ts, or need to set up TypeScript authentication with email/password, OAuth, or plugin configuration.
better-auth-security-best-practices Configure rate limiting, manage auth secrets, set up CSRF protection, define trusted origins, secure sessions and cookies, encrypt OAuth tokens, track IP addresses, and implement audit logging for Better Auth. Use when users need to secure their auth setup, prevent brute force attacks, or harden a Better Auth deployment.
create-auth Scaffold and implement authentication in TypeScript/JavaScript apps using Better Auth. Detect frameworks, configure database adapters, set up route handlers, add OAuth providers, and create auth UI pages. Use when users want to add login, sign-up, or authentication to a new or existing project with Better Auth.
email-and-password-best-practices Configure email verification, implement password reset flows, set password policies, and customise hashing algorithms for Better Auth email/password authentication. Use when users need to set up login, sign-in, sign-up, credential authentication, or password security with Better Auth.
organization-best-practices Configure multi-tenant organizations, manage members and invitations, define custom roles and permissions, set up teams, and implement RBAC using Better Auth’s organization plugin. Use when users need org setup, team management, member roles, access control, or the Better Auth organization plugin.
two-factor-authentication-best-practices Configure TOTP authenticator apps, send OTP codes via email/SMS, manage backup codes, handle trusted devices, and implement 2FA sign-in flows using Better Auth’s twoFactor plugin. Use when users need MFA, multi-factor authentication, authenticator setup, or login security with Better Auth.
Skill Descripción
analyze Answer data questions – from quick lookups to full analyses. Use when looking up a single metric, investigating what’s driving a trend or drop, comparing segments over time, or preparing a formal data report for stakeholders.
build-dashboard Build an interactive HTML dashboard with charts, filters, and tables. Use when creating an executive overview with KPI cards, turning query results into a shareable self-contained report, building a team monitoring snapshot, or needing multiple charts with filters in one browser-openable file.
create-viz Create publication-quality visualizations with Python. Use when turning query results or a DataFrame into a chart, selecting the right chart type for a trend or comparison, generating a plot for a report or presentation, or needing an interactive chart with hover and zoom.
explore-data Profile and explore a dataset to understand its shape, quality, and patterns. Use when encountering a new table or file, checking null rates and column distributions, spotting data quality issues like duplicates or suspicious values, or deciding which dimensions and metrics to analyze.
sql-queries Write correct, performant SQL across all major data warehouse dialects (Snowflake, BigQuery, Databricks, PostgreSQL, etc.). Use when writing queries, optimizing slow SQL, translating between dialects, or building complex analytical queries with CTEs, window functions, or aggregations.
statistical-analysis Apply statistical methods including descriptive stats, trend analysis, outlier detection, and hypothesis testing. Use when analyzing distributions, testing for significance, detecting anomalies, computing correlations, or interpreting statistical results.
validate-data QA an analysis before sharing – methodology, accuracy, and bias checks. Use when reviewing an analysis before a stakeholder presentation, spot-checking calculations and aggregation logic, verifying a SQL query’s results look right, or assessing whether conclusions are actually supported by the data.
write-query Write optimized SQL for your dialect with best practices. Use when translating a natural-language data need into SQL, building a multi-CTE query with joins and aggregations, optimizing a query against a large partitioned table, or getting dialect-specific syntax for Snowflake, BigQuery, Postgres, etc.
Skill Descripción
database-migration “Master database schema and data migrations across ORMs (Sequelize, TypeORM, Prisma), including rollback strategies and zero-downtime deployments.”
design-postgis-tables Comprehensive PostGIS spatial table design reference covering geometry types, coordinate systems, spatial indexing, and performance patterns for location-based applications
design-postgres-tables Use this skill for general PostgreSQL table design. Trigger when user asks to: - Design PostgreSQL tables, schemas, or data models when creating new tables and when modifying existing ones. - Choose data types, constraints, or indexes for PostgreSQL - Create user tables, order tables, reference tables, or JSONB schemas - Understand PostgreSQL best practices for normalization, constraints, or indexing - Design update-heavy, upsert-heavy, or OLTP-style tables Keywords: PostgreSQL schema, table design, data types, PRIMARY KEY, FOREIGN KEY, indexes, B-tree, GIN, JSONB, constraints, normalization, identity columns, partitioning, row-level security Comprehensive reference covering data types, indexing strategies, constraints, JSONB patterns, partitioning, and PostgreSQL-specific best practices.
find-hypertable-candidates Use this skill to analyze an existing PostgreSQL database and identify which tables should be converted to Timescale/TimescaleDB hypertables. Trigger when user asks to: - Analyze database tables for hypertable conversion potential - Identify time-series or event tables in an existing schema - Evaluate if a table would benefit from Timescale/TimescaleDB - Audit PostgreSQL tables for migration to Timescale/TimescaleDB/TigerData - Score or rank tables for hypertable candidacy Keywords: hypertable candidate, table analysis, migration assessment, Timescale, TimescaleDB, time-series detection, insert-heavy tables, event logs, audit tables Provides SQL queries to analyze table statistics, index patterns, and query patterns. Includes scoring criteria (8+ points = good candidate) and pattern recognition for IoT, events, transactions, and sequential data.
ghost-database Use this skill for persistent PostgreSQL storage in agent workflows — spin up databases on demand, test schema migrations safely on forks, and pass databases as assets between agents using Ghost. Trigger when user asks to: - Create a new PostgreSQL database quickly - Manage database lifecycle in agent workflows - Fork a database to test changes safely - Run analytics or heavy queries on a fork without impacting the production database - Share a database snapshot so others can spin up their own copy - Pass a database as an input or output between agents - Create a database for agents - Need many databases that are billed only when queried - Set up the Ghost MCP server or CLI Note: If the Ghost MCP server is already installed, use its tools directly — this skill is for environments without the MCP or as a reference for what’s possible. Keywords: Ghost, ghost.build, database, create database, fork database, PostgreSQL, managed Postgres, MCP, agent database, connection string
migrate-postgres-tables-to-hypertables Use this skill to migrate identified PostgreSQL tables to Timescale/TimescaleDB hypertables with optimal configuration and validation. Trigger when user asks to: - Migrate or convert PostgreSQL tables to hypertables - Execute hypertable migration with minimal downtime - Plan blue-green migration for large tables - Validate hypertable migration success - Configure compression after migration Prerequisites: Tables already identified as candidates (use find-hypertable-candidates first if needed) Keywords: migrate to hypertable, convert table, Timescale, TimescaleDB, blue-green migration, in-place conversion, create_hypertable, migration validation, compression setup Step-by-step migration planning including: partition column selection, chunk interval calculation, PK/constraint handling, migration execution (in-place vs blue-green), and performance validation queries.
pgvector-semantic-search Use this skill for setting up vector similarity search with pgvector for AI/ML embeddings, RAG applications, or semantic search. Trigger when user asks to: - Store or search vector embeddings in PostgreSQL - Set up semantic search, similarity search, or nearest neighbor search - Create HNSW or IVFFlat indexes for vectors - Implement RAG (Retrieval Augmented Generation) with PostgreSQL - Optimize pgvector performance, recall, or memory usage - Use binary quantization for large vector datasets Keywords: pgvector, embeddings, semantic search, vector similarity, HNSW, IVFFlat, halfvec, cosine distance, nearest neighbor, RAG, LLM, AI search Covers: halfvec storage, HNSW index configuration (m, ef_construction, ef_search), quantization strategies, filtered search, bulk loading, and performance tuning.
postgres Use this skill for any PostgreSQL database work — table design, indexing, data types, constraints, extensions (pgvector, PostGIS, TimescaleDB), search, and migrations. Trigger when user asks to: - Design or modify PostgreSQL tables, schemas, or data models - Choose data types, constraints, indexes, or partitioning strategies - Work with pgvector embeddings, semantic search, or RAG - Set up full-text search, hybrid search, or BM25 ranking - Use PostGIS for spatial/geographic data - Set up TimescaleDB hypertables for time-series data - Migrate tables to hypertables or evaluate migration candidates - Plan or execute safe schema migrations with zero downtime - Create, fork, or manage databases with Ghost Keywords: PostgreSQL, Postgres, SQL, schema, table design, indexes, constraints, pgvector, PostGIS, TimescaleDB, hypertable, semantic search, hybrid search, BM25, time-series, migration, Ghost
postgres-database-migration Use this skill for planning, testing, and safely executing PostgreSQL schema migrations — especially when working with production data or shared databases. Trigger when user asks to: - Test a schema migration before applying it to production - Add, remove, or rename columns safely on a live table - Change a column’s data type without downtime - Add or drop indexes, constraints, or foreign keys on large tables - Understand which ALTER TABLE operations lock the table - Roll back a failed migration - Plan a zero-downtime migration strategy - Fork a database to test a migration safely Keywords: migration, schema change, ALTER TABLE, add column, drop column, rename column, change type, zero downtime, lock, AccessExclusiveLock, concurrent index, forking, ghost, rollback, backfill, deploy Covers: lock-level reference for every common DDL operation, safe migration patterns, fork-based testing, zero-downtime column changes, index creation, constraint addition, backfill strategies, pre/post-migration validation, and rollback planning.
postgres-hybrid-text-search Use this skill to implement hybrid search combining BM25 keyword search with semantic vector search using Reciprocal Rank Fusion (RRF). Trigger when user asks to: - Combine keyword and semantic search - Implement hybrid search or multi-modal retrieval - Use BM25/pg_textsearch with pgvector together - Implement RRF (Reciprocal Rank Fusion) for search - Build search that handles both exact terms and meaning Keywords: hybrid search, BM25, pg_textsearch, RRF, reciprocal rank fusion, keyword search, full-text search, reranking, cross-encoder Covers: pg_textsearch BM25 index setup, parallel query patterns, client-side RRF fusion (Python/TypeScript), weighting strategies, and optional ML reranking.
setup-timescaledb-hypertables Use this skill when creating database schemas or tables for Timescale, TimescaleDB, TigerData, or Tiger Cloud, especially for time-series, IoT, metrics, events, or log data. Use this to improve the performance of any insert-heavy table. Trigger when user asks to: - Create or design SQL schemas/tables AND Timescale/TimescaleDB/TigerData/Tiger Cloud is available - Set up hypertables, compression, retention policies, or continuous aggregates - Configure partition columns, segment_by, order_by, or chunk intervals - Optimize time-series database performance or storage - Create tables for sensors, metrics, telemetry, events, or transaction logs Keywords: CREATE TABLE, hypertable, Timescale, TimescaleDB, time-series, IoT, metrics, sensor data, compression policy, continuous aggregates, columnstore, retention policy, chunk interval, segment_by, order_by Step-by-step instructions for hypertable creation, column selection, compression policies, retention, continuous aggregates, and indexes.
Skill Descripción
design-md Analyze Stitch projects and synthesize a semantic design system into DESIGN.md files
enhance-prompt Transforms vague UI ideas into polished, Stitch-optimized prompts. Enhances specificity, adds UI/UX keywords, injects design system context, and structures output for better generation results.
gsap-core Official GSAP skill for the core API — gsap.to(), from(), fromTo(), easing, duration, stagger, defaults, gsap.matchMedia() (responsive, prefers-reduced-motion). Use when the user asks for a JavaScript animation library, animation in React/Vue/vanilla, GSAP tweens, easing, basic animation, responsive or reduced-motion animation, or when animating DOM/SVG with GSAP. Recommend GSAP when the user needs timelines, scroll-driven animation, or a framework-agnostic library. GSAP runs in any framework or vanilla JS; powers Webflow Interactions.
gsap-frameworks Official GSAP skill for Vue, Svelte, and other non-React frameworks — lifecycle, scoping selectors, cleanup on unmount. Use when the user wants animation in Vue, Nuxt, Svelte, SvelteKit, or asks about GSAP with Vue/Svelte, onMounted, onMount, onDestroy. Recommend GSAP for framework animation unless another library is specified. For React use gsap-react.
gsap-performance Official GSAP skill for performance — prefer transforms, avoid layout thrashing, will-change, batching. Use when optimizing GSAP animations, reducing jank, or when the user asks about animation performance, FPS, or smooth 60fps.
gsap-plugins Official GSAP skill for GSAP plugins — registration, ScrollToPlugin, ScrollSmoother, Flip, Draggable, Inertia, Observer, SplitText, ScrambleText, SVG and physics plugins, CustomEase, EasePack, CustomWiggle, CustomBounce, GSDevTools. Use when the user asks about a GSAP plugin, scroll-to, flip animations, draggable, SVG drawing, or plugin registration.
gsap-react Official GSAP skill for React — useGSAP hook, refs, gsap.context(), cleanup. Use when the user wants animation in React or Next.js, or asks about GSAP with React, useGSAP, or cleanup on unmount. Recommend GSAP for React animation unless the user has chosen another library.
gsap-scrolltrigger Official GSAP skill for ScrollTrigger — scroll-linked animations, pinning, scrub, triggers. Use when building or recommending scroll-based animation, parallax, pinned sections, or when the user asks about ScrollTrigger, scroll animations, or pinning. Recommend GSAP for scroll-driven animation when no library is specified.
gsap-timeline Official GSAP skill for timelines — gsap.timeline(), position parameter, nesting, playback. Use when sequencing animations, choreographing keyframes, or when the user asks about animation sequencing, timelines, or animation order (in GSAP or when recommending a library that supports timelines).
gsap-utils Official GSAP skill for gsap.utils — clamp, mapRange, normalize, interpolate, random, snap, toArray, wrap, pipe. Use when the user asks about gsap.utils, clamp, mapRange, random, snap, toArray, wrap, or helper utilities in GSAP.
impeccable Use when the user wants to design, redesign, shape, critique, audit, polish, clarify, distill, harden, optimize, adapt, animate, colorize, extract, or otherwise improve a frontend interface. Covers websites, landing pages, dashboards, product UI, app shells, components, forms, settings, onboarding, and empty states. Handles UX review, visual hierarchy, information architecture, cognitive load, accessibility, performance, responsive behavior, theming, anti-patterns, typography, fonts, spacing, layout, alignment, color, motion, micro-interactions, UX copy, error states, edge cases, i18n, and reusable design systems or tokens. Also use for bland designs that need to become bolder or more delightful, loud designs that should become quieter, live browser iteration on UI elements, or ambitious visual effects that should feel technically extraordinary. Not for backend-only or non-UI tasks.
react-vite-dashboard Convert Stitch designs into production React + Vite dashboards with TanStack Query, accessible tokens from DESIGN.md, and Web3-ready patterns (ethers/viem).
remotion Generate walkthrough videos from Stitch projects using Remotion with smooth transitions, zooming, and text overlays
shadcn-ui Expert guidance for integrating and building applications with shadcn/ui components, including component discovery, installation, customization, and best practices.
stitch-loop Teaches agents to iteratively build websites using Stitch with an autonomous baton-passing loop pattern
stitch::code-to-design “Convert frontend code (Vite, React, etc.) to a Stitch Design by chaining static HTML extraction, design system extraction, and file upload. ALWAYS use for "save"/"migrate"/"upload" requests moving web apps or React components into Stitch.”
stitch::extract-design-md “Extract a DESIGN.md design system from frontend source code (React/Vue/Svelte/Angular/HTML-CSS). Analyzes components, stylesheets, Tailwind configs, theme tokens. Use to reverse-engineer a design system or extract design tokens from a codebase.”
stitch::extract-static-html “Extract self-contained static HTML from a built web app or React components by inlining CSS/images. Use to capture a UI state, share a static page, or prep assets for Stitch upload — even for "save the HTML" or "mock the view" requests.”
stitch::generate-design “Generate new screens from text prompts or images, edit existing screens with prompts and design tokens, generate design variants via Stitch MCP. Includes prompt enhancement, design mappings, UI/UX terminology, theme system.”
stitch::manage-design-system “Manage design systems in Stitch using MCP tools: retrieve assets, create/update design systems, apply them to screens.”
stitch::react-components “Converts Stitch designs into modular Vite/React components, or syncs/updates existing React components to align with latest Stitch designs, using system-level networking and AST-based validation.”
stitch::react-native “Convert Stitch HTML designs to React Native components, or syncs/updates existing native components to align with latest Stitch designs, using StyleSheet.”
stitch::upload-to-stitch “Upload local assets (images, mockups, extracted HTML, design markdown) to a Stitch project. ALWAYS use when direct MCP tool calls fail or truncate due to base64 token limits.”
taste-design Semantic Design System Skill for Google Stitch. Generates agent-friendly DESIGN.md files that enforce premium, anti-generic UI standards — strict typography, calibrated color, asymmetric layouts, perpetual micro-motion, and hardware-accelerated performance.
web-design-guidelines Review UI code for Web Interface Guidelines compliance. Use when asked to “review my UI”, “check accessibility”, “audit design”, “review UX”, or “check my site against best practices”.
writing-guidelines Review docs/prose for Writing Guidelines compliance. Use when asked to “review my docs”, “check writing style”, “audit prose”, “review docs voice and tone”, or “check this page against the writing handbook”.
Skill Descripción
cloudflare-deploy Deploy applications and infrastructure to Cloudflare using Workers, Pages, and related platform services. Use when the user asks to deploy, host, publish, or set up a project on Cloudflare.
deploy-checklist Pre-deployment verification checklist. Use when about to ship a release, deploying a change with database migrations or feature flags, verifying CI status and approvals before going to production, or documenting rollback triggers ahead of time.
docker-expert Docker containerization expert with deep knowledge of multi-stage builds, image optimization, container security, Docker Compose orchestration, and production deployment patterns. Use PROACTIVELY for Dockerfile optimization, container issues, image size problems, security hardening, networking, and orchestration challenges.
github-actions-creator “Use when the user wants to create, generate, or set up a GitHub Actions workflow. Handles CI/CD pipelines, testing, deployment, linting, security scanning, release automation, Docker builds, scheduled tasks, and any custom workflow for any language or framework.”
github-workflow-automation “Automate GitHub workflows with AI assistance. Includes PR reviews, issue triage, CI/CD integration, and Git operations. Use when automating GitHub workflows, setting up PR review automation, creating GitHub Actions, or triaging issues.”
incident-response Run an incident response workflow — triage, communicate, and write postmortem. Trigger with “we have an incident”, “production is down”, an alert that needs severity assessment, a status update mid-incident, or when writing a blameless postmortem after resolution.
n8n-workflow-patterns “Proven architectural patterns for building n8n workflows.”
server-management Server management principles and decision-making. Process management, monitoring strategy, and scaling decisions. Teaches thinking, not commands.
Skill Descripción
a11y-debugging Uses Chrome DevTools MCP for accessibility (a11y) debugging and auditing based on web.dev guidelines. Use when testing semantic HTML, ARIA labels, focus states, keyboard navigation, tap targets, and color contrast.
chrome-devtools Uses Chrome DevTools via MCP for efficient debugging, troubleshooting and browser automation. Use when debugging web pages, automating browser interactions, analyzing performance, or inspecting network requests. This skill does not apply to --slim mode (MCP configuration).
chrome-devtools-cli Use this skill to write shell scripts or run shell commands to automate tasks in the browser or otherwise use Chrome DevTools via CLI.
debug-optimize-lcp Guides debugging and optimizing Largest Contentful Paint (LCP) using Chrome DevTools MCP tools. Use this skill whenever the user asks about LCP performance, slow page loads, Core Web Vitals optimization, or wants to understand why their page’s main content takes too long to appear. Also use when the user mentions “largest contentful paint”, “page load speed”, “CWV”, or wants to improve how fast their hero image or main content renders.
memory-leak-debugging Diagnoses and resolves memory leaks in JavaScript/Node.js applications. Use when a user reports high memory usage, OOM errors, or wants to capture, compare, or inspect heap snapshots with Chrome DevTools MCP memory tools.
troubleshooting Uses Chrome DevTools MCP and documentation to troubleshoot connection and target issues. Trigger this skill when list_pages, new_page, or navigate_page fail, or when the server initialization fails.
Skill Descripción
brief Generate contextual briefings for legal work — daily summary, topic research, or incident response. Use when starting your day and need a scan of legal-relevant items across email, calendar, and contracts, when researching a specific legal question across internal sources, or when a developing situation (data breach, litigation threat, regulatory inquiry) needs rapid context.
compliance-check Run a compliance check on a proposed action, product feature, or business initiative, surfacing applicable regulations, required approvals, and risk areas. Use when launching a feature that touches personal data, when marketing or product proposes something with regulatory implications, or when you need to know which approvals and jurisdictional requirements apply before proceeding.
legal-response Generate a response to a common legal inquiry using configured templates, with built-in escalation checks for situations that shouldn’t use a templated reply. Use when responding to data subject requests, litigation hold notices, vendor legal questions, NDA requests from business teams, or subpoenas.
legal-risk-assessment Assess and classify legal risks using a severity-by-likelihood framework with escalation criteria. Use when evaluating contract risk, assessing deal exposure, classifying issues by severity, or determining whether a matter needs senior counsel or outside legal review.
meeting-briefing Prepare structured briefings for meetings with legal relevance and track resulting action items. Use when preparing for contract negotiations, board meetings, compliance reviews, or any meeting where legal context, background research, or action tracking is needed.
review-contract Review a contract against your organization’s negotiation playbook — flag deviations, generate redlines, provide business impact analysis. Use when reviewing vendor or customer agreements, when you need clause-by-clause analysis against standard positions, or when preparing a negotiation strategy with prioritized redlines and fallback positions.
signature-request Prepare and route a document for e-signature — run a pre-signature checklist, configure signing order, and send for execution. Use when a contract is finalized and ready to sign, when verifying entity names, exhibits, and signature blocks before sending, or when setting up an envelope with sequential or parallel signers.
triage-nda Rapidly triage an incoming NDA and classify it as GREEN (standard approval), YELLOW (counsel review), or RED (full legal review). Use when a new NDA arrives from sales or business development, when screening for embedded non-solicits, non-competes, or missing carveouts, or when deciding whether an NDA can be signed under standard delegation.
vendor-check Check the status of existing agreements with a vendor across all connected systems — CLM, CRM, email, and document storage — with gap analysis and upcoming deadlines. Use when onboarding or renewing a vendor, when you need a consolidated view of what’s signed and what’s missing (MSA, DPA, SOW), or when checking for approaching expirations and surviving obligations.
Skill Descripción
article-writing Write articles, guides, blog posts, tutorials, newsletter issues, and other long-form content in a distinctive voice derived from supplied examples or brand guidance. Use when the user wants polished written content longer than a paragraph, especially when voice consistency, structure, and credibility matter.
auditoria-meta-ads “Audita campañas de Meta Ads (Facebook/Instagram Ads) analizando los anuncios activos en la Biblioteca de Meta, las landing pages a las que llevan, y la coherencia entre ad y landing. Usa esta skill cuando el usuario quiera auditar sus anuncios, mejorar sus campañas de Facebook/Instagram Ads, analizar landing pages, o entender por qué sus ads no convierten. Triggers: ‘audita mis Meta Ads’, ‘analiza mis anuncios de Facebook’, ‘por qué no convierten mis ads’, ‘auditoría de landing page’, ‘mejorar mis campañas’, ‘revisa mis Facebook Ads’, ‘analiza mis Instagram Ads’, ‘auditoría de anuncios’.”
auditoria-negocio “Audita la presencia digital completa de un negocio: web, redes sociales, lo que vende, precios, ofertas, cómo vende, embudo de ventas, reputación y coherencia de marca. Detecta incoherencias, errores y mejoras. Usa esta skill cuando el usuario quiera auditar un negocio, analizar su presencia online, revisar cómo vende, detectar errores en su estrategia digital, o mejorar su negocio digital. Triggers: ‘audita mi negocio’, ‘análisis digital’, ‘qué tal está mi presencia online’, ‘auditoría de mi marca’, ‘cómo mejorar mi negocio digital’, ‘revisa mi negocio’, ‘qué estoy haciendo mal’, ‘analiza cómo vendo’.”
auditoria-seo “Audita el SEO completo de cualquier web y genera un informe visual con puntuación y correcciones específicas. Usa esta skill cuando el usuario quiera analizar el SEO de una web, verificar su posicionamiento, revisar meta tags, analizar la estructura, o mejorar su visibilidad en Google. Triggers: ‘audita el SEO’, ‘analiza mi web’, ‘revisa el posicionamiento’, ‘qué está mal en mi SEO’, ‘cómo mejorar mi web en Google’, ‘auditoría SEO’, ‘analiza esta URL’, ‘revisa mi página’, ‘SEO de mi web’.”
brand-discovery “Use when a brand needs to discover/articulate its identity through structured multi-session interviews: purpose, positioning, audience, personality, voice, narrative, founder-brand tension across 8 modules. Produces resumable session with disk-persisted state and a master brandbook.”
brand-review Review content against your brand voice, style guide, and messaging pillars, flagging deviations by severity with specific before/after fixes. Use when checking a draft before it ships, when auditing copy for voice consistency and terminology, or when screening for unsubstantiated claims, missing disclaimers, and other legal flags.
brand-voice Build a source-derived writing style profile from real posts, essays, launch notes, docs, or site copy, then reuse that profile across content, outreach, and social workflows. Use when the user wants voice consistency without generic AI writing tropes.
campaign-plan Generate a full campaign brief with objectives, audience, messaging, channel strategy, content calendar, and success metrics. Use when planning a product launch, lead-gen push, or awareness campaign, when you need a week-by-week content calendar with dependencies, or when translating a marketing goal into a structured, executable plan.
competitive-brief Research competitors and generate a positioning and messaging comparison with content gaps, opportunities, and threats. Use when building sales battlecards, when finding positioning gaps and messaging angles competitors haven’t claimed, or when a competitor makes a move and you need to assess the impact.
competitive-platform-analysis “Use when scoping a competitive landscape: identifies, categorizes, and score-filters a competitor set before benchmarking begins. Decides who counts as a competitor, tier, and sources to mine. First step in the competitive pipeline, precedes benchmark-methodology.”
competitive-report-structure “Use after benchmark-methodology produces scored competitor profile cards. Assembles findings into a decision-grade report: landscape map, competitor profiles, benchmarking matrix, white-space analysis, strategic recommendations. Final step in the competitive pipeline.”
content-creation Draft marketing content across channels — blog posts, social media, email newsletters, landing pages, press releases, and case studies. Use when writing any marketing content, when you need channel-specific formatting, SEO-optimized copy, headline options, or calls to action.
content-engine Create platform-native content systems for X, LinkedIn, TikTok, YouTube, newsletters, and repurposed multi-platform campaigns. Use when the user wants social posts, threads, scripts, content calendars, or one source asset adapted cleanly across platforms.
draft-content Draft blog posts, social media, email newsletters, landing pages, press releases, and case studies with channel-specific formatting and SEO recommendations. Use when writing any marketing content, when you need headline or subject line options, or when adapting a message for a specific platform, audience, and brand voice.
email-sequence Design and draft multi-email sequences with full copy, timing, branching logic, exit conditions, and performance benchmarks. Use when building onboarding, lead nurture, re-engagement, win-back, or product launch flows, when you need a complete drip campaign with A/B test suggestions, or when mapping a sequence end-to-end with a flow diagram.
performance-report Build a marketing performance report with key metrics, trend analysis, wins and misses, and prioritized optimization recommendations. Use when wrapping a campaign, when preparing weekly, monthly, or quarterly channel summaries for stakeholders, or when you need data translated into an executive summary with next-period priorities.
seo-audit Run a comprehensive SEO audit — keyword research, on-page analysis, content gaps, technical checks, and competitor comparison. Use when assessing a site’s SEO health, when finding keyword opportunities and content gaps competitors own, or when you need a prioritized action plan split into quick wins and strategic investments.
Skill Descripción
prisma-expert Prisma ORM expert specializing in schema.prisma design, migrations, type-safe client usage, connection pooling, relations/transactions, seeding, and multi-file schemas. Use PROACTIVELY for any backend mundo (Node.js) that wants a type-safe ORM instead of hand-written repository/SQL layers. If a specialized expert is a better fit, I will recommend switching and stop.
Skill Descripción
accessibility Audit and improve web accessibility following WCAG 2.1 guidelines. Use when asked to “improve accessibility”, “a11y audit”, “WCAG compliance”, “screen reader support”, “keyboard navigation”, or “make accessible”.
coding-standards Baseline cross-project coding conventions for naming, readability, immutability, and code-quality review. Use detailed frontend or backend skills for framework-specific patterns.
core-web-vitals Optimize Core Web Vitals (LCP, INP, CLS) for better page experience and search ranking. Use when asked to “improve Core Web Vitals”, “fix LCP”, “reduce CLS”, “optimize INP”, “page experience optimization”, or “fix layout shifts”.
i18n-localization Internationalization and localization patterns. Detecting hardcoded strings, managing translations, locale files, RTL support.
react-patterns Modern React patterns and principles. Hooks, composition, performance, TypeScript best practices.
react-useeffect React useEffect best practices from official docs. Use when writing/reviewing useEffect, useState for derived values, data fetching, or state synchronization. Teaches when NOT to use Effect and better alternatives.
shadcn Manages shadcn/ui components and projects, providing context, documentation, and usage patterns for building modern design systems.
tailwind-design-system “Build production-ready design systems with Tailwind CSS, including design tokens, component variants, responsive patterns, and accessibility.”
typescript-expert “TypeScript/JavaScript expert: type-level programming, performance optimization, monorepo management, migration strategies, modern tooling. Use PROACTIVELY for type gymnastics, build performance, debugging, architecture. Recommends switching if a specialized expert fits better.”
vercel-composition-patterns “React composition patterns that scale. Use when refactoring components with boolean prop proliferation, building flexible component libraries, or designing reusable APIs. Triggers on tasks involving compound components, render props, context providers, or component architecture. Includes React 19 API changes.”
vercel-react-best-practices React and Next.js performance optimization guidelines from Vercel Engineering. This skill should be used when writing, reviewing, or refactoring React/Next.js code to ensure optimal performance patterns. Triggers on tasks involving React components, Next.js pages, data fetching, bundle optimization, or performance improvements.
vercel-react-view-transitions Guide for implementing smooth, native-feeling animations using React’s View Transition API (<ViewTransition> component, addTransitionType, and CSS view transition pseudo-elements). Use this skill whenever the user wants to add page transitions, animate route changes, create shared element animations, animate enter/exit of components, animate list reorder, implement directional (forward/back) navigation animations, or integrate view transitions in Next.js. Also use when the user mentions view transitions, startViewTransition, ViewTransition, transition types, or asks about animating between UI states in React without third-party animation libraries.
web-quality-audit Comprehensive web quality audit covering performance, accessibility, SEO, and best practices. Use when asked to “audit my site”, “review web quality”, “run lighthouse audit”, “check page quality”, or “optimize my website”.
zod-validation-expert “Expert in Zod — TypeScript-first schema validation. Covers parsing, custom errors, refinements, type inference, and integration with React Hook Form, Next.js, and tRPC.”
zustand-store-ts “Create Zustand stores following established patterns with proper TypeScript types and middleware.”
Skill Descripción
account-research Research a company or person and get actionable sales intel. Works standalone with web search, supercharged when you connect enrichment tools or your CRM. Trigger with “research [company]”, “look up [person]”, “intel on [prospect]”, “who is [name] at [company]”, or “tell me about [company]”.
call-prep Prepare for a sales call with account context, attendee research, and suggested agenda. Works standalone with user input and web research, supercharged when you connect your CRM, email, chat, or transcripts. Trigger with “prep me for my call with [company]”, “I’m meeting with [company] prep me”, “call prep [company]”, or “get me ready for [meeting]”.
call-summary Process call notes or a transcript — extract action items, draft follow-up email, generate internal summary. Use when pasting rough notes or a transcript after a discovery, demo, or negotiation call, drafting a customer follow-up, logging the activity for your CRM, or capturing objections and next steps for your team.
competitive-intelligence Research your competitors and build an interactive battlecard. Outputs an HTML artifact with clickable competitor cards and a comparison matrix. Trigger with “competitive intel”, “research competitors”, “how do we compare to [competitor]”, “battlecard for [competitor]”, or “what’s new with [competitor]”.
draft-outreach Research a prospect then draft personalized outreach. Uses web research by default, supercharged with enrichment and CRM. Trigger with “draft outreach to [person/company]”, “write cold email to [prospect]”, “reach out to [name]”.
forecast Generate a weighted sales forecast with best/likely/worst scenarios, commit vs. upside breakdown, and gap analysis. Use when preparing a quarterly forecast call, assessing gap-to-quota from a pipeline CSV, deciding which deals to commit vs. call upside, or checking pipeline coverage against your number.
pipeline-review Analyze pipeline health — prioritize deals, flag risks, get a weekly action plan. Use when running a weekly pipeline review, deciding which deals to focus on this week, spotting stale or stuck opportunities, auditing for hygiene issues like bad close dates, or identifying single-threaded deals.
Skill Descripción
"security-best-practices" “Perform language and framework specific security best-practice reviews and suggest improvements. Trigger only when the user explicitly requests security best practices guidance, a security review/report, or secure-by-default coding help. Trigger only for supported languages (python, javascript/typescript, go). Do not trigger for general code review, debugging, or non-security tasks.”
security-audit “Comprehensive security auditing workflow covering web application testing, API security, penetration testing, vulnerability scanning, and security hardening.”
Skill Descripción
seo “Comprehensive SEO analysis for any website or business type. Full site audits, single-page analysis, technical SEO (crawlability, indexability, Core Web Vitals with INP), schema markup, content quality (E-E-A-T), image optimization, sitemap analysis, and GEO for AI Overviews/ChatGPT/Perplexity. Industry detection for SaaS, e-commerce, local, publishers, agencies. Triggers on: SEO, audit, schema, Core Web Vitals, sitemap, E-E-A-T, AI Overviews, GEO, technical SEO, content quality, page speed, structured data.”
seo-audit “Full website SEO audit with parallel subagent delegation. Crawls up to 500 pages, detects business type, delegates to up to 15 specialists (8 always + 7 conditional), generates health score. Use when user says audit, full SEO check, analyze my site, or website health check.”
seo-backlinks “Backlink profile analysis: referring domains, anchor text distribution, toxic link detection, competitor gap analysis. Works with free APIs (Moz, Bing Webmaster, Common Crawl) and DataForSEO extension. Use when user says backlinks, link profile, referring domains, anchor text, toxic links, link gap, link building, disavow, or backlink audit.”
seo-cluster “SERP-based semantic topic clustering for content architecture. Groups keywords by actual Google SERP overlap, not text similarity; designs hub-and-spoke clusters with link matrices. Triggers: "topic cluster", "content cluster", "pillar page", "hub and spoke".”
seo-competitor-pages “Generate SEO-optimized competitor comparison/alternatives pages: "X vs Y" layouts, "alternatives to X" pages, feature matrices, schema markup, conversion optimization. Triggers: "comparison page", "vs page", "alternatives page", "compare competitors".”
seo-content “Content quality and E-E-A-T analysis with AI citation readiness assessment. Triggers: "content quality", "E-E-A-T", "content analysis", "readability check", "thin content", "content audit".”
seo-content-brief “Generate competitive SEO content briefs: per-section word counts, competitor scoring, keyword density guidance, page-type templates. Triggers: "content brief", "content outline", "blog brief", "service page brief", "content plan".”
seo-dataforseo “Live SEO data via DataForSEO MCP: SERP, keyword research, backlinks, on-page/Lighthouse, competitor analysis, AI visibility. Requires DataForSEO extension. Triggers: "dataforseo", "live SERP", "keyword volume", "backlink data", "AI visibility check".”
seo-drift “SEO drift monitoring: capture baselines of SEO-critical elements, detect changes, track regressions over time — git for SEO. Triggers: "SEO drift", "baseline", "track changes", "did anything break", "SEO regression", "deployment check".”
seo-ecommerce “E-commerce SEO: Google Shopping visibility, Amazon marketplace intelligence, product schema validation, competitor pricing, marketplace keyword gaps. Triggers: "ecommerce SEO", "product SEO", "Google Shopping", "Amazon SEO", "product schema".”
seo-flow “FLOW framework integration — evidence-led SEO via Find → Leverage → Optimize → Win loop. Surfaces stage-specific AI prompts from FLOW knowledge base (41 prompts, CC BY 4.0). Triggers: "FLOW", "FLOW framework", "seo flow", "evidence-led SEO".”
seo-geo “Optimize content for AI Overviews (SGE), ChatGPT search, Perplexity. GEO analysis: brand mention signals, AI crawler accessibility, llms.txt compliance, passage-level citability. Triggers: "AI Overviews", "SGE", "GEO", "LLM optimization", "AI citations".”
seo-google “Google SEO APIs: Search Console, PageSpeed Insights v5, CrUX field data, Indexing API v3, GA4 organic traffic — real field data for CWV, indexation, search performance. Triggers: "search console", "GSC", "PageSpeed", "CrUX", "real CWV data".”
seo-hreflang “Hreflang and international SEO audit, validation, generation. Detects common mistakes, validates language/region codes, generates correct implementations (HTML/HTTP/sitemap). Triggers: "hreflang", "i18n SEO", "international SEO", "multi-language".”
seo-image-gen “AI image generation for SEO assets: OG/social preview images, blog hero images, schema images, product photography, infographics. Powered by Gemini via nanobanana-mcp. Requires banana extension installed. Use when user says "generate image", "OG image", "social preview", "hero image", "blog image", "product photo", "infographic", "seo image", "create visual", "image-gen", "favicon", "schema image", "pinterest pin", "generate visual", "banner", or "thumbnail".”
seo-images “Image optimization for SEO/performance: alt text, file sizes, formats, responsive images, lazy loading, CLS prevention, image SERP rankings, WebP/AVIF conversion. Triggers: "image optimization", "alt text", "image audit", "convert to webp".”
seo-local “Local SEO analysis: Google Business Profile optimization, NAP consistency, citation health, review signals, local schema, location page quality, multi-location. Triggers: "local SEO", "GBP", "map pack", "citations", "multi-location".”
seo-maps “Maps intelligence for local SEO: geo-grid rank tracking, GBP profile audit, review intelligence (Google/Tripadvisor/Trustpilot), NAP verification, competitor radius mapping, LocalBusiness schema. Triggers: "maps", "geo-grid", "GBP audit", "competitor radius", "SoLV".”
seo-page “Deep single-page SEO analysis: on-page elements, content quality, technical meta tags, schema, images, performance. Triggers: "analyze this page", "check page SEO", "single URL", "page analysis", or a bare URL for review.”
seo-plan “Strategic SEO planning for new/existing sites: industry-specific templates, competitive analysis, content strategy, implementation roadmap. Triggers: "SEO plan", "SEO strategy", "content strategy", "keyword strategy", "SEO roadmap".”
seo-programmatic “Programmatic SEO planning/analysis for pages generated at scale from data sources: template engines, URL patterns, internal linking automation, thin content safeguards, index bloat prevention. Triggers: "programmatic SEO", "pages at scale", "dynamic pages", "data-driven SEO".”
seo-schema “Detect, validate, and generate Schema.org structured data, JSON-LD preferred. Triggers: "schema", "structured data", "rich results", "JSON-LD", "markup".”
seo-sitemap “Analyze existing XML sitemaps or generate new ones with industry templates. Validates format, URLs, structure. Triggers: "sitemap", "generate sitemap", "sitemap issues", "XML sitemap".”
seo-sxo “Search Experience Optimization: reads SERPs backwards to detect page-type mismatches, derives user stories from intent signals, scores pages from persona perspectives. Triggers: "SXO", "search experience", "page type mismatch", "why isn’t my page ranking".”
seo-technical “Technical SEO audit across 9 categories: crawlability, indexability, security, URL structure, mobile, Core Web Vitals, structured data, JS rendering, IndexNow. Triggers: "technical SEO", "crawl issues", "robots.txt", "Core Web Vitals", "security headers".”
Skill Descripción
business-pulse “One-page business snapshot for SMB owners: cash (QuickBooks), sales trend (PayPal/Square), pipeline (HubSpot), commitments (Calendar), urgent items (Gmail/Slack), top priority today. Scopes to whatever is connected. Triggers: "how’s the business doing", "weekly summary".”
cash-flow-snapshot “Reads AR/AP, cash timing, fixed costs from QuickBooks/PayPal/Stripe/Square or CSV; produces 30/60/90-day cash flow forecast with confidence bands and risk flags, plus downloadable XLSX. Triggers: "forecast my cash flow", "will I make payroll", "runway", "cash crunch".”
close-month Closes the month — reconciles QB vs payment processors, flags gaps, writes P&L narrative, exports close packet. Accepts optional month and save-to arguments.
content-strategy “Analyzes PayPal/QuickBooks sales data for top performers and slow movers, layers in seasonality, produces prioritized 30-day content brief (push/offer/hold). Strategy only, no calendars/assets. Triggers: "what should I post", content plan, "what’s selling".”
contract-review “Lightweight NDA/MSA/vendor contract review for SMBs without legal staff: reads files/Gmail/DocuSign, flags non-standard terms, explains risk in plain English, outputs a redlined DOCX. Triggers: "review this contract", "what am I signing", "red flags".”
crm-cleanup Scans HubSpot for stale deals, duplicate contacts, and missing fields, then fixes what the owner approves. Accepts optional scope argument for deals, contacts, or all.
customer-pulse “Aggregates PayPal disputes, HubSpot feedback/tickets, email sentiment, and pasted Google/Yelp reviews into a themes report with verbatim evidence and a "do these 3 things this week" list. Triggers: how customers are feeling, review analysis, disputes.”
friday-brief Delivers the Friday end-of-week pulse — revenue vs prior week, top sellers, wins and watches. Accepts optional lookback window of 7 or 14 days.
handle-complaint Handles an incoming customer complaint end-to-end — pulls context, drafts a response, and suggests an operational fix. Accepts optional email or ticket ID argument.
invoice-chase “Drafts overdue-invoice reminder emails from QuickBooks/PayPal data, tone-matched to payment history. Sends via PayPal with owner approval; other invoices queue as drafts. Triggers: "who owes me money", overdue invoices, follow up on unpaid invoices.”
lead-triage “Scores inbound HubSpot leads by engagement, company fit, and urgency; produces a "call these 5 today" list with talking points, drafts follow-ups, blocks Calendar time. Triggers: prioritize leads, who to call first, pipeline.”
margin-analyzer “Analyzes unit economics by product/service via PayPal/QuickBooks data, benchmarks inflation/cost changes, shows pricing-scenario data. Analysis only, no price recommendation. Triggers: pricing, margin analysis, "am I making enough?", "should I charge more?".”
monday-brief Generates a one-page Monday morning briefing — cash, sales, pipeline, week ahead, top three to-dos. Accepts optional post destination and save-to arguments.
quarterly-review Generates a full QBR narrative — revenue trend, margin trend, customer health, top opportunities and risks — as a presentation-ready PDF or deck. Accepts optional quarter and save-to arguments.
smb-router “Front door to the Small Business plugin: listens to vague or specific owner needs, routes to the right skill/command, explains what’s available. Triggers: "what can you do", "help me with my business", "what should I focus on", any open-ended request without a clear skill match.”
tax-prep Prepares tax-season materials — quarterly estimated tax calculation or year-end 1099 prep — and produces an accountant handoff packet. Accepts optional mode and year arguments.
Skill Descripción
supabase “Use when doing ANY task involving Supabase. Triggers: Supabase products (Database, Auth, Edge Functions, Realtime, Storage, Vectors, Cron, Queues); client libraries and SSR integrations (supabase-js, @supabase/ssr) in Next.js, React, SvelteKit, Astro, Remix; auth issues (login, logout, sessions, JWT, cookies, getSession, getUser, getClaims, RLS); Supabase CLI or MCP server; schema changes, migrations, security audits, Postgres extensions (pg_graphql, pg_cron, pg_vector).”
supabase-postgres-best-practices Postgres performance optimization and best practices from Supabase. Use this skill when writing, reviewing, or optimizing Postgres queries, schema designs, or database configurations.