best▌
173 indexed skills · max 10 per page
tamagui-best-practices
0xbigboss/claude-code · Frontend
Tamagui v1.x patterns beyond fundamentals: Config v4, compiler optimization, compound components, and gotchas.
dart-best-practices
kevmoo/dash_skills · Productivity
Use this skill when:
vue-best-practices
hyf0/vue-skills · Frontend
Vue 3 development with Composition API, <script setup> , and TypeScript as the standard approach. \n \n Enforces a structured workflow: confirm architecture, apply core foundations (reactivity, SFC structure, component focus, data flow, composables), then add optional features only when needed \n Requires reading and applying four core references before implementation: reactivity, SFC structure, component data flow, and composables \n Provides explicit component-splitting rules based on res
vite-react-best-practices
claudiocebpaz/vite-react-best-practices · Frontend
A senior-level guide for building production-ready React Single Page Applications (SPAs) with Vite.
react-best-practices
vercel-labs/vercel-plugin · Frontend
Comprehensive performance optimization guide for React and Next.js applications, maintained by Vercel. Contains 64 rules across 8 categories, prioritized by impact to guide automated refactoring and code generation.
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
angular-best-practices
alfredoperez/angular-best-practices · Productivity
Comprehensive style guide for performant, maintainable Angular 17+ applications using signals and modern APIs. \n \n Covers TypeScript strictness, standalone components with OnPush detection, signal-based reactivity with input() , output() , and computed() , and control flow syntax ( @if , @for , @switch ) \n Includes RxJS patterns, performance optimization (route resolvers, lazy loading, @defer ), testing with component harnesses, and architecture guidelines \n Optional library-specific add-ons
tanstack-router-best-practices
deckardger/tanstack-agent-skills · Productivity
Type-safe routing patterns, data loading strategies, and navigation best practices for TanStack Router in React. \n \n Covers 33 rules across 10 categories: type safety, route organization, data loading, search params, error handling, navigation, code splitting, preloading, and route context \n Emphasizes type inference through router registration, from parameters, and queryOptions integration to prevent runtime errors \n Includes data loading patterns with TanStack Query integration, deferred d
tanstack-start-best-practices
deckardger/tanstack-agent-skills · Productivity
Best practices for full-stack React development with TanStack Start, covering server functions, middleware, SSR, and authentication. \n \n Organizes 31 rules across 10 categories (server functions, security, middleware, authentication, SSR, error handling, and more) with priority levels to guide implementation order \n Covers critical patterns for server-side logic, input validation, secure session management, and client-server boundary handling \n Includes middleware composition, selective SSR
laravel-best-practices
asyrafhussin/agent-skills · Productivity
31 Laravel 13 conventions and best practices across architecture, Eloquent, controllers, validation, security, and API design. \n \n Organized into 7 rule categories by priority, from critical architecture and database patterns to medium-impact performance and API design guidance \n Covers essential patterns including service classes, form requests, Eloquent models, migrations, eager loading, and event-driven architecture \n Includes 31 specific rules with prefixes (e.g., arch-service-classes ,