aura-ui CLAUDE.md

aura-ui CLAUDE.md is an instructions file for coding agents from BlueStarSystem/aura-ui. It costs 491 tokens per session, scanned A, original, MIT.

Project instructions for Aura UI, a free component library for Laravel applications using Livewire, Alpine.js, and Tailwind CSS.

In plain words
What is it for?
Use them when developing, installing, or testing Aura UI components and when checking which features belong to the free package.
Why use it?
They explain the project's structure, commands, and boundary between the free and paid packages, so an agent can work in the codebase consistently.

Instructions file

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.

agentmods
npx agentmods add instructions/bluestarsystem/aura-ui/claude-md
Clone the repo
git clone --depth 1 https://github.com/BlueStarSystem/aura-ui

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 aura-ui CLAUDE.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/bluestarsystem/aura-ui/claude-md.svg)](https://agentmods.dev/instructions/bluestarsystem/aura-ui/claude-md)
Your own site
<a href="https://agentmods.dev/instructions/bluestarsystem/aura-ui/claude-md"><img src="https://agentmods.dev/badge/instructions/bluestarsystem/aura-ui/claude-md.svg" alt="Measured on agentmods" height="20"></a>
Per session 491 This file is loaded in full into every session.
When invoked 491 The same file — it is already loaded in full.
Security scan A 0 findings. Scan, not verified.
Origin original 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 $0.00491 $0.00491
Opus 5 $0.00246 $0.00246
Sonnet 5 $0.00098 $0.00098
Haiku 4.5 $0.00049 $0.00049

Measured 5d ago against content hash 2b654e2c0692, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

aura-ui CLAUDE.md 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 5d ago.

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.

CLAUDE.md · 39 lines

What it actually says

Aura UI — Claude Code Context

Overview

Free UI Component Library for Laravel 12 + Livewire 4 + Alpine.js + Tailwind CSS 4. Package: bluestarsystem/aura-ui, Namespace: BlueStarSystem\AuraUI.

Architecture

  • Anonymous Blade components: <x-aura::button>, <x-aura::input>, etc.
  • Prefix: aura (configurable in config/aura-ui.php)
  • CSS: resources/css/aura.css imports base + utilities + 21 component CSS files
  • Playground: /aura/playground (toggle via config)
  • Free package: 44 components (primitives, feedback, layout, navigation, data display, typography, form layout, interactive)
  • Pro package: bluestarsystem/aura-ui-pro (separate repo, adds 19 components + DataTable + traits)

Key Directories

  • resources/views/components/ — 62 Blade component files (Free only)
  • resources/css/ — Design system CSS (variables, shadows, animations, glass, 21 component CSS)
  • src/ — ServiceProvider + InstallCommand (no DataTable/Traits — those are in Pro)
  • tests/ — Pest v3 tests (Free components only)

Commands

php artisan aura:install          # Publish config + CSS
php vendor/bin/pest               # Run tests

Free/Pro Split

  • Free (this package): 44 components — primitives, feedback, layout, navigation, data display, typography, form layout, interactive
  • Pro (aura-ui-pro): 19 components + 6 new — advanced forms, tabs/accordion/steps/sidebar, command palette, toasts, charts, calendar, kanban, tree, DataTable system (5 traits, Column, BulkAction, 5 Filters)
  • Pro requires Free as dependency
  • Both use same aura Blade prefix — transparent to the user
  • Gate via Composer auth (no runtime checks)

Conventions

  • CSS classes: .aura-{component}-{modifier} (e.g., .aura-btn-primary)
  • Dark mode: .dark class on parent, all components adapt
  • All form inputs support wire:model
  • Alpine.js for client-side interactivity
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. 5d ago First seen · 39 lines · 491 tokens per session scan A 2b654e2c0692

Subscribe to this mod's changes

aura-ui CLAUDE.md is an instructions file published in the GitHub repository BlueStarSystem/aura-ui (3 stars, last pushed 13d ago), licensed MIT. It adds 491 tokens to every session, about $0.0025 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 instructions, from other repositories

livewire-powergrid CLAUDE.md

Claude Code instructions for Power-Components/livewire-powergrid, covering powergrid 7.x ai guidelines, 1. core principles, 2. architecture & theming, 3. views and 4. server-side actions.

Power-Components/livewire-powergrid · 1,304 tokens

real-estate-laravel CLAUDE.md

Claude Code instructions for liberusoftware/real-estate-laravel, covering claude.md, shape of this repository, where a package is edited, commands and a single package's own suite, standalone.

liberusoftware/real-estate-laravel · 7,195 tokens

real-estate-laravel AGENTS.md

AGENTS.md instructions for liberusoftware/real-estate-laravel, covering lerd, a local php development environment, architecture, dns modes, mcp tools and key conventions.

liberusoftware/real-estate-laravel · 10,148 tokens

real-estate-laravel copilot-instructions.md

Copilot instructions for liberusoftware/real-estate-laravel, covering lerd, a local php development environment, architecture, dns modes, mcp tools and key conventions.

liberusoftware/real-estate-laravel · 7,960 tokens

relaticle AGENTS.md

AGENTS.md instructions for relaticle/relaticle, covering architecture, module boundaries (enforced by tests/arch/archtest.php), actions (the write path), i18n enforcement and chat.

relaticle/relaticle · 9,396 tokens

relaticle CLAUDE.md

Claude Code instructions for relaticle/relaticle, covering architecture, module boundaries (enforced by tests/arch/archtest.php), actions (the write path), i18n enforcement and chat.

relaticle/relaticle · 9,396 tokens