home/categories/defi/aphoe-openbooklist-gemini-skills-laravel-repository-skill-md
defiblockchain

laravel-repository

Generate production-ready Laravel repository classes for Eloquent models following strict architectural conventions. Each repository is tightly coupled to a specific model class (e.g., UserRepository → User model, PostRepository → Post model). Use this skill whenever the user asks to create, scaffold, generate, or write a Laravel repository, data access layer, or model repository class. Also trigger when the user says things like "make me a repository for X", "create a repository class for User", "create a repository for the Post model", "I need a repository to handle Z queries", or "add a repository for X". Always use this skill for Laravel repository generation — do not improvise the structure without consulting this skill first.

aphoe
maintainer
aphoe
업데이트됨 3/4/2026
스타
0
포크
0
quick start

Installation and usage

Generate production-ready Laravel repository classes for Eloquent models following strict architectural conventions. Each repository is tightly coupled to a specific model class (e.g., UserRepository → User model, PostRepository → Post model). Use this skill whenever the user asks to create, scaffold, generate, or write a Laravel repository, data access layer, or model repository class. Also trigger when the user says things like "make me a repository for X", "create a repository class for User", "create a repository for the Post model", "I need a repository to handle Z queries", or "add a repository for X". Always use this skill for Laravel repository generation — do not improvise the structure without consulting this skill first.

설치
$ install --globalskills.sh
사용법

설치 후 터미널에서 다음 명령을 실행하여 이 스킬을 사용할 수 있습니다:

skills use laravel-repository