Build applications with Supabase backend-as-a-service. Use when implementing authentication (email/password, OAuth,...
cat ~/Novo
Explore os skills mais recentes adicionados ao marketplace
Build Sui blockchain apps with @mysten/sui TypeScript SDK. Use when creating SuiClient, building/signing...
Write and test Move smart contracts on Sui blockchain. Use when creating new Move packages, defining...
Guide for creating effective skills. This skill should be used when users want to create a new skill (or update an...
Create distinctive, production-grade mobile app interfaces with Apple-quality design standards. Use when designing...
Test Expo/React Native apps with Jest, React Native Testing Library (RNTL), and Maestro. Use when setting up test...
Build universal native apps (Android, iOS, web) using Expo framework with React Native. Use when creating new Expo...
Use when receiving code review feedback (especially if unclear or technically questionable), when completing tasks...
TanStack Query (React Query) best practices and patterns from TkDodo's authoritative guides. Use when writing,...
发布 claude-list 新版本(更新版本号、CHANGELOG、创建 Tag)
Guide for creating effective skills. This skill should be used when users want to create a new skill (or update an...
Build production-ready Neo-brutalism UI components for React/Next.js applications following the Duckeebs design...
|
Senior full-stack team lead that creates detailed, multi-phase implementation plans. Use when receiving a feature...
Create SEO-optimized marketing content with consistent brand voice. Includes brand voice analyzer, SEO optimizer,...
Enforces unidirectional data flow with clear ownership. Use when reviewing data flows, debugging race conditions, or...
Business rules must be separated from execution mechanisms. Use when reviewing code with hardcoded rules in loops or...
Names must encode intent and constraints, not implementation. Use when reviewing vague or generic names.
Mutation must be controlled and localized. Use when reviewing code with scattered mutations or shared mutable state.
Ensures code is understandable locally without global context. Use when reviewing code with hidden dependencies or...
System design should prevent misuse by construction. Use when reviewing defensive code with runtime checks.
Separate pure computation from side effects. Core business logic is pure functions, shell handles IO. Use when...
Ensures state is intentionally designed with explicit invariants. Use when reviewing stateful code, designing data...
Every resource must have clear ownership and lifetime. Use when reviewing resource management, subscriptions, or...