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 skills add leek/filament-agent-rules --skill filament-widgetsgit clone --depth 1 https://github.com/leek/filament-agent-rulesWrote 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/skills/leek/filament-agent-rules/filament-widgets)<a href="https://agentmods.dev/skills/leek/filament-agent-rules/filament-widgets"><img src="https://agentmods.dev/badge/skills/leek/filament-agent-rules/filament-widgets/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.
<a href="https://agentmods.dev/skills/leek/filament-agent-rules/filament-widgets"><img src="https://agentmods.dev/badge/skills/leek/filament-agent-rules/filament-widgets.svg" alt="Reviewed on agentmods" width="80" 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.1 | $0.00047 | $0.00417 |
| Opus 5 | $0.00023 | $0.00209 |
| Sonnet 5 | $0.00009 | $0.00083 |
| Haiku 4.5 | $0.00005 | $0.00042 |
Grade A, and why
filament-widgets 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 9d 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
Filament Widget Workflow
Use this skill for dashboard widgets and resource page widgets.
Read First
Resolve paths from the current project root:
app/Filament/CLAUDE.mdapp/Filament/Widgets/CLAUDE.mdapp/Providers/Filament/CLAUDE.mdfor discovery and registrationapp/Filament/Resources/Tables/CLAUDE.mdfor table widgetstests/Feature/Filament/CLAUDE.mdwhen tests are expected
Inspect nearby widgets, panel registration, model relationships, aggregate cost, cache conventions, and project chart styling.
Build Flow
- Choose the narrowest widget type:
- stats overview for compact KPIs
- chart widget for trend or distribution data
- table widget for recent/actionable records
- custom widget only when built-ins cannot represent the UI
- Keep widget queries scoped, indexed, and cacheable when expensive.
- Use lazy loading and polling deliberately. Poll only when data freshness is valuable and the query is cheap enough.
- Use semantic colors and icons that match the rest of the panel.
- For table widgets, reuse table rules: eager loading, authorization, filters, actions, and indexed search/sort.
- Register widgets through the panel or resource page surface already used by the project.
- Test renderability and the main displayed values, not every presentation detail.
Review Checklist
- The widget has a clear audience and refresh strategy.
- Aggregates do not scan large tables per request unnecessarily.
- Visibility is policy-backed when data is sensitive.
- Custom Blade is wrapped in Filament components and only used when needed.
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.
- 9d ago First seen · 47 lines · 47 tokens per session scan A 39dfd4c22c91
filament-widgets is a skill published in the GitHub repository leek/filament-agent-rules (4 stars, last pushed 1mo ago), licensed MIT. It adds 47 tokens to every session and 417 once invoked, about $0.0002 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 skills, from other repositories
design-review
Designer's eye QA: finds visual inconsistency, spacing issues, hierarchy problems, AI slop patterns, and slow interactions — then fixes them. Iteratively fixes issues in source code, committing each fix atomically and re-verifying with before/after screenshots. For plan-mode design review (before implementation), use…
miniapp-dev
A development guide for BitFun MiniApps, which are small applications that run inside BitFun. It covers creating new MiniApps as well as maintaining the MiniApp framework.
frontend-patterns
Frontend development patterns for React, Next.js, state management, performance optimization, and UI best practices.
ss-studio
Turn a product brief and optional references into three distinct creative directions, a human-selected StyleSeed interaction plan, generated image/video asset jobs, a working UI prototype, and a verified prototype-first showcase reel. Use for client concepts, app interaction exploration, trendy but coherent UI…
ss-copy
Generate UX microcopy (button labels, error messages, empty states, toasts) following a casual-but-polite voice and tone.
ui-web
Web UI - glassmorphism, Tailwind, dark mode, accessibility.