olgunozoktas

6 mods across 1 repository, 9 stars between them.

alpinejs-reference

02

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…

9 5d ago A 199 tokens

alpinejs-security

03

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…

9 5d ago A 194 tokens

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…

9 5d ago A 193 tokens

livewire-reference

05

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…

9 5d ago A 225 tokens

livewire-security

06

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…

9 5d ago A 152 tokens