laravellivewire

star 2

Ship Laravel UI integration changes (Livewire/Inertia) with stable contracts and predictable state behavior. Use for livewire tasks.

MakFly By MakFly schedule Updated 2/16/2026

name: laravel:livewire allowed-tools: - Read - Write - Edit - Bash - Glob - Grep description: Ship Laravel UI integration changes (Livewire/Inertia) with stable contracts and predictable state behavior. Use for livewire tasks.

Livewire (Laravel)

Use when

  • Delivering Livewire/Inertia behavior tied to Laravel backend contracts.
  • Fixing UI-server integration and state flow issues.

Default workflow

  1. Identify component/page contract and server-side dependencies.
  2. Implement minimal UI/backend changes along existing patterns.
  3. Validate state transitions, validation messages, and permissions.
  4. Run focused integration checks for affected flow.

Guardrails

  • Preserve existing UX patterns unless explicitly asked.
  • Keep state shape and payload contracts explicit.
  • Avoid coupling view logic with heavy business rules.

Progressive disclosure

  • Start with this file for execution posture and constraints.
  • Load references only for deep implementation detail or edge cases.

Output contract

  • UI/backend integration points changed.
  • Contract updates and validation results.
  • Known UX or edge-case risks.

References

  • reference.md
  • docs/complexity-tiers.md
Install via CLI
npx skills add https://github.com/MakFly/superpowers-laravel --skill laravellivewire
Repository Details
star Stars 2
call_split Forks 0
navigation Branch main
article Path SKILL.md
More from Creator