lartisanlartisanCommunity·3 Agent Skills Included

filament-architect

Wizard-driven Laravel scaffolding for models, migrations, and Filament resources

Generates Eloquent models, migrations, factories, seeders, and Filament resources from a visual wizard inside your admin panel. Eliminates repetitive boilerplate writing and risky manual edits with merge-aware updates that preserve your custom code. Tracks blueprint revisions so schema changes, sync migrations, and regenerations stay safe and predictable.
npx skills add lartisan/filament-architect --all -g -y
Available:

Tells your AI agent which Laravel, Livewire, and Pest skills to activate for each task, and enforces project conventions like testing, formatting, and documentation lookup before making code changes.

All Skills in This Repository (3)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How to install Filament Architect?â–¼

Run `npx skills add lartisan/filament-architect --all -g -y` in your terminal to install all skills in this suite globally.

What does Filament Architect generate?â–¼

It generates Eloquent models, migrations, factories, seeders, and full Filament resources with list, create, edit, and view pages from a single wizard.

Can it update existing files without overwriting my code?â–¼

Yes. Its merge mode uses parser-aware updates to refresh generated sections while preserving your custom methods and logic.

Which Filament versions are supported?â–¼

It supports Filament 4 and 5 by default, with legacy Filament 3 flat structure available through a configuration flag.

Do I need coding experience to use it?â–¼

Basic Laravel knowledge helps, but the wizard interface and AI agent skills handle the technical generation steps for you.

Related Repositories in Software Engineering

View All in Software Engineering→