Activate this skill when:
Works with
AI-first code editor with Composer
Before installing skills in Cursor, ensure your development environment meets these requirements:
node --versionlivewire-developmentExecute the skills CLI command in your project's root directory to begin installation:
Fetches livewire-development from spatie/freek.dev and configures it for Cursor.
The CLI shows a list of agents. Use arrow keys and space to select Cursor:
Confirm successful installation by checking the skill directory location:
Restart Cursor to activate livewire-development. Access via /livewire-development in your agent's command palette.
We perform automated surface-level scans (Gen AI Scanner, Socket, Snyk) during installation. These checks detect common vulnerabilities but do not guarantee complete security. Always review skill source code and verify the publisher's reputation before production use.
Skills execute code in your environment. Always review source, verify the publisher, and test in isolation before production.
Submit your Claude Code skill and start earning
Create detailed user stories, acceptance criteria, and feature specs
Example
Generate user stories for 'password reset feature' with acceptance criteria, edge cases, and test scenarios
Reduce spec writing time by 50%, ensure comprehensive coverage
Research competitors, compare features, identify gaps
Example
Analyze 5 competitor products, create feature comparison matrix, suggest differentiation opportunities
Complete competitive research in 2 hours instead of 2 days
Evaluate features using frameworks (RICE, ICE, Kano) and create prioritized backlogs
Example
Score 20 feature ideas using RICE framework, generate prioritized roadmap with rationale
3
total installs
3
this week
646
GitHub stars
0
upvotes
Run in your terminal
3
installs
3
this week
646
stars
Activate this skill when:
Use search-docs for detailed Livewire 4 patterns and documentation.
{{ $assist->artisanCommand('make:livewire create-post') }}
{{ $assist->artisanCommand('make:livewire create-post --mfc') }}
{{ $assist->artisanCommand('make:livewire create-post --class') }}
{{ $assist->artisanCommand('make:livewire Posts/CreatePost') }}
Use php artisan livewire:convert create-post to convert between single-file, multi-file, and class-based formats.
| Format | Flag | Structure |
|---|---|---|
| Single-file (SFC) | default | PHP + Blade in one file |
| Multi-file (MFC) | --mfc |
Separate PHP class, Blade, JS, tests |
| Class-based | --class |
Traditional v3 style class |
| View-based | ⚡ prefix | Blade-only with functional state |
These things changed in Livewire 4, but may not have been updated in this application. Verify this application's setup to ensure you follow existing conventions.
Route::livewire() for full-page components; config keys renamed: layout → component_layout, lazy_placeholder → component_placeholder.wire:model now ignores child events by default (use wire:model.deep for old behavior); wire:scroll renamed to wire:navigate:scroll.wire:transition now uses View Transitions API (modifiers removed).$wire.$js('name', fn) → $wire.$js.name = fn; commit/request hooks → interceptMessage()/interceptRequest().@island) for isolated updates; async actions (wire:click.async, #[Async]) for parallel execution.defer, lazy.bundle for optimized component loading.| Feature | Usage | Purpose |
|---|---|---|
| Islands | @island(name: 'stats') |
Isolated update regions |
| Async | wire:click.async or #[Async] |
Non-blocking actions |
| Deferred | defer attribute |
Load after page render |
| Bundled | lazy.bundle |
Load multiple together |
wire:sort, wire:intersect, wire:ref, .renderless, .preserve-scroll are available for use.data-loading attribute automatically added to elements triggering network requests.| Directive | Purpose |
|---|---|
wire:sort |
Drag-and-drop sorting |
wire:intersect |
Viewport intersection detection |
wire:ref |
Element references for JS |
.renderless |
Component without rendering |
.preserve-scroll |
Preserve scroll position |
wire:key in loopswire:loading for loading stateswire:model.live for instant updates (default is debounced)smart_wire_keys defaults to true; new configs: component_locations, component_namespaces, make_command, csp_safe.wire:transition uses browser View Transitions API; $errors and $intercept magic properties available.wire:poll and parallel wire:model.live updates improve performance.For interceptors and hooks, see reference/javascript-hooks.md.
Livewire::test(Counter::class) ->assertSet('count', 0) ->call('increment') ->assertSet('count', 1);
wire:key on all @foreach loopswire:key in loops → unexpected re-renderingwire:model real-time → use wire:model.liveMake data-driven prioritization decisions faster
Draft PRDs, status updates, and stakeholder presentations
Example
Create executive summary of Q3 roadmap, monthly progress report, feature launch announcement
Save 3-5 hours/week on communication overhead
Prerequisites
Time Estimate
30-60 minutes to see productivity improvements
Steps
Common Pitfalls
✓ Do
✗ Don't
💡 Pro Tips
✓ Use when
Use for user story writing, competitive research, roadmap prioritization, stakeholder communication, and PRD drafting. Best for reducing repetitive documentation and research work.
✗ Avoid when
Avoid for strategic product vision (requires deep customer empathy), pricing decisions (needs market and financial expertise), or when face-to-face customer discovery is more valuable than speed.
greedychipmunk/agent-skills
mattpocock/skills
parcadei/continuous-claude-v3
cursor/plugins
ailabs-393/ai-labs-claude-skills
ailabs-393/ai-labs-claude-skills
livewire-development is among the better-maintained entries we tried; worth keeping pinned for repeat workflows.
livewire-development fits our agent workflows well — practical, well scoped, and easy to wire into existing repos.
livewire-development is among the better-maintained entries we tried; worth keeping pinned for repeat workflows.
livewire-development reduced setup friction for our internal harness; good balance of opinion and flexibility.
Keeps context tight: livewire-development is the kind of skill you can hand to a new teammate without a long onboarding doc.
livewire-development has been reliable in day-to-day use. Documentation quality is above average for community skills.
Solid pick for teams standardizing on skills: livewire-development is focused, and the summary matches what you get after install.
Registry listing for livewire-development matched our evaluation — installs cleanly and behaves as described in the markdown.
Useful defaults in livewire-development — fewer surprises than typical one-off scripts, and it plays nicely with `npx skills` flows.
Solid pick for teams standardizing on skills: livewire-development is focused, and the summary matches what you get after install.
showing 1-10 of 58