best▌
173 indexed skills · max 10 per page
typescript-best-practices
jwynia/agent-skills · Backend
Guide AI agents in writing high-quality TypeScript code. This skill provides coding standards, architecture patterns, and tools for analysis and scaffolding.
nestjs-best-practices
kadajett/agent-nestjs-skills · Productivity
40 NestJS best practices organized by priority across architecture, dependency injection, security, and performance. \n \n Covers 10 rule categories from critical (architecture, DI) to low-medium (DevOps), each with specific, actionable patterns and anti-patterns \n Includes rules for modules, controllers, services, error handling, authentication, database optimization, testing, and microservices \n Each rule provides explanation, incorrect vs. correct code examples, and context for when to appl
python-expert-best-practices-code-review
wispbit-ai/skills · Backend
Simple, pragmatic, opinionated. Only what matters for writing production-grade python code.
react-vite-best-practices
asyrafhussin/agent-skills · Frontend
23 performance optimization rules for React and Vite across build, code splitting, development, assets, environment, and bundle analysis. \n \n Covers six rule categories prioritized by impact: build optimization and code splitting (critical), development and asset handling (high), environment config and bundle analysis (medium) \n Includes route-based lazy loading with React.lazy() and Suspense, manual vendor chunk separation, and strategic prefetching patterns \n Provides recommended vite.conf
svelte5-best-practices
ejirocodes/agent-skills · Frontend
Svelte 5 runes, snippets, and SvelteKit patterns for modern component development. \n \n Covers all Svelte 5 runes ($state, $derived, $effect, $props, $bindable, $inspect) with reactive state and computed value patterns \n Explains snippets syntax ({#snippet}, {@render}) as the replacement for slots and slot props \n Includes event handling migration from on: directives to onclick handlers and callback props, plus SvelteKit load functions and form actions \n Provides TypeScript typing for props,
dotnet-best-practices
github/awesome-copilot · Productivity
Validate .NET/C# code against comprehensive best practices for your solution and project. \n \n Covers 10+ practice areas including XML documentation, design patterns, dependency injection, async/await, testing standards, and error handling \n Enforces specific patterns: primary constructors for DI, Command Handler pattern with generics, interface segregation, and Factory pattern for object creation \n Includes resource management with ResourceManager for localization, structured logging via Mic
tanstack-query-best-practices
deckardger/tanstack-agent-skills · Productivity
TanStack Query best practices for optimized data fetching, caching, mutations, and server state management in React. \n \n Covers 32 rules across 10 categories: query keys, caching strategies, mutations, error handling, prefetching, infinite queries, SSR integration, parallel queries, performance optimization, and offline support \n Each rule includes explanation, anti-patterns, recommended implementations, and contextual guidance for when to apply \n Prioritized by impact: critical rules preven
angular-best-practices-primeng
alfredoperez/angular-best-practices · Productivity
PrimeNG rules for component imports, table performance, and theming. Use with the core angular-best-practices skill for comprehensive Angular coverage.
remotion-best-practices
davila7/claude-code-templates · Video
Use this skills whenever you are dealing with Remotion code to obtain the domain-specific knowledge.
react-native-best-practices
callstackincubator/agent-skills · Frontend
Structured performance optimization reference for React Native apps covering FPS, bundle size, TTI, and memory. \n \n Organized into 9 JavaScript/React guides (profiling, lists, animations, memory), 9 native optimization guides (Turbo Modules, threading, profiling), and 9 bundling guides (tree shaking, code splitting, size analysis) \n Each reference follows a hybrid format with quick patterns/commands, impact ratings (CRITICAL/HIGH/MEDIUM), and deep-dive explanations with prerequisites and comm