Eduardo Lázaro
Community@edulazaro · Dimension 320x240
💻 Instruction at referenced memory could not be read.
Agent Skills by Eduardo Lázaro
Showing 32 vetted skills indexed across 1 GitHub repositories.
lc:generate-scraper
Generate Larascraper-compatible scraper classes and crawler logic for Laravel applications.
lc:boost-inspect
Inspect live Laravel application state via database schema, Eloquent models, and runtime logs.
lc:slow-queries
Analyze Laravel Eloquent and Query Builder usage to detect database performance bottlenecks.
lc:livewire-audit
Scan Laravel Livewire and Volt components for common bugs and apply fixes.
lc:generate-table
Generate Livewire Volt table components with filtering, sorting, and infinite scroll.
lc:analyze-model
Analyze Laravel Eloquent models and migration files for architectural inconsistencies.
lc:model-diagram
Generate Mermaid Entity-Relationship diagrams from Eloquent models and migrations.
lc:generate-test
Generate PHPUnit or Pest test files for Laravel models, controllers, actions, and Livewire components.
lc:orphaned-records
Detect and remediate orphaned database records in Laravel environments.
lc:blade-audit
Audit Laravel Blade templates for localization, accessibility, and security issues.
lc:migration-fresh-test
Automate Laravel database migration testing and repair in Docker containers.
lc:unused-columns
Detect unused database columns by cross-referencing Laravel migrations with codebase usage patterns.
lc:dead-code
Identify and remove unused classes, methods, routes, views, and imports in Laravel applications via static analysis.
lc:laracrate-collection
Generate and update Laracrate file collection configurations in Laravel's config/laracrate.php.
lc:consolidate-migrations
Consolidate fragmented Laravel migration files by grouping operations per table.
lc:generate-modal
Generate standardized Livewire Volt modal components for Laravel applications.
lc:livewire-optimize
Analyze Livewire and Volt components for performance anti-patterns in PHP and Blade templates.
lc:analyze-error
Analyze Laravel stack traces and apply code fixes across controllers, models, and database layers.
lc:spatie-permissions-audit
Audit Laravel authorization for spatie/laravel-permission inconsistencies.
lc:cache-opportunities
Detect redundant queries and API calls in Laravel PHP code.
lc:generate-action
Generate and register Laractions action classes in Laravel models.
lc:check-foreign-keys
Analyzes Laravel migrations and Eloquent models to detect foreign key discrepancies.
lc:generate-crud
Generate Laravel CRUD scaffolding with migrations, models, controllers, and Volt components.
lc:deploy-checklist
Analyze Laravel project configurations and code quality for production readiness.