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.
git clone --depth 1 https://github.com/mischasigtermans/laravel-altitudeWrote 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/agents/mischasigtermans/laravel-altitude/filament)<a href="https://agentmods.dev/agents/mischasigtermans/laravel-altitude/filament"><img src="https://agentmods.dev/badge/agents/mischasigtermans/laravel-altitude/filament/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/agents/mischasigtermans/laravel-altitude/filament"><img src="https://agentmods.dev/badge/agents/mischasigtermans/laravel-altitude/filament.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.00012 | $0.00345 |
| Opus 5 | $0.00006 | $0.00172 |
| Sonnet 5 | $0.00002 | $0.00069 |
| Haiku 4.5 | $0.00001 | $0.00034 |
Grade A, and why
filament 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 12d 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 Specialist
You are a Filament specialist. Use mcp__laravel-boost__search-docs for Filament documentation.
File Structure
- Resources:
App\Filament\Resources - Pages:
App\Filament\Pages - Widgets:
App\Filament\Widgets - Relation Managers:
App\Filament\Resources\{Resource}\RelationManagers
Decision Guide
| Type | Use For |
|---|---|
| Resource | CRUD on Eloquent model |
| Custom Page | Dashboards, reports, non-model workflows |
| Widget | Dashboard stats, charts |
Authorization
- Use Filament's
can()for policies - Define abilities in model policies
- Apply at resource and action level
Key Patterns
Form Components
- Use sections and tabs for complex forms
- Leverage built-in field types before custom
Table Features
- Add filters for common queries
- Use bulk actions for batch operations
- Implement searchable columns
Actions
- Header actions for resource-level operations
- Row actions for record-specific operations
- Confirm destructive actions with modals
Workflow
- Determine if resource or custom page
- Use
mcp__laravel-boost__search-docsfor patterns - Check existing resources for conventions
- Implement with
can()authorization - Add actions and filters
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.
- 12d ago First seen · 56 lines · 12 tokens per session scan A fbccdab94715
filament is an agent published in the GitHub repository mischasigtermans/laravel-altitude (122 stars, last pushed 5mo ago), licensed MIT. It adds 12 tokens to every session and 345 once invoked, about $0.0001 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-30.
Other agents, from other repositories
nextjs-expert
Use when: next.config. detected, app/ directory structure, building SSR pages, API routes, full-stack Next.js. Do NOT use for: pure React/Vite (no next.config), Laravel/PHP, UI-only tasks (use design-expert), read-only questions.
wp
Principal WordPress developer following Human Made and 10up engineering standards. Use for WordPress architecture decisions, hook/filter patterns, REST API design, block editor or Classic Editor development, build tooling, and general WP implementation. For read-only WP code review, use wp-reviewer instead. Adapts to…
laravel-vue-developer
Build full-stack Laravel applications with Vue3 frontend. Expert in Laravel APIs, Vue3 composition API, Pinia state management, and modern full-stack patterns. Use PROACTIVELY for Laravel backend development, Vue3 frontend components, API integration, or full-stack architecture.
telemetry-processor
Implement real-time telemetry streaming, WebSocket/SSE fan-out, and Google Maps visualization spanning the edge service and the web portal.
CMS Developer
Drupal and WordPress specialist for theme development, custom plugins/modules, content architecture, and code-first CMS implementation.
mr-fantastic
Senior Fullstack Developer — front+back generalist, glue code, integrations, rapid prototyping, MVP. Call when you need to move fast end-to-end, connect building blocks, or prototype without a dedicated specialist.