Foysal50x

9 mods across 1 repository, 8 stars between them.

foysal50x

01

Foysal50x/skills

Plugin Claude Code

Plugin marketplace listing 1 plugin: laravel-skill.

8 20d ago A tokens not measured original MIT

laravel-skill

02

Foysal50x/skills

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.

8 20d ago A tokens not measured original MIT

skills AGENTS.md

03

Foysal50x/skills

Instructions file CodexOpenCode

Instructions for Foysal50x/skills, covering agents.md, repository overview, layout, commands and examples must obey the other rules.

8 20d ago A 2,092 tokens original MIT

skills CLAUDE.md

04

Foysal50x/skills

Instructions file

Instructions for Foysal50x/skills, a project described as: Opinionated Laravel engineering skills for AI coding agents.

8 20d ago A 3 tokens copy · 100% MIT

laravel-async

05

Foysal50x/skills

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…

8 20d ago A 86 tokens original MIT

laravel-eloquent

06

Foysal50x/skills

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…

8 20d ago A 93 tokens original MIT

laravel-patterns

07

Foysal50x/skills

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…

8 20d ago A 95 tokens original MIT

laravel-rest-api

08

Foysal50x/skills

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…

8 20d ago A 103 tokens original MIT

laravel-testing

09

Foysal50x/skills

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…

8 20d ago A 83 tokens original MIT