seed
25Command
Create database seeders and factories for Laravel 13 testing and development.
Command
Create database seeders and factories for Laravel 13 testing and development.
Hook
Runs before the agent uses a tool for Write and Edit tool calls, running a command. From elmochilyas/laraskills.
Skill Claude CodeCodex
Use this skill when implementing GraphQL APIs in Laravel 13 using Lighthouse. GraphQL solves over-fetching and under-fetching problems inherent in REST. Best suited for mobile apps, dashboards, complex frontends, and aggregated data systems. Not every project needs GraphQL — simple CRUD APIs are better served by REST…
Skill Claude CodeCodex
Use this skill when implementing inter-service communication in Laravel 13 microservices architectures using gRPC. gRPC uses Protocol Buffers for binary serialization and HTTP/2 for transport, offering 5-10x better performance than REST/JSON for internal service communication. Best suited for microservices, internal…
Skill Claude CodeCodex
Use this skill when building APIs that need strict JSON:API specification compliance. Laravel 13 ships with a native JsonApiResource class that produces spec-compliant responses without external packages. Covers resource definition, attributes, relationships, sparse fieldsets, includes, compound documents, links, meta…
Skill Claude CodeCodex
Use this skill when designing internal microservice architectures in Laravel 13. Covers service boundaries, database ownership, inter-service communication strategies (events, gRPC, REST), saga patterns for distributed transactions, service discovery, observability, and deployment strategies. Every microservice must…
Skill Claude CodeCodex
Use this skill when designing or building RESTful APIs in Laravel 13. It covers REST principles, resource naming, HTTP methods, status codes, HATEOAS hypermedia, API versioning strategies, resource transformation via API Resources, and all pagination strategies (offset, cursor, keyset, length-aware). Every AI agent…
Skill Claude CodeCodex
Use this skill when you need to understand how Laravel 13 works under the hood. It covers the Service Container, Dependency Injection, Service Providers, Facades, the Request Lifecycle, and the Contract system. Apply this knowledge to write framework-aware code that is testable, swappable, and maintainable.
Skill Claude CodeCodex
Use this skill when designing database schemas, optimizing SQL queries, scaling database infrastructure, implementing search features, or working with database-specific capabilities (PostgreSQL or MySQL). This is the definitive reference for database engineering in Laravel 13 applications.
Skill Claude CodeCodex
Use this skill when building Laravel 13 applications that require deep Eloquent knowledge: complex relationship mapping, query performance optimization, domain-driven model design, and advanced ORM features. This is the definitive reference for Eloquent beyond simple CRUD.
Skill Claude CodeCodex
Use this skill when building Laravel 13 applications to ensure consistent, maintainable architecture. It covers the full spectrum of Laravel patterns: from attribute-driven models and modular structure to Actions, Services, DTOs, Eloquent best practices, Queues, Caching, API Resources, and Event-driven design.
Skill Claude CodeCodex
Use this skill when building or auditing Laravel 13 applications for security. It covers mass assignment protection (Laravel 13 attributes), SQL injection prevention, XSS/PAO (PHP Attribute Output), CSRF, authentication (Breeze/Jetstream/Fortify), authorization (Gates/Polices), FormRequest validation, rate limiting…
Skill Claude CodeCodex
Use this skill when testing Laravel 13 applications. It covers Pest 4 installation and configuration, feature tests, model factories, HTTP tests, authentication tests, mocking with Laravel fakes, architecture tests, parallel testing, snapshot testing, Dusk browser tests, and CI integration. Target test split: 80%…