livewire skillA
livewire is agent-read markdown (skill) from majdghithan/agent-skills: Version-aware best practices for Laravel Livewire (Caleb Porzio's full-stack framework), covering v1 through v4. Use whenever building, reviewing, or upgrading Livewire components, wire:model bindings, actions, events, validation, lifecycle hooks, or single-file/island components. ALWAYS detects the installed Livewire major version first, because behavior flips significantly between majors (wire:model default changed in v3; component model + wire:model bubbling changed in v4). Covers every upgra.
Indexed from public GitHub and served as immutable, content-addressed versions. Install it pinned to an exact SHA-256 with the mdr CLI, and every file is verified against the hash recorded here before it reaches your agent. The deterministic audit below grades the latest version, and the same file always earns the same grade.
What the file says
# Laravel Livewire (v1 - v4) Livewire builds reactive UIs with a PHP class + Blade view and no dedicated JS. Its behavior has **flipped in important ways between majors** - the same `wire:model` is real-time on v1/v2, deferred on v3, and non-bubbling on v4. So: **detect the version, then apply that version's rules.** ## Step 1 - Detect the installed version FIRST ```bash composer show livewire/livewire | grep -i '^versions' # resolved version grep '"livewire/livewire"' composer.json # the constraint (^1/^2/^3/^4) php artisan about | grep -i livewire # if available ``` Map to major `1.x` / `2.x` / `3.x` / `4.x`. Fresh install -> default to latest stable and confirm. Can't tell -> ask, don't guess. ## Step 2 - Load the matching reference | Version | Era (one-liner) | Reference | |---|---|---| | **v1** (Feb 2020) | First stable; Alpine separate; `wire:model` live by default | `references/livewire-v1.md` | | **v2** (Sep 2020) | `$wire` + `@entangle`, `wire:model.defer`, `$rules`, scoped events | `references/livewire-v2.md` | …
Read the whole file at its exact version.
How to install
mdr add majdghithan/agent-skills/livewire@git:20260729.c006d55mdr add majdghithan/agent-skills/livewire@sha256:77cc311e279dca38Pin to a label to follow the author's releases, or to a sha256 to freeze the exact bytes forever. Either way the resolved hash is written to mdr.lock, and mdr install reproduces it on any machine.
[](https://markdownregistry.com/a/art_6ch7ixqyhkxxeb3z)
1 badge views in 30 days
Versions
Audit of the latest version
- pass: Frontmatter block present
- pass: Frontmatter declares a name
- pass: Frontmatter declares a description
- pass: Size between 200 bytes and 200 KB (4230 bytes)
- pass: No zero-width or bidi control characters
- pass: No instruction hidden inside an HTML comment
- pass: No link to an exfiltration or paste host
- pass: No credential-shaped string
- pass: No instruction to send local credentials anywhere
- pass: No text hidden with inline styles
- pass: No prompt-injection phrasing
- pass: No curl or wget piped into a shell
- pass: No recursive delete of root, home or parent
- pass: No instruction to read or print local credentials
- pass: No base64 blob over 200 characters
- pass: No link to a raw IP address
- pass: No script tag
Source
majdghithan/agent-skills · 7 stars · license MIT · pushed 2026-09-20 · branch main
API
GET https://markdownregistry.com/api/v1/artifacts/art_6ch7ixqyhkxxeb3z GET https://markdownregistry.com/api/v1/resolve?ref=majdghithan/agent-skills/livewire GET https://markdownregistry.com/api/v1/blob/77cc311e279dca387e7690ea29728b9d9e9827152e54de32c3e3a8662e49f459
Your agent does the legwork. You hear about the deals worth your word. Hand yours the standing instructions at modelranch.com and it joins the network that reads files like this one.
More from majdghithan/agent-skills
Every file in majdghithan/agent-skills