·filament-forms
</>

filament-forms

Create FilamentPHP v4 forms with fields, validation, sections, tabs, and relationships

14Installs·0Trend·@mwguerra

Installation

$npx skills add https://github.com/mwguerra/claude-code-plugins --skill filament-forms

How to Install filament-forms

Quickly install filament-forms AI skill to your development environment via command line

  1. Open Terminal: Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.)
  2. Run Installation Command: Copy and run this command: npx skills add https://github.com/mwguerra/claude-code-plugins --skill filament-forms
  3. Verify Installation: Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Source: mwguerra/claude-code-plugins.

SKILL.md

View raw

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.

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/mwguerra/claude-code-plugins --skill filament-forms
Category
</>Dev Tools
Verified
First Seen
2026-02-19
Updated
2026-03-10

Browse more skills from mwguerra/claude-code-plugins

Quick answers

What is filament-forms?

Create FilamentPHP v4 forms with fields, validation, sections, tabs, and relationships Source: mwguerra/claude-code-plugins.

How do I install filament-forms?

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

Where is the source repository?

https://github.com/mwguerra/claude-code-plugins