practices▌
172 indexed skills · max 10 per page
vercel-react-best-practices
sickn33/antigravity-awesome-skills · Frontend
Comprehensive performance optimization guide for React and Next.js applications, maintained by Vercel. Contains 45 rules across 8 categories, prioritized by impact to guide automated refactoring and code generation.
customaize-agent:apply-anthropic-skill-best-practices
neolabhq/context-engineering-kit · AI/ML
Apply Anthropic's official skill authoring best practices to your skill.
supabase-best-practices
pedrobarretocw/supabase-best-practices · Productivity
40+ security and performance rules for Supabase projects with Clerk authentication integration. \n \n Covers 10 rule categories prioritized by impact: Row Level Security and Clerk Integration (critical), Database Security and Authentication Patterns (high), plus Storage, Realtime, Edge Functions, and Testing \n Each rule includes explanation, incorrect/correct code examples, exceptions, and official documentation links \n Organized by use case: new project setup, RLS policy writing, schema desig
flux-best-practices
black-forest-labs/skills · Productivity
Use this skill when generating prompts for any BFL FLUX model to ensure optimal image quality and accurate prompt interpretation.
elasticsearch-best-practices
mindrally/skills · Productivity
elasticsearch-best-practices
react-best-practices
davila7/claude-code-templates · Frontend
Comprehensive performance optimization guide for React and Next.js applications with 40+ rules organized by impact level. Designed to help developers eliminate performance bottlenecks and follow best practices.
next-best-practices
vercel/nextjs-skills · Frontend
Apply these rules when writing or reviewing Next.js code.
three-best-practices
emalorenzo/three-agent-skills · Productivity
120+ performance rules across 18 categories for optimizing Three.js applications. \n \n Organized by priority from fundamental setup (Import Maps, modern renderers) through critical concerns (memory disposal, render loops, draw calls) to specialized topics (WebGPU, TSL shaders, WebXR) \n Covers both WebGLRenderer and WebGPURenderer with guidance on choosing between them and leveraging TSL (Three.js Shading Language) for shader development \n Includes practical rules for geometry batching, materi
vueuse-best-practices
hyf0/vue-skills · Frontend
VueUse composable patterns, SSR compatibility, and TypeScript integration best practices. \n \n Covers SSR-specific gotchas and patterns for safely using VueUse composables in server-rendered environments \n Addresses common issues with element ref handling and type inference when working with VueUse APIs \n Provides efficiency rules to help debug and resolve VueUse integration problems consistently \n
postgresql-best-practices
mindrally/skills · Productivity
Schema design, query optimization, and operational best practices for PostgreSQL development. \n \n Covers schema design with native data types (UUID, JSONB, ARRAY, NUMERIC), primary/foreign keys, constraints, and table partitioning strategies for large datasets \n Indexing guidance including B-tree, GIN, GiST, and BRIN index types with examples for JSONB queries, partial indexes, and index maintenance via ANALYZE and monitoring \n Query optimization techniques using EXPLAIN ANALYZE, CTEs with m