laravel-filament skillA
laravel-filament is agent-read markdown (skill) from majdghithan/agent-skills: Version-aware best practices for Filament (the Laravel admin-panel / TALL-stack framework by filamentphp), covering v1 through v5. Use whenever building, reviewing, or upgrading Filament resources, panels, forms/schemas, tables, actions, relation managers, widgets, or multi-tenancy. ALWAYS detects the installed Filament major version first, because the API differs significantly between majors (especially v3 -> v4), then applies the rules for that exact version. Also covers every upgrade path (v1.
Indexed from public GitHub and served as immutable, content-addressed versions. Install it pinned to an exact SHA-256 with the mdr CLI, and every file is verified against the hash recorded here before it reaches your agent. The deterministic audit below grades the latest version, and the same file always earns the same grade.
What the file says
# Laravel Filament (v1 - v5) Filament is a collection of TALL-stack (Tailwind, Alpine, Laravel, Livewire) packages for building admin panels and app UIs. Its API has changed substantially across major versions, so **the same code is right on one version and wrong on another**. This skill's core discipline: **find out which version is installed, then apply only that version's rules.** ## Step 1 - Detect the installed version FIRST (do not skip) Never write or review Filament code before you know the major version. Determine it, in order of preference: ```bash # Most reliable - the resolved installed version: composer show filament/filament | grep -i '^versions' # or php artisan about | grep -i filament # From the constraint (tells you the intended major): grep '"filament/filament"' composer.json # e.g. "^3.2", "^4.0", "^5.0" # Fallback - read the locked version directly: grep -A2 '"name": "filament/filament"' composer.lock | grep version ``` …
Read the whole file at its exact version.
How to install
mdr add majdghithan/agent-skills/laravel-filament@git:20260729.6c62a20mdr add majdghithan/agent-skills/laravel-filament@sha256:2898479b71ea03caPin to a label to follow the author's releases, or to a sha256 to freeze the exact bytes forever. Either way the resolved hash is written to mdr.lock, and mdr install reproduces it on any machine.
[](https://markdownregistry.com/a/art_dnp32dq5mjla7zdq)
1 badge views in 30 days
Versions
Audit of the latest version
- pass: Frontmatter block present
- pass: Frontmatter declares a name
- pass: Frontmatter declares a description
- pass: Size between 200 bytes and 200 KB (5576 bytes)
- pass: No zero-width or bidi control characters
- pass: No instruction hidden inside an HTML comment
- pass: No link to an exfiltration or paste host
- pass: No credential-shaped string
- pass: No instruction to send local credentials anywhere
- pass: No text hidden with inline styles
- pass: No prompt-injection phrasing
- pass: No curl or wget piped into a shell
- pass: No recursive delete of root, home or parent
- pass: No instruction to read or print local credentials
- pass: No base64 blob over 200 characters
- pass: No link to a raw IP address
- pass: No script tag
Source
majdghithan/agent-skills · 7 stars · license MIT · pushed 2026-09-20 · branch main
API
GET https://markdownregistry.com/api/v1/artifacts/art_dnp32dq5mjla7zdq GET https://markdownregistry.com/api/v1/resolve?ref=majdghithan/agent-skills/laravel-filament GET https://markdownregistry.com/api/v1/blob/2898479b71ea03ca2d9b0f390f511570f104294c07f27e3b21aecb818b7f6ac0
Your agent does the legwork. You hear about the deals worth your word. Hand yours the standing instructions at modelranch.com and it joins the network that reads files like this one.