Skip to main content
مستودع GitHub

laraclaude

يحتوي laraclaude على 32 من skills المجمعة من edulazaro، مع تغطية مهنية على مستوى المستودع وصفحات skill داخل الموقع.

skills مجمعة
32
Stars
12
محدث
2026-07-30
Forks
2
التغطية المهنية
5 فئات مهنية · 100% مصنفة
مستكشف المستودعات

Skills في هذا المستودع

lc-generate-scraper
مطوّرو البرمجيات

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.

2026-07-30
lc-laracrate-collection
مطوّرو البرمجيات

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).

2026-07-30
lc-boost-inspect
مطوّرو البرمجيات

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.

2026-06-21
lc-generate-spatie-permissions
مطوّرو البرمجيات

Scaffold spatie/laravel-permission setup - add the HasRoles trait to a model and generate a roles & permissions seeder.

2026-06-21
lc-spatie-permissions-audit
مطوّرو البرمجيات

Audit spatie/laravel-permission usage - permissions used in code but undefined, defined but unused, unprotected routes, guard mismatches, and cache pitfalls.

2026-06-21
lc-extract-action
مطوّرو البرمجيات

Extract business logic from a controller or Livewire component method into a Laractions Action class.

2026-04-08
lc-generate-action
مطوّرو البرمجيات

Create a Laractions action class with proper boilerplate.

2026-04-08
lc-analyze-error
مطوّرو البرمجيات

Paste a Laravel stacktrace and get root cause analysis with suggested fix.

2026-04-08
lc-analyze-model
مطوّرو البرمجيات

Deep analysis of a Laravel Eloquent model - relationships, scopes, casts, fillable, observers, keepers, actions.

2026-04-08
lc-api-docs
مطوّرو البرمجيات

Generate API documentation from routes, controllers, and form requests.

2026-04-08
lc-blade-audit
مطوّرو البرمجيات

Detect hardcoded text without @text(), duplicate CSS classes, unused Blade components, and accessibility issues.

2026-04-08
lc-cache-opportunities
مطوّرو البرمجيات

Detect repeated queries and computations that should be cached.

2026-04-08
lc-check-foreign-keys
مطوّرو البرمجيات

Detect broken, orphaned, or missing foreign key constraints in Laravel migrations and models.

2026-04-08
lc-consolidate-migrations
مطوّرو البرمجيات

Analyze and consolidate fragmented Laravel migration files. Groups by table, detects dependencies, proposes safe merges.

2026-04-08
lc-dead-code
مطوّرو البرمجيات

Find unused classes, methods, routes, views, and imports.

2026-04-08
lc-deploy-checklist
مطوّرو البرمجيات

Verify the project is production-ready with a comprehensive checklist.

2026-04-08
lc-docker-check
مديرو الشبكات وأنظمة الحاسوب

Verify docker-compose.yml, Dockerfile, and .env are properly synchronized.

2026-04-08
lc-find-n-plus-one
مطوّرو البرمجيات

Detect N+1 query problems in Blade views, Livewire components, and controllers.

2026-04-08
lc-generate-crud
مطوّرو البرمجيات

Generate complete CRUD scaffolding - migration, model, controller, routes, views (index + create/edit modal).

2026-04-08
lc-generate-modal
مطوّرو البرمجيات

Generate a modal component using the project's x-modal pattern with Livewire integration.

2026-04-08
lc-generate-table
مطوّرو البرمجيات

Generate a table component with filters, sorting, infinite scroll using the project's TableComponent base.

2026-04-08
lc-generate-test
محللو ضمان جودة البرمجيات والمختبرون

Generate feature/unit tests for a model, controller, action, or component by analyzing its code.

2026-04-08
lc-livewire-audit
مطوّرو البرمجيات

Detect common Livewire/Volt problems - unserializable properties, missing wire:key, orphaned events, re-render issues.

2026-04-08
lc-livewire-optimize
مطوّرو البرمجيات

Detect and fix Livewire performance issues - heavy renders, excessive queries, unnecessary reactivity.

2026-04-08
lc-migration-fresh-test
مديرو الشبكات وأنظمة الحاسوب

Run migrate:fresh in Docker and report errors with fix suggestions.

2026-04-08
lc-model-diagram
مطوّرو البرمجيات

Generate an ER diagram of Eloquent models in Mermaid format.

2026-04-08
lc-orphaned-records
مصممو قواعد البيانات

Find orphaned database records where foreign key parent records don't exist.

2026-04-08
lc-security-audit
محللو أمن المعلومات

Detect common Laravel security vulnerabilities - SQL injection, XSS, mass assignment, exposed secrets.

2026-04-08
lc-slow-queries
مطوّرو البرمجيات

Detect queries without indexes, queries in loops, and unbounded selects.

2026-04-08
lc-test-coverage
محللو ضمان جودة البرمجيات والمختبرون

Analyze which models, controllers, and actions have tests and which don't.

2026-04-08
lc-unused-columns
مصممو قواعد البيانات

Detect database columns that are never referenced in the codebase.

2026-04-08
lc-volt-component
مطوّرو البرمجيات

Generate a Livewire Volt single-file component following project conventions.

2026-04-08