# edulazaro

> Open-source publisher. Listings imported from github.com/edulazaro — credited to the original author with their license.

- **Listings:** 31
- **Total installs:** 0
- **Profile:** https://agentstack.voostack.com/s/edulazaro
- **Website:** https://github.com/edulazaro

## Published listings

- [Lc:check Foreign Keys](https://agentstack.voostack.com/l/skill-edulazaro-laraclaude-check-foreign-keys) — Skill · Free · security-reviewed — `agentstack add skill-edulazaro-laraclaude-check-foreign-keys`
  Detect broken, orphaned, or missing foreign key constraints in Laravel migrations and models.
- [Lc:analyze Model](https://agentstack.voostack.com/l/skill-edulazaro-laraclaude-analyze-model) — Skill · Free · security-reviewed — `agentstack add skill-edulazaro-laraclaude-analyze-model`
  Deep analysis of a Laravel Eloquent model - relationships, scopes, casts, fillable, observers, keepers, actions.
- [Lc:spatie Permissions Audit](https://agentstack.voostack.com/l/skill-edulazaro-laraclaude-spatie-permissions-audit) — Skill · Free · security-reviewed — `agentstack add skill-edulazaro-laraclaude-spatie-permissions-audit`
  Audit spatie/laravel-permission usage - permissions used in code but undefined, defined but unused, unprotected routes, guard mismatches, and cache pitfalls.
- [Lc:migration Fresh Test](https://agentstack.voostack.com/l/skill-edulazaro-laraclaude-migration-fresh-test) — Skill · Free · security-reviewed — `agentstack add skill-edulazaro-laraclaude-migration-fresh-test`
  Run migrate:fresh in Docker and report errors with fix suggestions.
- [Lc:slow Queries](https://agentstack.voostack.com/l/skill-edulazaro-laraclaude-slow-queries) — Skill · Free · security-reviewed — `agentstack add skill-edulazaro-laraclaude-slow-queries`
  Detect queries without indexes, queries in loops, and unbounded selects.
- [Lc:find N Plus One](https://agentstack.voostack.com/l/skill-edulazaro-laraclaude-find-n-plus-one) — Skill · Free · security-reviewed — `agentstack add skill-edulazaro-laraclaude-find-n-plus-one`
  Detect N+1 query problems in Blade views, Livewire components, and controllers.
- [Lc:boost Inspect](https://agentstack.voostack.com/l/skill-edulazaro-laraclaude-boost-inspect) — Skill · Free · security-reviewed — `agentstack add skill-edulazaro-laraclaude-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.
- [Lc:livewire Optimize](https://agentstack.voostack.com/l/skill-edulazaro-laraclaude-livewire-optimize) — Skill · Free · security-reviewed — `agentstack add skill-edulazaro-laraclaude-livewire-optimize`
  Detect and fix Livewire performance issues - heavy renders, excessive queries, unnecessary reactivity.
- [Lc:livewire Audit](https://agentstack.voostack.com/l/skill-edulazaro-laraclaude-livewire-audit) — Skill · Free · security-reviewed — `agentstack add skill-edulazaro-laraclaude-livewire-audit`
  Detect common Livewire/Volt problems - unserializable properties, missing wire:key, orphaned events, re-render issues.
- [Lc:security Audit](https://agentstack.voostack.com/l/skill-edulazaro-laraclaude-security-audit) — Skill · Free · security-reviewed — `agentstack add skill-edulazaro-laraclaude-security-audit`
  Detect common Laravel security vulnerabilities - SQL injection, XSS, mass assignment, exposed secrets.
- [Lc:deploy Checklist](https://agentstack.voostack.com/l/skill-edulazaro-laraclaude-deploy-checklist) — Skill · Free · security-reviewed — `agentstack add skill-edulazaro-laraclaude-deploy-checklist`
  Verify the project is production-ready with a comprehensive checklist.
- [Lc:generate Test](https://agentstack.voostack.com/l/skill-edulazaro-laraclaude-generate-test) — Skill · Free · security-reviewed — `agentstack add skill-edulazaro-laraclaude-generate-test`
  Generate feature/unit tests for a model, controller, action, or component by analyzing its code.
- [Lc:generate Scraper](https://agentstack.voostack.com/l/skill-edulazaro-laraclaude-generate-scraper) — Skill · Free · security-reviewed — `agentstack add skill-edulazaro-laraclaude-generate-scraper`
  Create a Larascraper scraper for a target website, chaining browser actions (click, type, wait, scroll), conditional flow (when/repeatUntil), captcha solving, and file/PDF downloads.
- [Lc:api Docs](https://agentstack.voostack.com/l/skill-edulazaro-laraclaude-api-docs) — Skill · Free · security-reviewed — `agentstack add skill-edulazaro-laraclaude-api-docs`
  Generate API documentation from routes, controllers, and form requests.
- [Lc:unused Columns](https://agentstack.voostack.com/l/skill-edulazaro-laraclaude-unused-columns) — Skill · Free · security-reviewed — `agentstack add skill-edulazaro-laraclaude-unused-columns`
  Detect database columns that are never referenced in the codebase.
- [Lc:model Diagram](https://agentstack.voostack.com/l/skill-edulazaro-laraclaude-model-diagram) — Skill · Free · security-reviewed — `agentstack add skill-edulazaro-laraclaude-model-diagram`
  Generate an ER diagram of Eloquent models in Mermaid format.
- [Lc:test Coverage](https://agentstack.voostack.com/l/skill-edulazaro-laraclaude-test-coverage) — Skill · Free · security-reviewed — `agentstack add skill-edulazaro-laraclaude-test-coverage`
  Analyze which models, controllers, and actions have tests and which don't.
- [Lc:orphaned Records](https://agentstack.voostack.com/l/skill-edulazaro-laraclaude-orphaned-records) — Skill · Free · security-reviewed — `agentstack add skill-edulazaro-laraclaude-orphaned-records`
  Find orphaned database records where foreign key parent records don't exist.
- [Lc:generate Modal](https://agentstack.voostack.com/l/skill-edulazaro-laraclaude-generate-modal) — Skill · Free · security-reviewed — `agentstack add skill-edulazaro-laraclaude-generate-modal`
  Generate a modal component using the project's x-modal pattern with Livewire integration.
- [Lc:dead Code](https://agentstack.voostack.com/l/skill-edulazaro-laraclaude-dead-code) — Skill · Free · security-reviewed — `agentstack add skill-edulazaro-laraclaude-dead-code`
  Find unused classes, methods, routes, views, and imports.
- [Lc:blade Audit](https://agentstack.voostack.com/l/skill-edulazaro-laraclaude-blade-audit) — Skill · Free · security-reviewed — `agentstack add skill-edulazaro-laraclaude-blade-audit`
  Detect hardcoded text without @text(), duplicate CSS classes, unused Blade components, and accessibility issues.
- [Lc:generate Spatie Permissions](https://agentstack.voostack.com/l/skill-edulazaro-laraclaude-generate-spatie-permissions) — Skill · Free · security-reviewed — `agentstack add skill-edulazaro-laraclaude-generate-spatie-permissions`
  Scaffold spatie/laravel-permission setup - add the HasRoles trait to a model and generate a roles & permissions seeder.
- [Lc:analyze Error](https://agentstack.voostack.com/l/skill-edulazaro-laraclaude-analyze-error) — Skill · Free · security-reviewed — `agentstack add skill-edulazaro-laraclaude-analyze-error`
  Paste a Laravel stacktrace and get root cause analysis with suggested fix.
- [Lc:consolidate Migrations](https://agentstack.voostack.com/l/skill-edulazaro-laraclaude-consolidate-migrations) — Skill · Free · security-reviewed — `agentstack add skill-edulazaro-laraclaude-consolidate-migrations`
  Analyze and consolidate fragmented Laravel migration files. Groups by table, detects dependencies, proposes safe merges.
- [Lc:cache Opportunities](https://agentstack.voostack.com/l/skill-edulazaro-laraclaude-cache-opportunities) — Skill · Free · security-reviewed — `agentstack add skill-edulazaro-laraclaude-cache-opportunities`
  Detect repeated queries and computations that should be cached.
- [Lc:generate Crud](https://agentstack.voostack.com/l/skill-edulazaro-laraclaude-generate-crud) — Skill · Free · security-reviewed — `agentstack add skill-edulazaro-laraclaude-generate-crud`
  Generate complete CRUD scaffolding - migration, model, controller, routes, views (index + create/edit modal).
- [Lc:generate Action](https://agentstack.voostack.com/l/skill-edulazaro-laraclaude-generate-action) — Skill · Free · security-reviewed — `agentstack add skill-edulazaro-laraclaude-generate-action`
  Create a Laractions action class with proper boilerplate.
- [Lc:extract Action](https://agentstack.voostack.com/l/skill-edulazaro-laraclaude-extract-action) — Skill · Free · security-reviewed — `agentstack add skill-edulazaro-laraclaude-extract-action`
  Extract business logic from a controller or Livewire component method into a Laractions Action class.
- [Lc:generate Table](https://agentstack.voostack.com/l/skill-edulazaro-laraclaude-generate-table) — Skill · Free · security-reviewed — `agentstack add skill-edulazaro-laraclaude-generate-table`
  Generate a table component with filters, sorting, infinite scroll using the project's TableComponent base.
- [Lc:docker Check](https://agentstack.voostack.com/l/skill-edulazaro-laraclaude-docker-check) — Skill · Free · security-reviewed — `agentstack add skill-edulazaro-laraclaude-docker-check`
  Verify docker-compose.yml, Dockerfile, and .env are properly synchronized.
- [Lc:volt Component](https://agentstack.voostack.com/l/skill-edulazaro-laraclaude-volt-component) — Skill · Free · security-reviewed — `agentstack add skill-edulazaro-laraclaude-volt-component`
  Generate a Livewire Volt single-file component following project conventions.

---
Seller on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Install any with `agentstack add <slug>`.
