Skip to main content
Back to registry

filament-resource

mwguerra/claude-code-plugins

This skill generates complete FilamentPHP v4 resources including form schemas, table configurations, relation managers, and custom pages. All generated code follows official documentation patterns.

Installs1
Install command
npx skills add https://github.com/mwguerra/claude-code-plugins --skill filament-resource
Security audits
Gen Agent Trust HubPASS
SocketPASS
SnykPASS
About this skill
This skill generates complete FilamentPHP v4 resources including form schemas, table configurations, relation managers, and custom pages. All generated code follows official documentation patterns. CRITICAL: Before generating any resource, read: Identify: Use Laravel artisan to create the resource: Read form field documentation and implement: Read table documentation and implement: For relationships, create relation managers: Register in resource: Define resource pages: Implement policy methods: For each resource, generate: - /home/mwguerra/projects/mwguerra/claude-code-plugins/filament-specialist/skills/filament-docs/references/general/03-resources/ - /home/mwguerra/projects/mwguerra/claude-code-plugins/filament-specialist/skills/filament-docs/references/forms/ - /home/mwguerra/projects/mwguerra/claude-code-plugins/filament-specialist/skills/filament-docs/references/tables/ - Model name and namespace - Fields to include in form - Columns to display in table - Relationships to manage - Custom actions needed - Authorization requirements - TextInput::make() - Single line text - Textarea::make() - Multi-line text - RichEditor::make() - WYSIWYG editor - MarkdownEditor::make() - Markdown editor - Select::make() - Dropdown select - Radio::make() - Radio buttons - Checkbox::make() - Single checkbox - CheckboxList::make() - Multiple checkboxes - Toggle::make() - Toggle switch -...

Source description provided by the upstream skill listing. Community reviews and install context appear in the sections below.

Community Reviews

Latest reviews

Sign in to review

No community reviews yet. Be the first to review.

Browse this skill in context
FAQ
What does filament-resource do?

This skill generates complete FilamentPHP v4 resources including form schemas, table configurations, relation managers, and custom pages. All generated code follows official documentation patterns.

Is filament-resource good?

filament-resource does not have approved reviews yet, so SkillJury cannot publish a community verdict.

What agent does filament-resource work with?

filament-resource currently lists compatibility with codex, gemini-cli, opencode, kimi-cli, amp, github-copilot.

What are alternatives to filament-resource?

Skills in the same category include telegram-bot-builder, flutter-app-size, sharp-edges, iterative-retrieval.

How do I install filament-resource?

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

Related skills

Alternatives in Software Engineering