Back to authors
noartem

noartem

62 Skills published on GitHub.

laravel-iterating-on-code

Refine AI-generated code through specific feedback—point out errors, identify gaps, show desired changes, reference style guides

UncategorizedView skill →

laravel-migrations-and-factories

Safe database change patterns; when to modify vs add migrations; always pair models with migrations and factories; seeding guidance

UncategorizedView skill →

laravel-performance-caching

Use framework caches and value/query caching to reduce work; add tags, locks, and explicit invalidation strategies for correctness

UncategorizedView skill →

laravel-performance-eager-loading

Prevent N+1 queries by eager loading; enable lazy-loading protection in non-production; choose selective fields

UncategorizedView skill →

laravel-performance-select-columns

Select only required columns to reduce memory and transfer costs; apply to base queries and relations

UncategorizedView skill →

laravel-policies-and-authorization

Enforce access via Policies and Gates; use authorize() and authorizeResource() to standardize controller protections

UncategorizedView skill →

laravel-laravel-prompting-patterns

Use Laravel-specific vocabulary—Eloquent patterns, Form Requests, API resources, jobs/queues—to get idiomatic framework code

UncategorizedView skill →

laravel-quality-checks

Unified quality gates for Laravel projects; Pint, static analysis (PHPStan/Psalm), Insights (optional), and JS linters; Sail and non-Sail pairs provided

UncategorizedView skill →

laravel-template-method-and-plugins

Stabilize workflows with Template Method or Strategy; extend by adding new classes instead of editing core logic

UncategorizedView skill →

laravel-transactions-and-consistency

Wrap multi-write operations in transactions; use dispatchAfterCommit and idempotency patterns to ensure consistency

UncategorizedView skill →

shadcn-vue

shadcn-vue for Vue/Nuxt with Reka UI components and Tailwind. Use for accessible UI, Auto Form, data tables, charts, dark mode, MCP server setup, or encountering component imports, Reka UI errors.

UncategorizedView skill →

vue3-component-decomposition

Decompose large Vue 3 components into focused SFCs and composables with explicit contracts, simple templates, and SSR-safe side effects.

UncategorizedView skill →

Page 2 of 2 · 62 results