best▌
173 indexed skills · max 10 per page
remotion-best-practices
davila7/claude-code-templates · Video
Use this skills whenever you are dealing with Remotion code to obtain the domain-specific knowledge.
electron-best-practices
jwynia/agent-skills · Productivity
Guide AI agents in building secure, production-ready Electron applications with React. This skill provides security patterns, type-safe IPC communication, project setup guidance, packaging and code signing workflows, and tools for analysis, scaffolding, and type generation.
nodejs-best-practices
davila7/claude-code-templates · Backend
Principles and decision-making for Node.js development in 2025. Learn to THINK, not memorize code patterns.
nestjs-best-practices
giuseppe-trisciuoglio/developer-kit · Productivity
Grounded in the Official NestJS Documentation, this skill enforces modular architecture, dependency injection scoping, exception filters, DTO validation with class-validator, and Drizzle ORM integration patterns.
react-best-practices
0xbigboss/claude-code · Frontend
React patterns for hooks, effects, refs, and component design with escape hatch guidance. \n \n Effects synchronize with external systems only (WebSocket, third-party libraries, browser APIs); most component logic should avoid Effects entirely \n Common anti-patterns: derived state, expensive calculations, prop-change resets, and event handling all belong outside Effects—use render calculations, useMemo, key props, and event handlers instead \n Effect dependencies must never be suppressed; use u
security-best-practices
supercent-io/skills-template · Productivity
Comprehensive security hardening for web applications covering HTTPS, input validation, authentication, and OWASP Top 10 vulnerabilities. \n \n Enforces HTTPS, security headers (CSP, HSTS), and rate limiting via Helmet and Express middleware to prevent DDoS and common attacks \n Prevents SQL Injection and XSS through parameterized queries, input validation with Joi, and output encoding with DOMPurify \n Implements CSRF token protection, JWT-based authentication with refresh token rotation, and s
seo-best-practices
mindrally/skills · Marketing
You are an expert in SEO (Search Engine Optimization) for modern web applications. Apply these guidelines when building web applications to ensure optimal search engine visibility and ranking.
vue-best-practices
antfu/skills · Frontend
$23
supabase-postgres-best-practices
supabase/agent-skills · Productivity
Postgres performance optimization rules across 8 priority categories, from query tuning to advanced features. \n \n Organized into 8 rule categories prioritized by impact: query performance and connection management (critical), security and RLS, schema design, concurrency, data access patterns, monitoring, and advanced features \n Each rule includes detailed explanations, incorrect vs. correct SQL examples, EXPLAIN output analysis, and performance metrics to guide optimization decisions \n Cover
postgresql-expert-best-practices-code-review
wispbit-ai/skills · Productivity
Simple, pragmatic, opinionated. Only what matters for writing production-grade PostgreSQL queries.