Prevent N+1 queries by eager loading; enable lazy-loading protection in non-production; choose selective fields
cat ~/인기
GitHub 스타 수로 정렬된 인기 스킬 둘러보기
Select only required columns to reduce memory and transfer costs; apply to base queries and relations
Enforce access via Policies and Gates; use authorize() and authorizeResource() to standardize controller protections
Use Laravel-specific vocabulary—Eloquent patterns, Form Requests, API resources, jobs/queues—to get idiomatic framework code
Unified quality gates for Laravel projects; Pint, static analysis (PHPStan/Psalm), Insights (optional), and JS...
Apply per-user and per-route limits with RateLimiter and throttle middleware; use backoffs and headers for clients
Keep routes clean and focused on mapping requests to controllers; avoid business logic, validation, or database...
Use the Strategy pattern to select behavior at runtime; bind multiple implementations to a shared interface
Schedule tasks with safety; use withoutOverlapping, onOneServer, and visibility settings for reliable cron execution
Stabilize workflows with Template Method or Strategy; extend by adding new classes instead of editing core logic
Wrap multi-write operations in transactions; use dispatchAfterCommit and idempotency patterns to ensure consistency
shadcn-vue for Vue/Nuxt with Reka UI components and Tailwind. Use for accessible UI, Auto Form, data tables, charts,...
Guide for creating effective skills. This skill should be used when users want to create a new skill (or update an...
An "AI-Spec-Driven" workflow for complex tasks, triggered ONLY when explicitly requested. It aligns agent execution...
Generates feature specification documents based on provided code and functional descriptions. Focuses on system...
UI/UX design intelligence. 50 styles, 21 palettes, 50 font pairings, 20 charts, 9 stacks (React, Next.js, Vue,...
React and Next.js performance optimization guidelines from Vercel Engineering. This skill should be used when...
Review UI code for Web Interface Guidelines compliance. Use when asked to "review my UI", "check accessibility",...
A comprehensive tool for calculating and validating medical reference intervals (RIs) according to CLSI C28-A3...
Auto-detect code changes and draft Conventional Commit messages. Use when asked to generate, write, or suggest...
Generate table-driven Go tests (unit or integration) for given functions, handlers, or packages. Use when the user...
Perform a senior Go code review on a diff or files, focusing on correctness, idiomatic Go, error handling,...
Audit Go code for concurrency bugs: data races, goroutine leaks, deadlocks, channel misuse, and context leaks. Use...
Triage a production incident from symptoms, logs, metrics, and recent deploy info. Produces a hypothesis tree, the...