lc:generate-modal

Generate standardized Livewire Volt modal components for Laravel applications.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill eliminates the manual overhead and inconsistency involved in creating modal components, ensuring every modal follows the project's established architecture and design patterns.

Core Features & Use Cases

  • Standardized Scaffolding: Automatically generates Volt single-file components with proper event handling and form structure.
  • Pattern Enforcement: Ensures all modals use the project's x-modal component, @text localization, and x-fields input conventions.
  • Use Case: When building a new feature, use this skill to instantly create a fully functional Edit or Delete modal that integrates seamlessly with your existing Livewire parent components.

Quick Start

Invoke the generate-modal skill with the desired name to scaffold a new modal component in your project.

Frequently Asked Questions about lc:generate-modal

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

FAQPage Schema
How do I scaffold a Livewire Volt modal component in Laravel?

To scaffold a Livewire Volt modal, use a generator skill that automatically creates single-file components with proper event handling, form structures, and project-specific architectural patterns.

What is the best way to ensure consistency across Laravel modal components?

The best way to ensure modal consistency is enforcing strict architectural patterns during generation, including standard x-modal usage, @text localization, and x-fields input conventions across all components.

Can I generate both form-based modals and confirmation dialogs with Livewire Volt?

Yes, you can generate both form-based modals and confirmation dialogs with Livewire Volt by scaffolding standardized components that integrate seamlessly with existing Livewire parent components.

Does Livewire Volt modal generation enforce event dispatching and naming conventions?

Yes, Livewire Volt modal generation enforces strict adherence to component naming, event dispatching, localization, and input field conventions to eliminate manual overhead and inconsistency.

What are the limitations of scaffolding modals with a Livewire Volt generator?

A limitation of scaffolding modals with a Livewire Volt generator is that output is restricted to specific architectural patterns, requiring your project to use the designated x-modal component and x-fields conventions.