laraclaude
يحتوي laraclaude على 32 من skills المجمعة من edulazaro، مع تغطية مهنية على مستوى المستودع وصفحات skill داخل الموقع.
Skills في هذا المستودع
Create a Larascraper scraper (v2 or v3) for a target website, chaining browser actions (click, type, wait, scroll), conditional flow (when/repeatUntil), captcha solving, and file/PDF downloads. Detects the installed major and generates the matching style.
Add or edit a Laracrate file collection in config/laracrate.php with the correct anatomy (disk, access, types, variants, previews, extract/embed, flags, per-model scoping).
Runtime-verified Laravel inspection using the Laravel Boost MCP server (Tinker, Database Query/Schema, Last Error) instead of static grep. Falls back to Docker/Tinker if Boost is not installed.
Scaffold spatie/laravel-permission setup - add the HasRoles trait to a model and generate a roles & permissions seeder.
Audit spatie/laravel-permission usage - permissions used in code but undefined, defined but unused, unprotected routes, guard mismatches, and cache pitfalls.
Extract business logic from a controller or Livewire component method into a Laractions Action class.
Create a Laractions action class with proper boilerplate.
Paste a Laravel stacktrace and get root cause analysis with suggested fix.
Deep analysis of a Laravel Eloquent model - relationships, scopes, casts, fillable, observers, keepers, actions.
Generate API documentation from routes, controllers, and form requests.
Detect hardcoded text without @text(), duplicate CSS classes, unused Blade components, and accessibility issues.
Detect repeated queries and computations that should be cached.
Detect broken, orphaned, or missing foreign key constraints in Laravel migrations and models.
Analyze and consolidate fragmented Laravel migration files. Groups by table, detects dependencies, proposes safe merges.
Find unused classes, methods, routes, views, and imports.
Verify the project is production-ready with a comprehensive checklist.
Verify docker-compose.yml, Dockerfile, and .env are properly synchronized.
Detect N+1 query problems in Blade views, Livewire components, and controllers.
Generate complete CRUD scaffolding - migration, model, controller, routes, views (index + create/edit modal).
Generate a modal component using the project's x-modal pattern with Livewire integration.
Generate a table component with filters, sorting, infinite scroll using the project's TableComponent base.
Generate feature/unit tests for a model, controller, action, or component by analyzing its code.
Detect common Livewire/Volt problems - unserializable properties, missing wire:key, orphaned events, re-render issues.
Detect and fix Livewire performance issues - heavy renders, excessive queries, unnecessary reactivity.
Run migrate:fresh in Docker and report errors with fix suggestions.
Generate an ER diagram of Eloquent models in Mermaid format.
Find orphaned database records where foreign key parent records don't exist.
Detect common Laravel security vulnerabilities - SQL injection, XSS, mass assignment, exposed secrets.
Detect queries without indexes, queries in loops, and unbounded selects.
Analyze which models, controllers, and actions have tests and which don't.
Detect database columns that are never referenced in the codebase.
Generate a Livewire Volt single-file component following project conventions.