Filament v4 Expert

Generates Filament v4/v5 code using Unified Schema architecture and strict typing.

4|Updated Jan 27, 2026
One-click install
npx skills add https://github.com/clarkrickman2/Antigravity-Filament-v4-skill --skill filament-v4-expert
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Filament v4 Expert
Source: https://github.com/clarkrickman2/Antigravity-Filament-v4-skill/tree/main
Command: npx skills add https://github.com/clarkrickman2/Antigravity-Filament-v4-skill --skill filament-v4-expert

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill addresses the common issue of AI models defaulting to outdated Filament v3 context, leading to deprecated code and errors in modern Laravel/Filament v4 and v5 projects.

Core Features & Use Cases

  • Version Compatibility: Ensures code generation adheres to Filament v4/v5 standards, avoiding v3 patterns.
  • Correct Syntax: Provides accurate syntax for Forms, Tables, Actions, and Auth pages, including the Unified Schema architecture.
  • Error Prevention: Guides the AI to use correct namespaces, method signatures, and component configurations specific to v4/v5.
  • Use Case: When generating a new Filament resource with a form and table, this Skill ensures all components and methods use the correct v4 syntax, preventing common breaking changes.

Quick Start

Use the filament-v4 skill to generate a new Filament resource for managing 'Products', ensuring all forms and tables use v4 syntax.

Frequently Asked Questions about Filament v4 Expert

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

FAQPage Schema
How do I migrate Laravel Filament code from v3 to v4?

Filament v4 code generation requires using the Unified Schema architecture and strict typing. It prevents AI models from defaulting to outdated v3 patterns by enforcing correct namespaces, method signatures, and component configurations for Forms, Tables, and Actions.

How do I generate a Filament v4 resource with correct syntax?

Generating a Filament v4 resource involves applying the Unified Schema architecture for forms and tables. This enforces correct v4 syntax for components and methods, avoiding deprecated v3 patterns and preventing common breaking changes.

What are the breaking changes in Filament v4 navigation and modals?

Filament v4 introduces breaking changes in navigation icons, page properties, modal implementation, and auth namespaces. Generating code requires targeting these specific v4 configurations to avoid deprecated errors in modern Laravel projects.

Does Filament v4 support strict typing and Unified Schema architecture?

Filament v4 supports strict typing and the Unified Schema architecture for code generation. This ensures accurate syntax for Forms, Tables, Actions, and Auth pages, preventing errors caused by outdated v3 contexts.

Why does my AI generated Filament code use deprecated v3 patterns?

AI generated Filament code uses deprecated v3 patterns because models often default to outdated contexts. Enforcing v4 specific generation ensures correct namespaces, method signatures, and component configurations for modern Laravel projects.

Can I use Filament v4 code generation for Laravel v5 projects?

Filament v4 code generation supports both v4 and v5 Laravel projects. It provides guidance for correct syntax and component configurations, ensuring compatibility and preventing deprecated code across these versions.