Eduardo Lázaro avatar

Eduardo Lázaro

Community

@edulazaro · Dimension 320x240

122Followers
|
66Public Repos
|
32Published Skills

💻 Instruction at referenced memory could not be read.

Agent Skills by Eduardo Lázaro

Showing 32 vetted skills indexed across 1 GitHub repositories.

edulazaroedulazaro
12

lc:generate-scraper

Generate Larascraper-compatible scraper classes and crawler logic for Laravel applications.

Community
Advanced
edulazaroedulazaro
12

lc:boost-inspect

Inspect live Laravel application state via database schema, Eloquent models, and runtime logs.

Community
Advanced
edulazaroedulazaro
12

lc:slow-queries

Analyze Laravel Eloquent and Query Builder usage to detect database performance bottlenecks.

Community
Intermediate
edulazaroedulazaro
12

lc:livewire-audit

Scan Laravel Livewire and Volt components for common bugs and apply fixes.

Community
Advanced
edulazaroedulazaro
12

lc:generate-table

Generate Livewire Volt table components with filtering, sorting, and infinite scroll.

Community
Intermediate
edulazaroedulazaro
12

lc:analyze-model

Analyze Laravel Eloquent models and migration files for architectural inconsistencies.

Community
Advanced
edulazaroedulazaro
12

lc:model-diagram

Generate Mermaid Entity-Relationship diagrams from Eloquent models and migrations.

Community
Intermediate
edulazaroedulazaro
12

lc:generate-test

Generate PHPUnit or Pest test files for Laravel models, controllers, actions, and Livewire components.

Community
Advanced
edulazaroedulazaro
12

lc:orphaned-records

Detect and remediate orphaned database records in Laravel environments.

Community
Advanced
edulazaroedulazaro
12

lc:blade-audit

Audit Laravel Blade templates for localization, accessibility, and security issues.

Community
Advanced
edulazaroedulazaro
12

lc:migration-fresh-test

Automate Laravel database migration testing and repair in Docker containers.

Community
Advanced
edulazaroedulazaro
12

lc:unused-columns

Detect unused database columns by cross-referencing Laravel migrations with codebase usage patterns.

Community
Advanced
edulazaroedulazaro
12

lc:dead-code

Identify and remove unused classes, methods, routes, views, and imports in Laravel applications via static analysis.

Community
Advanced
edulazaroedulazaro
12

lc:laracrate-collection

Generate and update Laracrate file collection configurations in Laravel's config/laracrate.php.

Community
Advanced
edulazaroedulazaro
12

lc:consolidate-migrations

Consolidate fragmented Laravel migration files by grouping operations per table.

Community
Advanced
edulazaroedulazaro
12

lc:generate-modal

Generate standardized Livewire Volt modal components for Laravel applications.

Community
Intermediate
edulazaroedulazaro
12

lc:livewire-optimize

Analyze Livewire and Volt components for performance anti-patterns in PHP and Blade templates.

Community
Advanced
edulazaroedulazaro
12

lc:analyze-error

Analyze Laravel stack traces and apply code fixes across controllers, models, and database layers.

Community
Advanced
edulazaroedulazaro
12

lc:spatie-permissions-audit

Audit Laravel authorization for spatie/laravel-permission inconsistencies.

Community
Advanced
edulazaroedulazaro
12

lc:cache-opportunities

Detect redundant queries and API calls in Laravel PHP code.

Community
Intermediate
edulazaroedulazaro
12

lc:generate-action

Generate and register Laractions action classes in Laravel models.

Community
Intermediate
edulazaroedulazaro
12

lc:check-foreign-keys

Analyzes Laravel migrations and Eloquent models to detect foreign key discrepancies.

Community
Advanced
edulazaroedulazaro
12

lc:generate-crud

Generate Laravel CRUD scaffolding with migrations, models, controllers, and Volt components.

Community
Advanced
edulazaroedulazaro
12

lc:deploy-checklist

Analyze Laravel project configurations and code quality for production readiness.

Community
Intermediate