livewire-performance

livewire-performance is a skill for Claude Code, Codex from olgunozoktas/livewire-alpine-skills. It costs 193 tokens per session (1,843 once invoked), scanned A, original, no licence file.

A guide for improving the performance of Livewire applications. Livewire is a Laravel tool for building interactive web interfaces with server-side code.

In plain words
What is it for?
Use it when investigating Livewire request costs, model re-queries, computed-property caching, render and poll frequency, or persistent workers such as Octane and RoadRunner.
Why use it?
It explains the work involved in each Livewire request and the data sent back and forth, helping identify unnecessary database queries, renders, polls, or requests.

Skill for Claude CodeCodex

Which agent this was written for is unclear — body not stored (licence); the path alone says nothing.

Good fit Use it when investigating Livewire request costs, model re-queries, computed-property caching, render and poll frequency, or persistent workers such as Octane and RoadRunner.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/olgunozoktas/livewire-alpine-skills/livewire-performance
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add olgunozoktas/livewire-alpine-skills --skill livewire-performance
Clone the repo
git clone --depth 1 https://github.com/olgunozoktas/livewire-alpine-skills

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for livewire-performance

README.md
[![agentmods](https://agentmods.dev/badge/skills/olgunozoktas/livewire-alpine-skills/livewire-performance/github.svg)](https://agentmods.dev/skills/olgunozoktas/livewire-alpine-skills/livewire-performance)
Your own site
<a href="https://agentmods.dev/skills/olgunozoktas/livewire-alpine-skills/livewire-performance"><img src="https://agentmods.dev/badge/skills/olgunozoktas/livewire-alpine-skills/livewire-performance/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for livewire-performance

Your own site · 80×15
<a href="https://agentmods.dev/skills/olgunozoktas/livewire-alpine-skills/livewire-performance"><img src="https://agentmods.dev/badge/skills/olgunozoktas/livewire-alpine-skills/livewire-performance.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 193 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,843 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin unknown No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00193 $0.01843
Opus 5 $0.00097 $0.00922
Sonnet 5 $0.00039 $0.00369
Haiku 4.5 $0.00019 $0.00184

Measured 11d ago against content hash 223e1a935425, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

livewire-performance scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 11d ago.

The scan reads SKILL.md. This mod also ships 1 executable file (bin/check-update.sh), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

livewire-performance/SKILL.md · 185 lines

The source is not reproduced here

A licence we could not identify

The repository carries a LICENSE file, but it is custom or dual enough that GitHub cannot name it and neither can this catalogue. Unknown terms are not permission, so the body is not copied here. Read the licence at the source and decide for yourself.

Read it on GitHub

Files

What ships with it

5 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 11d ago First seen · 185 lines · 193 tokens per session scan A 223e1a935425

Subscribe to this mod's changes

livewire-performance is a skill published in the GitHub repository olgunozoktas/livewire-alpine-skills (9 stars, last pushed 15d ago), with no licence file. It adds 193 tokens to every session and 1,843 once invoked, about $0.0010 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

create-powergrid-plugin

Create a complete PowerGrid plugin from scratch, including PHP class, Column macro, Blade view, Alpine.js component, and registration.

Power-Components/livewire-powergrid · 31 tokens

powergrid-theme

Create or update a PowerGrid v7 theme using the Theme abstract class, per-section token methods (layout/header/table/footer/cols/tabs plus filter/editable/toggleable), config themeoverrides, or ArrayTheme.

Power-Components/livewire-powergrid · 49 tokens

upgrade-theme-v6-to-v7

Migrates a v6 Theme class to the v7 architecture: a tiny struct() plus per-section token methods (layout/header/table/footer/cols/tabs + filter/editable/toggleable) with parentTheme inheritance.

Power-Components/livewire-powergrid · 52 tokens

owl-admin-app-dev

Use this skill when developing an application that installed slowlyo/owl-admin, especially backend CRUD, menus, permissions, controllers, services, routes, config/admin.php, app/Admin, helper functions, settings(), adminpages(), AdminPipeline, upload/file preview issues, route conflicts, custom login/menu examples, or…

slowlyo/owl-admin · 114 tokens

owl-admin-devtools-generator

A development guide for Owl Admin, a Laravel-based administration system, covering its code generator, API templates, relationships, and visual pages.

slowlyo/owl-admin · 82 tokens

owl-admin-ops-commands

Use this skill for Owl Admin installation, publishing assets, upgrades, diagnostics, database inspection, menu maintenance, user creation, password reset, route generation, IDE helper, admin:publish, admin:install, admin:update, admin:doctor, admin:db, admin:menu, admin:create-user, or deployment troubleshooting.

slowlyo/owl-admin · 71 tokens