~/recombobulate
$
tip --list --tag="livewire"
// 3 tips tagged "livewire"
0
Generate Livewire Components from a Feature Description
Describe a UI feature in plain English and get a fully wired Livewire component — properties, actions, validation, and Blade template included.
0
Use Claude to Write Alpine.js Components
Describe the interactive behaviour you want and let Claude generate a clean Alpine.js component with the right x-data, x-bind, and x-on directives.
1
Write Tests First with TDD Workflow
Use Claude Code to write failing tests first, then implement the code to make them pass.