什么是 filament-forms?
创建包含字段、验证、部分、选项卡和关系的 FilamentPHP v4 表单 来源:mwguerra/claude-code-plugins。
创建包含字段、验证、部分、选项卡和关系的 FilamentPHP v4 表单
通过命令行快速安装 filament-forms AI 技能到你的开发环境
来源: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) |
创建包含字段、验证、部分、选项卡和关系的 FilamentPHP v4 表单 来源:mwguerra/claude-code-plugins。
为搜索与 AI 引用准备的稳定字段与命令。
npx skills add https://github.com/mwguerra/claude-code-plugins --skill filament-forms创建包含字段、验证、部分、选项卡和关系的 FilamentPHP v4 表单 来源:mwguerra/claude-code-plugins。
打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/mwguerra/claude-code-plugins --skill filament-forms 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用
https://github.com/mwguerra/claude-code-plugins