Noartem
21 skills · 126 stars total
21 skills
This skill helps you scaffold and configure shadcn-vue projects with Tailwind, Vite, and TypeScript for accessible UI components.
This skill helps you decompose large Vue 3 components into focused SFCs and composables, improving readability and maintainability.
This skill helps ensure atomic multi-step writes in Laravel by wrapping operations in transactions and applying after-commit events for consistency.
This skill helps you implement Laravel API Resources with stable, cache-friendly pagination and conditional fields for consistent responses.
This skill helps you reduce cyclomatic complexity and refactor logic by applying early returns, guard clauses, and table-driven patterns.
This skill helps you create and register small, pure Laravel helper functions to improve code clarity and maintainability.
This skill enables runtime behavior selection using the Strategy pattern by binding multiple implementations to a shared interface across Laravel and Vue apps.
This skill helps you process large Laravel datasets efficiently by applying chunking methods to reduce memory usage and boost performance.
This skill enforces safe Laravel migrations and factories, guiding when to modify or add migrations, and pairing models with seeds for realistic, tested
This skill helps prune Laravel dependencies by auditing composer packages, removing unused ones, and prioritizing built-in features to improve boot time and
This skill helps Laravel developers prevent N+1 queries by eager loading, safeguard lazy loading in dev, and select only needed fields.
This skill helps optimize Laravel performance by using framework caches, value and query caching, and explicit invalidation strategies for correctness.
This skill runs automated quality gates for Laravel projects, combining Pint, PHPStan/Psalm, Insights, and JS linters to ensure clean handoffs.
This skill helps you reduce Laravel controller bloat by moving auth/validation to Form Requests, using Actions with DTOs, and opting for resource or
This skill helps you schedule Laravel tasks safely across environments, using withoutOverlapping, onOneServer, and visibility for reliable cron execution.
This skill enforces Laravel route discipline by keeping routes mapping to controllers and avoiding business logic or validation.
This skill helps configure portable storage across S3, R2, and MinIO with optional CDN and env toggles for Laravel and Vue.
This skill helps enforce Laravel access control by applying policies and gates in controllers and routes, ensuring consistent authorization checks.
This skill helps you stabilize Laravel flows by applying the Template Method pattern and pluggable strategies, extending via new classes.
This skill helps you implement Laravel internationalization from day one by guiding translation helpers, JSON files, and locale management for scalable apps.
This skill helps you craft Laravel debugging prompts with complete errors, stack traces, context, and attempted solutions to accelerate fixes.