filament-resource

Generates FilamentPHP v4 resources for Laravel models with schemas and relations.

35|11|Updated Dec 3, 2025
One-click install
npx skills add https://github.com/mwguerra/claude-code-plugins --skill filament-resource
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: filament-resource
Source: https://github.com/mwguerra/claude-code-plugins/tree/main/filament-specialist/skills/filament-resource
Command: npx skills add https://github.com/mwguerra/claude-code-plugins --skill filament-resource

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill creates a complete Filament resource with form and table schemas, relation managers, and optional pages.

Core Features & Use Cases

  • Resource, form schema, and table configuration
  • Relation managers for HasMany and BelongsToMany
  • Custom pages and tests as needed

Quick Start

Generate a resource named Post with basic form and table.

Frequently Asked Questions about filament-resource

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I generate a complete Filament resource with forms and tables for a Laravel model?

Generate a Filament v4 resource by providing your model name; the Skill creates a complete resource scaffolding including form schemas, table configurations, relation managers, and optional custom pages following official Filament documentation patterns.

Can I create relation managers for HasMany and BelongsToMany relationships in Filament?

Yes, the Skill generates relation managers for both HasMany and BelongsToMany relationships as part of the resource scaffolding, enabling management of related data within your Filament admin interface.

What does a generated Filament resource include?

A generated Filament resource includes form schema configuration, table setup with columns and filters, relation managers for associated models, optional custom pages, and artisan command support for features like soft deletes and modal-based workflows.

How do I set up form and table configurations for a Filament resource?

The Skill generates example form schemas and table configurations as part of resource creation, providing ready-to-use patterns that follow Filament v4 documentation standards and can be customized for your specific requirements.

Can I generate Filament resources with custom pages and tests?

Yes, the Skill supports generating custom pages and tests alongside the standard resource, form, and table configurations, enabling complete CRUD interfaces tailored to your application needs.