livewire-development — community livewire-development, altrompy, community, ide skills, Claude Code, Cursor, Windsurf

v1.0.0
GitHub

About this Skill

Ideal for Full-stack Agents requiring advanced Livewire development capabilities for building dynamic, real-time web applications. Altron template (play on the word `Entropy`)

jdecode jdecode
[0]
[0]
Updated: 3/5/2026

Agent Capability Analysis

The livewire-development skill by jdecode is an open-source community AI agent skill for Claude Code and other IDE workflows, helping agents execute tasks with better context, repeatability, and domain-specific guidance.

Ideal Agent Persona

Ideal for Full-stack Agents requiring advanced Livewire development capabilities for building dynamic, real-time web applications.

Core Value

Empowers agents to leverage Livewire 4 features such as full-page routing with `Route::livewire()`, utilize `wire:model` with `.deep` for handling child events, and integrate Alpine for enhanced front-end functionality, all while ensuring compatibility with the latest PHP and JavaScript standards.

Capabilities Granted for livewire-development

Creating interactive, real-time components with Livewire's SFC and multi-file approaches
Migrating existing components to Livewire 4 using `php artisan livewire:convert`
Optimizing Livewire application performance by leveraging `component_layout` configuration and closed tags

! Prerequisites & Limits

  • Requires PHP and Laravel environment
  • Livewire 4 specific syntax and configuration
  • JavaScript knowledge for advanced `$wire.$js.name = fn` and `interceptMessage` usage
Labs Demo

Browser Sandbox Environment

⚡️ Ready to unleash?

Experience this Agent in a zero-setup browser environment powered by WebContainers. No installation required.

Boot Container Sandbox

livewire-development

Install livewire-development, an AI agent skill for AI agent workflows and automation. Works with Claude Code, Cursor, and Windsurf with one-command setup.

SKILL.md
Readonly

Livewire Development

Docs: search-docs for Livewire 4.

Creation

  • SFC (Default): php artisan make:livewire create-post
  • Multi-file: ... --mfc
  • Class-based: ... --class
  • Convert: php artisan livewire:convert name

Livewire 4 Differences

  • Full-page: Route::livewire(). Config: component_layout.
  • wire:model ignores child events (use .deep for old behavior).
  • Tags must be closed.
  • JS: $wire.$js.name = fn, interceptMessage.
  • Alpine bundled.

Features

  • Islands: @island(name: 'x') for isolation.
  • Async: wire:click.async.
  • Directives: wire:sort, wire:intersect, wire:ref, .renderless, .preserve-scroll.
  • Loading: wire:loading, data-loading attr added automatically.
<code-snippet name="SFC Example" lang="php"> <?php use Livewire\Component; new class extends Component { public int $count = 0; public function increment() { $this->count++; } }; ?> <div><button wire:click="increment">{{ $count }}</button></div> </code-snippet> <code-snippet name="Test" lang="php"> Livewire::test(Counter::class)->call('inc')->assertSet('count', 1); </code-snippet>

Best Practices

  • wire:key in loops (mandatory).
  • wire:model.live for realtime.
  • Validate in actions.
  • Debug via Network tab/Console

Livewire 4 JavaScript Integration

Interceptor System (v4)

Intercept Messages

js
1Livewire.interceptMessage(({ component, message, onFinish, onSuccess, onError }) => { 2 onFinish(() => { /* After response, before processing */ }); 3 onSuccess(({ payload }) => { /* payload.snapshot, payload.effects */ }); 4 onError(() => { /* Server errors */ }); 5});

Intercept Requests

js
1Livewire.interceptRequest(({ request, onResponse, onSuccess, onError, onFailure }) => { 2 onResponse(({ response }) => { /* When received */ }); 3 onSuccess(({ response, responseJson }) => { /* Success */ }); 4 onError(({ response, responseBody, preventDefault }) => { /* 4xx/5xx */ }); 5 onFailure(({ error }) => { /* Network failures */ }); 6});

Component-Scoped Interceptors

blade
1<script> 2 this.$intercept('save', ({ component, onSuccess }) => { 3 onSuccess(() => console.log('Saved!')); 4 }); 5</script>

Magic Properties

  • $errors - Access validation errors from JavaScript
  • $intercept - Component-scoped interceptors

FAQ & Installation Steps

These questions and steps mirror the structured data on this page for better search understanding.

? Frequently Asked Questions

What is livewire-development?

Ideal for Full-stack Agents requiring advanced Livewire development capabilities for building dynamic, real-time web applications. Altron template (play on the word `Entropy`)

How do I install livewire-development?

Run the command: npx killer-skills add jdecode/altrompy/livewire-development. It works with Cursor, Windsurf, VS Code, Claude Code, and 19+ other IDEs.

What are the use cases for livewire-development?

Key use cases include: Creating interactive, real-time components with Livewire's SFC and multi-file approaches, Migrating existing components to Livewire 4 using `php artisan livewire:convert`, Optimizing Livewire application performance by leveraging `component_layout` configuration and closed tags.

Which IDEs are compatible with livewire-development?

This skill is compatible with Cursor, Windsurf, VS Code, Trae, Claude Code, OpenClaw, Aider, Codex, OpenCode, Goose, Cline, Roo Code, Kiro, Augment Code, Continue, GitHub Copilot, Sourcegraph Cody, and Amazon Q Developer. Use the Killer-Skills CLI for universal one-command installation.

Are there any limitations for livewire-development?

Requires PHP and Laravel environment. Livewire 4 specific syntax and configuration. JavaScript knowledge for advanced `$wire.$js.name = fn` and `interceptMessage` usage.

How To Install

  1. 1. Open your terminal

    Open the terminal or command line in your project directory.

  2. 2. Run the install command

    Run: npx killer-skills add jdecode/altrompy/livewire-development. The CLI will automatically detect your IDE or AI agent and configure the skill.

  3. 3. Start using the skill

    The skill is now active. Your AI agent can use livewire-development immediately in the current project.

Related Skills

Looking for an alternative to livewire-development or another community skill for your workflow? Explore these related open-source skills.

View All

widget-generator

Logo of f
f

f.k.a. Awesome ChatGPT Prompts. Share, discover, and collect prompts from the community. Free and open source — self-host for your organization with complete privacy.

149.6k
0
AI

flags

Logo of vercel
vercel

flags is a Next.js feature management skill that enables developers to efficiently add or modify framework feature flags, streamlining React application development.

138.4k
0
Browser

zustand

Logo of lobehub
lobehub

The ultimate space for work and life — to find, build, and collaborate with agent teammates that grow with you. We are taking agent harness to the next level — enabling multi-agent collaboration, effortless agent team design, and introducing agents as the unit of work interaction.

72.8k
0
AI

data-fetching

Logo of lobehub
lobehub

The ultimate space for work and life — to find, build, and collaborate with agent teammates that grow with you. We are taking agent harness to the next level — enabling multi-agent collaboration, effortless agent team design, and introducing agents as the unit of work interaction.

72.8k
0
AI