scaffold-filament-resource
Installation
SKILL.md
Scaffold Filament Resource
Use this skill when building administrative interfaces. YOU MUST enforce the Separation of Concerns (SoC) architecture mandated by this project.
Context
This skill ensures that all Filament Resources follow the project's strict architectural patterns, specifically delegating logic to dedicated classes rather than defining it inline.
Tools
scaffold-controller: For related controller logic if needed.scaffold-model: Ensure the model exists first.
Rules
1. 🚨 Critical: Separation of Concerns
NEVER define schema logic inline.
The Resource class must strictly act as a configuration hub.