Filament PHP v5 Coding Standards
Enforces correct Filament v5 API (recordActions, Heroicon enum, Operation enum) over stale v3/v4 patterns.
Test report
- Verdict
- Tested · Works
- Score
- Tested
- Jul 16, 2026
- Environment
- Claude Code 2.x (agent harness)
- Upstream re-checked
- Aug 10, 2026 · 93f76e9
Verified via live web search that the v5-specific API this skill enforces (recordActions()/groupedBulkActions() instead of the old actions()/bulkActions(), the Heroicon:: enum, HasLabel/HasColor/HasIcon) is real and current - a baseline answer without the skill defaults to deprecated v3/v4 Filament\Tables\Actions imports and string icon names, which the skill's checklist explicitly forbids.
Scored on four weighted criteria — install, triggering, output vs. baseline, docs. How scoring works
- Installs cleanly 5/5
- Triggers reliably 5/5
- Output vs. baseline 9/10
- Docs & honesty 5/5
What Filament PHP v5 Coding Standards does
A single-file coding-standards reference for Filament PHP v5 admin panels covering resources, forms, tables, infolists, actions, widgets, multi-tenancy, testing, and deployment across 18 numbered sections. Triggers on any request to write, review, or refactor Filament code, and its main value is pinning the agent to v5-only method names and conventions that differ from the still-common v3/v4 patterns baked into most LLM training data.
How to install Filament PHP v5 Coding Standards
git clone https://github.com/olakunlevpn/olakunlevpn-filament-skills.git
mkdir -p ~/.claude/skills
cp -r olakunlevpn-filament-skills ~/.claude/skills/olakunlevpn-filament-skills
Skills live in ~/.claude/skills/ (global) or .claude/skills/
(per-project). Restart Claude Code after installing.
Commands — how to trigger Filament PHP v5 Coding Standards
-
/olakunlevpn-filament-skillsEnforces correct Filament v5 API (recordActions, Heroicon enum, Operation enum) over stale v3/v4 patterns.
It also activates on plain-language prompts like these:
-
review this Filament resource for outdated v3 action syntax -
write a Filament v5 table with grouped bulk actions and Heroicons -
refactor my admin panel widgets to use the new Filament API
Frequently asked questions
- Is the Filament PHP v5 Coding Standards skill free?
- Yes. The skill itself is free from olakunlevpn/olakunlevpn-filament-skills. SkillProof publishes the install command and an independent test verdict at no cost.
- Does Filament PHP v5 Coding Standards work with Claude Code?
- We tested it with Claude Code 2.x (agent harness) on Jul 16, 2026. Verdict: Tested · Works. Verified via live web search that the v5-specific API this skill enforces (recordActions()/groupedBulkActions() instead of the old actions()/bulkActions(), the Heroicon:: enum, HasLabel/HasColor/HasIcon) is real and current - a baseline answer without the skill defaults to deprecated v3/v4 Filament\Tables\Actions imports and string icon names, which the skill's checklist explicitly forbids.
- What is the Filament PHP v5 Coding Standards SkillProof Score?
- 9.6/10 — installs cleanly 5/5, triggers reliably 5/5, output vs. baseline 9/10, docs & honesty 5/5.
- How do I install Filament PHP v5 Coding Standards?
- Copy the install command from this page, run it in your terminal, and restart Claude Code. Skills live in ~/.claude/skills/ (global) or .claude/skills/ inside a project.
- Can I use Filament PHP v5 Coding Standards with Cursor, Copilot, Gemini CLI, Codex or other AI tools?
- The SKILL.md format is native to Claude (Claude Code, Desktop, claude.ai). The instructions inside adapt to other assistants: Cursor rules, GitHub Copilot instructions, Windsurf rules, Custom GPTs, AGENTS.md for OpenAI Codex, and GEMINI.md for Google Gemini CLI — our conversion guides cover each, and the free converter on the tools page does the wrapping for you.