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.
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.
بعد التثبيت، يمكنك استخدام هذه المهارة بتشغيل الأمر التالي في الطرفية:
skills use laravel-repository