Guide for using git according to my preferences. Use it when you're asked to commit something.
cat ~/New
Browse newest skills added to the marketplace
Guide for recording significant architectural and design decisions in docs/decisions.md. Use this skill when clearly...
Guide for building interactive web UIs with Datastar and gomponents-datastar. Use this skill when adding frontend...
Guide for collaborating on code in open source projects. This skill should be used when contributing to public...
Guide for making code reviews. Use this when asked to make code reviews, or ask to use it before committing changes.
Guide for how to brainstorm an idea and turn it into a fully formed design.
Guide for posting content to the Bluesky social network using the bsky terminal app. This skill should be used...
Track local rankings, run SEO audits, and manage agency clients using LocalRank
shadcn-vue for Vue/Nuxt with Reka UI components and Tailwind. Use for accessible UI, Auto Form, data tables, charts,...
Wrap multi-write operations in transactions; use dispatchAfterCommit and idempotency patterns to ensure consistency
Stabilize workflows with Template Method or Strategy; extend by adding new classes instead of editing core logic
Schedule tasks with safety; use withoutOverlapping, onOneServer, and visibility settings for reliable cron execution
Use the Strategy pattern to select behavior at runtime; bind multiple implementations to a shared interface
Keep routes clean and focused on mapping requests to controllers; avoid business logic, validation, or database...
Apply per-user and per-route limits with RateLimiter and throttle middleware; use backoffs and headers for clients
Unified quality gates for Laravel projects; Pint, static analysis (PHPStan/Psalm), Insights (optional), and JS...
Use Laravel-specific vocabulary—Eloquent patterns, Form Requests, API resources, jobs/queues—to get idiomatic framework code
Enforce access via Policies and Gates; use authorize() and authorizeResource() to standardize controller protections
Select only required columns to reduce memory and transfer costs; apply to base queries and relations
Prevent N+1 queries by eager loading; enable lazy-loading protection in non-production; choose selective fields
Use framework caches and value/query caching to reduce work; add tags, locks, and explicit invalidation strategies...
Safe database change patterns; when to modify vs add migrations; always pair models with migrations and factories;...
Refine AI-generated code through specific feedback—point out errors, identify gaps, show desired changes, reference...
Build with i18n in mind from day one using Laravel translation helpers, JSON files, Blade integration, and locale management