Build an animation from scratch, making the decisions in the order that determines whether it feels right — should it animate at all, what purpose, which tool, which properties, which curve and duration, how it interrupts, how it exits. Writes the implementation. Use when asked to animate something, add motion, make a…
This skill encodes Emil Kowalski's philosophy on UI polish, component design, animation decisions, and the invisible details that make software feel great.
Manages shadcn components and projects — adding, searching, fixing, debugging, styling, and composing UI. Provides project context, component docs, and usage examples. Applies when working with shadcn/ui, component registries, presets, --preset codes, or any project with a components.json file. Also triggers for…
This skill teaches the core development patterns and conventions used in the DeskcommCRM TypeScript codebase. It covers file organization, code style, commit message standards, and testing patterns, providing practical examples and command suggestions to streamline your workflow.
Doutrina de arquitetura do Sistema Vivo — o método para construir software em que nada morre por falta de resposta, resolução ou visibilidade. USE SEMPRE ao implementar, projetar ou refatorar QUALQUER peça de um sistema que atende pessoas (lead, agente, atendente, follow-up, conversa, pipeline, handoff, demanda, caso…
Automate changelog generation from commits, PRs, and releases following Keep a Changelog format. Use when setting up release workflows, generating release notes, or standardizing commit conventions.
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.
React Hook Form performance optimization for client-side form validation using useForm, useWatch, useController, useFieldArray, and the v7.55+ subscribe() API. This skill should be used when building client-side controlled forms with React Hook Form library. This skill does NOT cover React 19 Server Actions…
Gym workout planner and nutrition tracker. Search 690+ exercises by muscle, equipment, or category via wger. Look up macros and calories for 380,000+ foods via USDA FoodData Central. Compute BMI, TDEE, one-rep max, macro splits, and body fat — pure Python, no pip installs. Built for anyone chasing gains, cutting…
Optimizes transformer attention with Flash Attention for 2-4x speedup and 10-20x memory reduction. Use when training/running transformers with long sequences (>512 tokens), encountering GPU memory issues with attention, or need faster inference. Supports PyTorch native SDPA, flash-attn library, H100 FP8, and sliding…
Guardrails clínicos, protocolo de crise e LGPD do Cérebro Amigo (plataforma de psiquiatria). Use OBRIGATORIAMENTE antes de escrever ou alterar qualquer código que: gere texto visto pelo paciente, processe conteúdo conversacional/clínico, detecte ou trate crise/risco, faça prompt de LLM sobre sintomas/humor/medicação…
Convenções do api-gateway do Cérebro Amigo V3 em .NET 10 (ASP.NET Core). Use ao criar ou alterar qualquer coisa no gateway: endpoint REST, controller/minimal API, entidade ou migration EF Core, autenticação JWT, validação do INTERNALAPITOKEN entre serviços, envio de e-mail (Resend), proxy SSE para o orchestrator-py…
Convenções dos serviços Python do Cérebro Amigo V3 (orchestrator-py, agents-py, notifier-py). Use ao criar ou alterar: nó/grafo LangGraph, fluxo conversacional, qualquer chamada ao Claude (via client LLM unificado provider-switchável, LLMPROVIDER; vigente: Anthropic API direta — ADR-044), client/SDK de LLM, roteamento…