Collection33 items

noartem/skills

View on GitHub
6stars

🎯Skills33

🎯shadcn-vue🎯Skill

Rapidly initialize Vue/Nuxt projects with accessible Tailwind UI components, dark mode, and streamlined component management using shadcn-vue CLI.

shadcn-vue
🎯laravel-performance-select-columns🎯Skill

Optimizes database queries by selectively retrieving only specified columns, reducing unnecessary data transfer and improving Laravel query performance.

laravel-performance-select-columns
🎯laravel-quality-checks🎯Skill

Performs automated quality checks and linting for Laravel projects, ensuring code standards, detecting potential issues, and maintaining high code quality.

laravel-quality-checks
🎯laravel-migrations-and-factories🎯Skill

Generates Laravel database migrations and model factories to quickly set up database schemas and create test data for Laravel applications.

laravel-migrations-and-factories
🎯complexity-guardrails🎯Skill

Enforces low code complexity by guiding developers to flatten control flow, extract helpers, and use strategy patterns to keep functions simple and maintainable.

complexity-guardrails
🎯baseline-ui🎯Skill

Generates a responsive baseline UI component with customizable layout, spacing, and styling for consistent web design.

baseline-ui
🎯laravel-constants-and-configuration🎯Skill

Replaces hardcoded values with constants, enums, and configuration in Laravel, improving code maintainability and readability.

laravel-constants-and-configuration
🎯laravel-controller-cleanup🎯Skill

Cleans up Laravel controllers by removing unused methods, organizing imports, and refactoring code for improved maintainability.

laravel-controller-cleanup
🎯laravel-performance-select-columns🎯Skill

Optimizes Laravel database queries by selectively choosing specific columns to minimize memory usage and transfer overhead.

laravel-performance-select-columns
🎯laravel-rate-limiting🎯Skill

Implements rate limiting configuration and middleware for Laravel applications to control and protect API request frequencies.

laravel-rate-limiting
🎯laravel-template-method-and-plugins🎯Skill

Enables stable Laravel workflows by defining template methods and pluggable strategies for easy extension without modifying core logic.

laravel-template-method-and-plugins
🎯laravel-filesystem-uploads🎯Skill

Enables seamless file upload handling and storage management within Laravel applications using filesystem abstractions.

laravel-filesystem-uploads
🎯laravel-debugging-prompts🎯Skill

Generates precise Laravel debugging prompts to help AI assistants quickly understand and resolve specific coding issues.

laravel-debugging-prompts
🎯laravel-migrations-and-factories🎯Skill

Guides Laravel developers in creating safe, reversible database migrations, model factories, and seeding strategies with best practices.

laravel-migrations-and-factories
🎯laravel-interfaces-and-di🎯Skill

Demonstrates defining and using interfaces with dependency injection in Laravel to create more modular, testable, and flexible PHP code.

laravel-interfaces-and-di
🎯laravel-dependencies-trim-packages🎯Skill

Trims unnecessary Laravel Composer packages to optimize application performance, reduce memory usage, and minimize security vulnerabilities.

laravel-dependencies-trim-packages
🎯laravel-policies-and-authorization🎯Skill

Enforces granular access control in Laravel applications using Policies and Gates for model-level and cross-cutting authorization checks.

laravel-policies-and-authorization
🎯laravel-strategy-pattern🎯Skill

Dynamically select and apply tax calculation strategies in Laravel based on country-specific implementations using a flexible interface-driven approach.

laravel-strategy-pattern
🎯laravel-transactions-and-consistency🎯Skill

Manages database transactions in Laravel, ensuring atomic multi-write operations and safe event dispatching with idempotency patterns.

laravel-transactions-and-consistency
🎯laravel-task-scheduling🎯Skill

Enables robust Laravel task scheduling with concurrency controls, distributed execution safety, and configurable visibility settings.

laravel-task-scheduling
🎯laravel-performance-eager-loading🎯Skill

Optimizes Laravel database queries by preventing N+1 problems through explicit eager loading and lazy-loading protection.

laravel-performance-eager-loading
🎯laravel-config-env-storage🎯Skill

Configures portable Laravel storage across S3/R2/MinIO with dynamic provider switching via environment variables and optional CDN support.

laravel-config-env-storage
🎯laravel-laravel-prompting-patterns🎯Skill

Provides structured prompting techniques and best practices for generating Laravel code and solving development challenges using Claude AI.

laravel-laravel-prompting-patterns
🎯laravel-controller-tests🎯Skill

Generates concise, focused Laravel controller tests with HTTP assertions and best practices for validation and business logic separation.

laravel-controller-tests
🎯laravel-api-resources-and-pagination🎯Skill

Demonstrates creating Laravel API resources with pagination, showing how to structure API responses and handle paginated data efficiently.

laravel-api-resources-and-pagination
🎯laravel-internationalization-and-translation🎯Skill

Enables seamless Laravel internationalization by providing translation helpers, JSON language files, and dynamic locale management for multilingual applications.

laravel-internationalization-and-translation
🎯laravel-quality-checks🎯Skill

Performs comprehensive automated quality checks for Laravel projects, including code style, static analysis, linting, and testing.

laravel-quality-checks
🎯laravel-api🎯Skill

Builds production-grade Laravel REST APIs using opinionated architecture patterns with stateless design, versioned endpoints, and best practices.

laravel-api
🎯laravel-iterating-on-code🎯Skill

Guides developers in refining AI-generated Laravel code by providing specific, actionable feedback on validation, error handling, and query optimization.

laravel-iterating-on-code
🎯laravel-performance-caching🎯Skill

Optimizes Laravel application performance by strategically caching routes, configs, views, database queries, and computed values with intelligent invalidation.

laravel-performance-caching
🎯laravel-custom-helpers🎯Skill

Extends Laravel's helper functions with custom, reusable utility methods to streamline development and improve code organization.

laravel-custom-helpers
🎯laravel-data-chunking-large-datasets🎯Skill

Efficiently processes and chunks large Laravel datasets by breaking them into manageable batches for memory-optimized database operations.

laravel-data-chunking-large-datasets
🎯laravel-routes-best-practices🎯Skill

Organizes and simplifies Laravel routes by keeping them focused on mapping requests to controllers, separating concerns and improving code maintainability.

laravel-routes-best-practices