π―Skills33
Rapidly initialize Vue/Nuxt projects with accessible Tailwind UI components, dark mode, and streamlined component management using shadcn-vue CLI.
Optimizes database queries by selectively retrieving only specified columns, reducing unnecessary data transfer and improving Laravel query performance.
Performs automated quality checks and linting for Laravel projects, ensuring code standards, detecting potential issues, and maintaining high code quality.
Generates Laravel database migrations and model factories to quickly set up database schemas and create test data for Laravel applications.
Enforces low code complexity by guiding developers to flatten control flow, extract helpers, and use strategy patterns to keep functions simple and maintainable.
Generates a responsive baseline UI component with customizable layout, spacing, and styling for consistent web design.
Replaces hardcoded values with constants, enums, and configuration in Laravel, improving code maintainability and readability.
Cleans up Laravel controllers by removing unused methods, organizing imports, and refactoring code for improved maintainability.
Optimizes Laravel database queries by selectively choosing specific columns to minimize memory usage and transfer overhead.
Implements rate limiting configuration and middleware for Laravel applications to control and protect API request frequencies.
Enables stable Laravel workflows by defining template methods and pluggable strategies for easy extension without modifying core logic.
Enables seamless file upload handling and storage management within Laravel applications using filesystem abstractions.
Generates precise Laravel debugging prompts to help AI assistants quickly understand and resolve specific coding issues.
Guides Laravel developers in creating safe, reversible database migrations, model factories, and seeding strategies with best practices.
Demonstrates defining and using interfaces with dependency injection in Laravel to create more modular, testable, and flexible PHP code.
Trims unnecessary Laravel Composer packages to optimize application performance, reduce memory usage, and minimize security vulnerabilities.
Enforces granular access control in Laravel applications using Policies and Gates for model-level and cross-cutting authorization checks.
Dynamically select and apply tax calculation strategies in Laravel based on country-specific implementations using a flexible interface-driven approach.
Manages database transactions in Laravel, ensuring atomic multi-write operations and safe event dispatching with idempotency patterns.
Enables robust Laravel task scheduling with concurrency controls, distributed execution safety, and configurable visibility settings.
Optimizes Laravel database queries by preventing N+1 problems through explicit eager loading and lazy-loading protection.
Configures portable Laravel storage across S3/R2/MinIO with dynamic provider switching via environment variables and optional CDN support.
Provides structured prompting techniques and best practices for generating Laravel code and solving development challenges using Claude AI.
Generates concise, focused Laravel controller tests with HTTP assertions and best practices for validation and business logic separation.
Demonstrates creating Laravel API resources with pagination, showing how to structure API responses and handle paginated data efficiently.
Enables seamless Laravel internationalization by providing translation helpers, JSON language files, and dynamic locale management for multilingual applications.
Performs comprehensive automated quality checks for Laravel projects, including code style, static analysis, linting, and testing.
Builds production-grade Laravel REST APIs using opinionated architecture patterns with stateless design, versioned endpoints, and best practices.
Guides developers in refining AI-generated Laravel code by providing specific, actionable feedback on validation, error handling, and query optimization.
Optimizes Laravel application performance by strategically caching routes, configs, views, database queries, and computed values with intelligent invalidation.
Extends Laravel's helper functions with custom, reusable utility methods to streamline development and improve code organization.
Efficiently processes and chunks large Laravel datasets by breaking them into manageable batches for memory-optimized database operations.
Organizes and simplifies Laravel routes by keeping them focused on mapping requests to controllers, separating concerns and improving code maintainability.