elmochilyas

37 mods across 1 repository, 8 stars between them.

seed

25

elmochilyas/laraskills

Command

Create database seeders and factories for Laravel 13 testing and development.

8 2mo ago A 13 tokens original MIT

PreToolUse

26

elmochilyas/laraskills

Hook

Runs before the agent uses a tool for Write and Edit tool calls, running a command. From elmochilyas/laraskills.

8 2mo ago A tokens not measured original MIT

laravel-api-graphql

27

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…

8 2mo ago A 0 tokens original MIT

laravel-api-grpc

28

elmochilyas/laraskills

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…

8 2mo ago A 0 tokens original MIT

laravel-api-jsonapi

29

elmochilyas/laraskills

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…

8 2mo ago A 0 tokens original MIT

elmochilyas/laraskills

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…

8 2mo ago A 0 tokens original MIT

laravel-api-rest

31

elmochilyas/laraskills

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…

8 2mo ago A 0 tokens original MIT

elmochilyas/laraskills

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.

8 2mo ago A 0 tokens original MIT

laravel-database

33

elmochilyas/laraskills

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.

8 2mo ago A 0 tokens original MIT

laravel-eloquent

34

elmochilyas/laraskills

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.

8 2mo ago A 0 tokens original MIT

laravel-patterns

35

elmochilyas/laraskills

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.

8 2mo ago A 0 tokens original MIT

laravel-security

36

elmochilyas/laraskills

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…

8 2mo ago A 0 tokens original MIT

laravel-tdd

37

elmochilyas/laraskills

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%…

8 2mo ago A 0 tokens original MIT