What is filament-forms?
Create FilamentPHP v4 forms with fields, validation, sections, tabs, and relationships Source: mwguerra/claude-code-plugins.
Create FilamentPHP v4 forms with fields, validation, sections, tabs, and relationships
Quickly install filament-forms AI skill to your development environment via command line
Source: mwguerra/claude-code-plugins.
This skill generates FilamentPHP v4 form schemas with proper field configurations, validation rules, relationships, and layout components.
CRITICAL: All form schemas MUST be organized using layout components. Never place fields directly at the root level of a form schema.
| Section | Major logical groupings, can have description, icon, collapsible | | Fieldset | Smaller sub-groupings within a section, lighter visual weight | | Tabs | When sections are numerous and would cause scrolling | | Grid | Column layout within sections (not a replacement for sections) |
Create FilamentPHP v4 forms with fields, validation, sections, tabs, and relationships Source: mwguerra/claude-code-plugins.
Stable fields and commands for AI/search citations.
npx skills add https://github.com/mwguerra/claude-code-plugins --skill filament-formsCreate FilamentPHP v4 forms with fields, validation, sections, tabs, and relationships Source: mwguerra/claude-code-plugins.
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/mwguerra/claude-code-plugins --skill filament-forms Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw
https://github.com/mwguerra/claude-code-plugins