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-infolistsgit 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-infolists)<a href="https://agentmods.dev/skills/leek/filament-agent-rules/filament-infolists"><img src="https://agentmods.dev/badge/skills/leek/filament-agent-rules/filament-infolists/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-infolists"><img src="https://agentmods.dev/badge/skills/leek/filament-agent-rules/filament-infolists.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.00042 | $0.00918 |
| Opus 5 | $0.00021 | $0.00459 |
| Sonnet 5 | $0.00008 | $0.00184 |
| Haiku 4.5 | $0.00004 | $0.00092 |
Grade A, and why
filament-infolists 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.
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.
How it starts
The opening of the file, as written. The whole thing — 107 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Filament Infolist Workflow
Use this skill for read-only record display. Infolists are schema component trees that use entries for display, layout components for structure, and prime components for static or computed content.
Read First
Resolve paths from the current project root:
app/Filament/CLAUDE.mdapp/Filament/Resources/Schemas/CLAUDE.mdapp/Filament/Resources/Pages/CLAUDE.mdwhen used on View pagesapp/Filament/Actions/CLAUDE.mdwhen used in an action modaltests/Feature/Filament/CLAUDE.mdwhen tests are expected
Inspect the model casts, relationships, sensitive attributes, existing form schema, and nearby view pages before designing the display.
Build Flow
- Use entries for read-only data:
TextEntry,IconEntry,ImageEntry,ColorEntry, key-value/repeatable entries, and custom entries only when built-ins cannot represent the data. - Group record facts by domain meaning, not by database order.
- Mirror the form's conceptual groups where that helps the admin compare edit and view surfaces.
- Use enum presentation contracts for labels, colors, and icons instead of
duplicating
matchblocks across fields, columns, and entries. - Use badges, icons, copyable values, placeholders, and date/money formatting where they make scanning easier.
- Keep sensitive values out of the infolist unless the current user is authorized to see them.
Review Checklist
- Entries use
Filament\Infolists\Components\*. - Layout wrappers use schema layout components.
- Dot-notation relationship entries are loaded safely.
- Long content is limited, wrapped, or placed in a full-width section.
- View-page tests assert rendering and important displayed state.
Deep Pattern: Custom Entry Choices
Use the lowest-level escape hatch that fits:
- Built-in entry plus modifiers:
TextEntry,IconEntry,ImageEntry,ColorEntry,->badge()->color()->icon(),->formatStateUsing(), trusted->html(),->markdown(). - Prime component or
Calloutwhen the content is not bound to a record attribute. ViewEntryfor one-off bespoke record-bound markup.- A custom entry class when reused or configurable.
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.
- 11d ago First seen · 107 lines · 42 tokens per session scan A 397cd3e5428d
filament-infolists is a skill published in the GitHub repository leek/filament-agent-rules (4 stars, last pushed 1mo ago), licensed MIT. It adds 42 tokens to every session and 918 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.