Loading...
Loading...
Found 48002 skills
moonpixels
Generates or updates AGENTS.md configuration files for AI coding assistants, following best practices for project initialization and agent context setup.
moonpixels
Creates React layout components for Inertia.js pages with TypeScript and AppHead, supporting authenticated, guest, and page wrappers.
moonpixels
Defines TypeScript types and interfaces for React components, Inertia props, and Laravel models to enforce type safety in code.
moonpixels
Generates Inertia.js page components with TypeScript, form handling, and navigation features for modern web applications.
JanSzewczyk
Provides performance optimization patterns for Next.js applications, including bundle analysis, React rendering, and Core Web Vitals.
moonpixels
Automates Laravel code quality checks using Rector, Pint, PHPStan, and coverage tools for consistent, high-quality code.
agentage
Runs comprehensive project verification including type-checking, linting, unit tests, e2e tests, and build validation to ensure code quality.
moonpixels
Generates Laravel HTTP middleware for request filtering, response modification, and custom processing in web applications.
moonpixels
Creates and modifies Laravel Eloquent models with PHPDoc, casts, relationships, and virtual properties for database interaction.
moonpixels
Defines RESTful routes in Laravel with proper grouping, middleware, and naming conventions for API endpoints and request routing.
moonpixels
Writes end-to-end browser tests for user workflows and JavaScript interactions using Playwright and Pest v4, replacing QA smoke testing.
moonpixels
Creates Laravel Service Provider classes for binding services, registering singletons, and bootstrapping the application via dependency injection.
moonpixels
Generates Laravel Form Request classes with validation rules and toDTO() method for converting validated data to Data Transfer Objects.
moonpixels
Creates thin Laravel controllers that delegate business logic to Actions, handling HTTP requests and routing efficiently.
moonpixels
Generates Laravel JSON API Resource classes for type-safe formatting of HTTP responses, transforming models to JSON with consistent structure.
moonpixels
Creates and manages Laravel configuration files with proper structure and type safety for application settings.
moonpixels
Writes unit tests for isolated business logic, services, and domain code using Pest v4 framework.
moonpixels
Automates frontend code quality checks using ESLint, Prettier, and TypeScript compilation for consistent development practices.
moonpixels
Generates PHP traits for reusable model behavior and request extensions, enhancing code modularity and reducing duplication in backend development.
moonpixels
Generates custom support classes, utilities, and domain services in the Support directory for code organization and reusability.
moonpixels
Generates Laravel database migrations for schema modifications, indexes, and foreign keys following framework conventions.
moonpixels
Generates type-safe PHP enums for fixed value sets, enhancing code reliability in state management and constant definitions.
moonpixels
Creates Laravel Data Transfer Objects (DTOs) for safe, validated data passing between application layers in backend development.
moonpixels
Generates feature tests for HTTP endpoints and business logic using Pest v4, serving as the primary testing strategy for controllers and application behavior.