FilamentPHP Resource Generation Skill Overview This skill generates complete FilamentPHP v4 resources including form schemas, table configurations, relation managers, and custom pages. All generated code follows official documentation patterns. Documentation Reference CRITICAL: Before generating any resource, read: - - - Workflow Step 1: Gather Requirements Identify: - Model name and namespace - Fields to include in form - Columns to display in table - Relationships to manage - Custom actions needed - Authorization requirements Step 2: Generate Base Resource Use Laravel artisan to create the…