filament-resource-generator

Generate Filament resource scaffolds with correct Schemas and Forms namespaces.

Updated Oct 26, 2025
One-click install
npx skills add https://github.com/Hieubkav/wincellarCloneBackend --skill filament-resource-generator
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: filament-resource-generator
Source: https://github.com/Hieubkav/wincellarCloneBackend/tree/main/.claude/skills/filament-resource-generator
Command: npx skills add https://github.com/Hieubkav/wincellarCloneBackend --skill filament-resource-generator

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Manually creating Filament resources, including forms, tables, and associated logic, is repetitive and prone to inconsistencies. This skill automates the scaffolding process, generating a complete Filament resource that adheres to project-specific coding standards, Vietnamese UI, and integrates essential features like image management and SEO observers.

Core Features & Use Cases

  • Automated Resource Creation: Generate Filament resources with correct namespace imports (Schemas for layouts, Forms for fields), Vietnamese labels, and standard structure.
  • Integrated Features: Automatically sets up navigation badges, eager loading for relationships, reorderable tables, and integrates ImagesRelationManager for galleries.
  • Observer Pattern Setup: Guides you to create and register model observers for auto-generating SEO fields (slug, meta_title, meta_description) and managing images.
  • Use Case: You need to add a new Product entity to the admin panel. Use this skill to generate the ProductResource, pre-configured with the project's UI standards, image gallery support, and automatic SEO field generation, saving significant development time.

Quick Start

Generate a new Filament resource for a Category model, including support for an image gallery and automatic SEO fields.

Frequently Asked Questions about filament-resource-generator

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

FAQPage Schema
How do I scaffold a Filament resource with correct namespace imports and Vietnamese labels?

This Skill generates standardized Filament resources with correct Schemas and Forms namespaces, Vietnamese UI labels, and proper structure automatically. It eliminates manual setup errors and ensures consistency across your admin panel resources.

Can I automate CRUD admin panel creation for Laravel models?

Yes, this Skill generates complete Filament resource scaffolds including forms, tables, and navigation badges for your Laravel models. It integrates image galleries, observer patterns, and SEO field generation out of the box.

What's the best way to set up image galleries and SEO observers in Filament resources?

This Skill automates ImagesRelationManager integration and observer pattern setup, pre-configuring navigation badges, eager loading, and automatic SEO slug and meta field generation for your resources.

Does this work with reorderable tables and relationship management in Filament?

Yes, the generated resources include reorderable tables, eager-loaded relationships, and ImagesRelationManager for gallery support, reducing manual configuration of admin panel components.

How much development time does automated resource generation save?

By handling namespace correctness, Vietnamese labels, observers, image relations, and SEO defaults in one generation pass, this Skill eliminates repetitive manual scaffolding and standardization work across multiple resources.