home / skills / laravel / boost / livewire-development
This skill optimizes Laravel Livewire development by applying vendor overrides and best practices to boost local AI-assisted workflows.
npx playbooks add skill laravel/boost --skill livewire-developmentReview the files below or copy the command above to add this skill to your agents.
---
name: livewire-development
description: Vendor-overridden Livewire skill
---
# Livewire Development (Vendor Override)
This skill was discovered from a vendor package and should override the built-in .ai/ version.
This skill augments Livewire development by prioritizing vendor-provided overrides and integrating them into a local AI-powered Laravel workflow. It helps you detect and apply vendor-specific Livewire components, configurations, and templates so the project behavior matches the vendor intent. Use it to ensure the local development environment respects vendor customizations while still offering automation and suggestions.
The skill scans the Laravel project to locate vendor packages that include Livewire assets and checks for files intended to override core or default components. It maps vendor-provided views, components, and config to the application, highlights conflicts with built-in or local overrides, and offers guided actions to apply, revert, or merge vendor changes. It can run common Artisan and Livewire commands to validate the result and generate precise suggestions for adjustments.
Will this replace local files without confirmation?
No. The skill highlights conflicts and offers apply/revert/merge actions so you can choose before changes are made.
Does it run database or migration changes?
It can suggest and run Artisan commands if you approve, but it does not automatically perform destructive operations without confirmation.