foysal50x
01Plugin Claude Code
Plugin marketplace listing 1 plugin: laravel-skill.
Plugin Claude Code
Plugin marketplace listing 1 plugin: laravel-skill.
Plugin Claude Code
Laravel architecture, Eloquent, REST API, async and testing skills — Action / Service / Repository / Query Class / Value Object patterns for domain-driven Laravel apps.
Instructions file CodexOpenCode
Instructions for Foysal50x/skills, covering agents.md, repository overview, layout, commands and examples must obey the other rules.
Instructions file
Instructions for Foysal50x/skills, a project described as: Opinionated Laravel engineering skills for AI coding agents.
Skill Claude CodeCodex
Asynchronous and caching rules for Laravel — idempotent queued jobs with retries and backoff, domain events for side effects, queue separation and failure handling, deterministic cache keys with event-driven invalidation, and scheduled tasks that queue rather than block. Use when writing or reviewing jobs, events…
Skill Claude CodeCodex
Eloquent and query-layer engineering rules for Laravel — eliminating N+1, choosing a pagination strategy, short atomic transactions, casts and scopes on the model, where raw SQL is allowed, and how migrations declare the schema those queries depend on. Use when writing or reviewing Eloquent models, migrations, query…
Skill Claude CodeCodex
Placement rules for domain-driven Laravel applications — when to create an Action, Service, Repository, Query Class or Value Object, and when to just use Eloquent. Use when writing, reviewing or refactoring Laravel code that touches application structure, data access, domain boundaries or class placement. Triggers on…
Skill Claude CodeCodex
REST API and HTTP-edge rules for Laravel — authorization before the domain runs, validation and DTO construction in Form Requests, scoped route model binding for nested resources, JSON output through Resources, thin controllers, and domain exceptions mapped to status codes centrally. Also covers outbound calls — HTTP…
Skill Claude CodeCodex
Test strategy for a layered Laravel application — which test style fits each layer, hand-written fakes over mocks, real-database tests for Query Classes and Repositories, pure tests for Value Objects, and feature tests that assert authorization, payload shape and query counts. Use when writing or reviewing Laravel…