olgunozoktas/livewire-alpine-skills
Instructions file CodexOpenCode
AGENTS.md instructions for olgunozoktas/livewire-alpine-skills: Read the newest file in docs/context/ before you inspect or change this repository.
olgunozoktas/livewire-alpine-skills
Instructions file CodexOpenCode
AGENTS.md instructions for olgunozoktas/livewire-alpine-skills: Read the newest file in docs/context/ before you inspect or change this repository.
olgunozoktas/livewire-alpine-skills
Skill Claude CodeCodex
Use for all Alpine.js v3 work. Covers x-data, x-show, x-if, x-for, x-model, x-transition, x-bind, x-on, magic properties, stores, custom directives, CSP, official plugins, and Livewire integration. Use it before you create, change, review, or debug Alpine behavior in Blade, Livewire, Rails, Django, Hotwire, or plain…
olgunozoktas/livewire-alpine-skills
Skill Claude CodeCodex
Use for Alpine.js security work. Covers the two injection seams — the VALUE a directive assigns, and the ATTRIBUTE EXPRESSION itself, which Alpine compiles with new Function. Explains why HTML-escaping a server value into x-data, x-on or x-init does NOT protect it, what x- means for an HTML sanitiser, and what is…
olgunozoktas/livewire-alpine-skills
Skill Claude CodeCodex
Use for Livewire performance work. Covers what one Livewire request actually costs, the snapshot that travels both ways on every request, model properties that re-query through the write connection, computed property caching, render and poll frequency, persistent workers (Octane, FrankenPHP, Swoole, RoadRunner), and…
olgunozoktas/livewire-alpine-skills
Skill Claude CodeCodex
Use for all Laravel Livewire work. Covers Livewire v4 components, page routes, wire directives, PHP attributes, forms, validation, uploads, pagination, tables, modals, events, islands, performance, JavaScript, Alpine integration, Volt, Pest tests, upgrades, and debugging. Use it before you create, change, review…
olgunozoktas/livewire-alpine-skills
Skill Claude CodeCodex
Use for Livewire security work. Covers what a public property publishes, snapshot serialization, #[Locked], the persistent middleware gap, model class and key disclosure, and response-level leak detection. Use it before you ship a component on a public route. Use it before you put a model on a public property. Use it…