Claude Skills
CollectionsCompareWorkflowsNominate
Sign inSign up
© 2026 Curated Agent Skills·Learn more about Agent Skills
Back to repository

filament-docs

verified

Reference FilamentPHP v4 documentation for patterns, methods, and implementation examples

View on GitHub

Marketplace

mwguerra-marketplace

mwguerra/claude-code-plugins

Plugin

filament-specialist

laravel

Repository

mwguerra/claude-code-plugins
15stars

filament-specialist/skills/filament-docs/SKILL.md

Last Verified

February 1, 2026

Install Skill

Select agents to install to:

Scope:
npx add-skill https://github.com/mwguerra/claude-code-plugins/blob/main/filament-specialist/skills/filament-docs/SKILL.md -a claude-code --skill filament-docs

Installation paths:

Claude
.claude/skills/filament-docs/
Powered by add-skill CLI

Instructions

# FilamentPHP Documentation Reference Skill

## Overview

This skill provides access to the complete FilamentPHP v4 official documentation. Use this skill to look up exact implementations, method signatures, and patterns before generating any Filament code.

## Documentation Location

All documentation is stored in:
`/home/mwguerra/projects/mwguerra/claude-code-plugins/filament-specialist/skills/filament-docs/references/`

## Directory Structure

```
references/
├── actions/                    # Action buttons and modals
│   └── *.md                    # Action types and configurations
├── forms/                      # Form components
│   └── *.md                    # All form field types
├── general/
│   ├── 01-introduction/        # Getting started, installation
│   ├── 03-resources/           # CRUD resources
│   ├── 06-navigation/          # Menu and navigation
│   ├── 07-users/               # Auth and permissions
│   ├── 08-styling/             # Themes and CSS
│   ├── 09-advanced/            # Advanced patterns
│   ├── 10-testing/             # Testing guide
│   ├── 11-plugins/             # Plugin development
│   └── 12-components/          # UI components
├── infolists/                  # Infolist entries
│   └── *.md                    # Display components
├── notifications/              # Notification system
│   └── *.md                    # Toast and DB notifications
├── schemas/                    # Schema validation
│   └── *.md                    # Schema patterns
├── tables/                     # Table components
│   ├── 02-columns/             # Column types
│   └── 03-filters/             # Filter types
└── widgets/                    # Dashboard widgets
    └── *.md                    # Widget types
```

## Usage

### When to Use This Skill

1. Before generating any Filament component code
2. When troubleshooting Filament errors
3. To verify method signatures and parameters
4. To find correct import statements
5. To understand Filament v4 patterns

Validation Details

Front Matter
Required Fields
Valid Name Format
Valid Description
Has Sections
Allowed Tools
Instruction Length:
3323 chars