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.
npx agentmods add instructions/bluestarsystem/aura-ui/claude-mdgit clone --depth 1 https://github.com/BlueStarSystem/aura-uiWrote 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.
[](https://agentmods.dev/instructions/bluestarsystem/aura-ui/claude-md)<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>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.
| Model | Per session | Once 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 |
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.
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 inconfig/aura-ui.php) - CSS:
resources/css/aura.cssimports 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
auraBlade 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:
.darkclass on parent, all components adapt - All form inputs support
wire:model - Alpine.js for client-side interactivity
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.
- 5d ago First seen · 39 lines · 491 tokens per session scan A 2b654e2c0692
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.
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.
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.
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.
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.
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 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.