Livewire Alpine Skills banner
olgunozoktas olgunozoktas

Livewire Alpine Skills

Development community

Description

Agent Skills for Laravel Livewire v4 + Alpine.js v3. Recipes EXECUTED against a real install (14 tests), a 21-rule reviewer that gates on exit code, project-convention detection, and an objective eval. 12k lines from the official docs.

Installation

This entry records only its repository, not the path inside it, so there is no exact command to give. Open the source below and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

README

Livewire v4 + Alpine.js — Agent Skills

[![Skills](https://img.shields.io/badge/skills-5-0f172a)](#whats-inside) [![Self-tests](https://img.shields.io/badge/self--tests-152%20checks-2ea44f)](#the-skill-ships-tools-not-just-text) [![Recipes](https://img.shields.io/badge/recipes-executed%20%C2%B7%2014%20tests%2C%2054%20assertions-2ea44f)](#the-recipes-are-executed-not-just-written) [![Livewire](https://img.shields.io/badge/livewire-v4.4.2-fb70a9)](https://livewire.laravel.com) [![Alpine.js](https://img.shields.io/badge/alpine.js-v3-77c1d2)](https://alpinejs.dev) [![Entry point](https://img.shields.io/badge/loads%20on%20invoke-514%20lines-64748b)](#whats-inside) [![Depth](https://img.shields.io/badge/read%20on%20demand-8,416%20lines-64748b)](#whats-inside) [![License](https://img.shields.io/badge/license-MIT-blue)](LICENSE)

Four [Agent Skills](https://agentskills.io/what-are-skills) that teach an AI coding assistant **Laravel Livewire v4** and **Alpine.js v3** accurately — with complete working recipes, a symptom-to-fix troubleshooting guide, version detection, and the security half that Livewire's own defaults make easy to get wrong.

Works with Claude Code, Codex, Cursor, Gemini CLI, and anything else that reads the `SKILL.md` format.

Skill Loads on invoke Read on demand Covers
`livewire-reference` 514 8,416 All 98 files of the Livewire 4.x documentation, plus v3 differences
`alpinejs-reference` 250 2,646 All 55 files of the Alpine.js documentation, plus the v2→v3 guide
`livewire-security` 324 418 What a component publishes, what a browser can change, how to detect a leak
`livewire-performance` 178 328 What a request costs, how to measure it, and which fix matches which number
`alpinejs-security` 198 295 Why HTML-escaping a value into x-data does not pro