lc:generate-table

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

12|2|Updated Apr 8, 2026
One-click install
npx skills add https://github.com/edulazaro/laraclaude --skill lc-generate-table
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: lc:generate-table
Source: https://github.com/edulazaro/laraclaude/tree/main/skills/generate-table
Command: npx skills add https://github.com/edulazaro/laraclaude --skill lc-generate-table

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill eliminates the repetitive boilerplate required to build consistent, feature-rich data tables in Laravel, ensuring all components follow the project's established UI and architectural patterns.

Core Features & Use Cases

  • Automated Scaffolding: Generates complete Volt components with built-in filtering, sorting, and infinite scroll.
  • Pattern Enforcement: Automatically applies project-specific conventions for eager loading, dark mode support, and action dropdowns.
  • Use Case: When adding a new administrative module, use this skill to instantly create a production-ready index page for a model, complete with search and status filters.

Quick Start

Use the lc:generate-table skill to create a new table component for the User model.

Frequently Asked Questions about lc:generate-table

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I generate Laravel Volt table components with sorting and filtering?

To generate Laravel Volt table components with sorting and filtering, use this skill to scaffold complete Livewire Volt components. It automatically includes infinite scroll functionality and adheres to existing project conventions for eager loading.

What is the best way to prevent N+1 query issues when scaffolding Livewire tables?

Preventing N+1 query issues during Livewire table scaffolding is handled automatically by this generator. It operates within existing project table patterns to ensure architectural consistency and applies eager loading conventions.

Can I use this Laravel table generator with my existing project UI patterns?

Yes, you can use this Laravel table generator with existing project UI patterns. It analyzes existing table component templates and model definitions to ensure architectural consistency, including dark mode support and action dropdowns.

Do I need existing model definitions to scaffold a Volt table component?

Yes, you need existing model definitions to scaffold a Volt table component. The generator requires access to these definitions and existing table component templates to produce functional UI code that matches your project's conventions.

Does this skill support infinite scroll and dark mode for Livewire tables?

Yes, this skill supports infinite scroll and dark mode for Livewire tables. It generates standardized Volt components that automatically apply project-specific conventions for dark mode support, filtering, and sorting.

How do I create a production-ready index page for a new Laravel administrative module?

To create a production-ready index page for a new Laravel administrative module, use this skill to instantly scaffold a Volt table component. It provides complete search and status filter functionality based on your model definitions.