Build powerful Laravel admin panels using Filament v5's server-driven UI with Schemas and Livewire v4 reactivity.
Works with
AI-first code editor with Composer
Before installing skills in Cursor, ensure your development environment meets these requirements:
node --versionfilament-proExecute the skills CLI command in your project's root directory to begin installation:
Fetches filament-pro from marcelorodrigo/agent-skills and configures it for Cursor.
The CLI shows a list of agents. Use arrow keys and space to select Cursor:
Confirm successful installation by checking the skill directory location:
Restart Cursor to activate filament-pro. Access via /filament-pro in your agent's command palette.
We perform automated surface-level scans (Gen AI Scanner, Socket, Snyk) during installation. These checks detect common vulnerabilities but do not guarantee complete security. Always review skill source code and verify the publisher's reputation before production use.
Skills execute code in your environment. Always review source, verify the publisher, and test in isolation before production.
Submit your Claude Code skill and start earning
Create detailed user stories, acceptance criteria, and feature specs
Example
Generate user stories for 'password reset feature' with acceptance criteria, edge cases, and test scenarios
Reduce spec writing time by 50%, ensure comprehensive coverage
Research competitors, compare features, identify gaps
Example
Analyze 5 competitor products, create feature comparison matrix, suggest differentiation opportunities
Complete competitive research in 2 hours instead of 2 days
Evaluate features using frameworks (RICE, ICE, Kano) and create prioritized backlogs
Example
Score 20 feature ideas using RICE framework, generate prioritized roadmap with rationale
44
total installs
44
this week
7
GitHub stars
0
upvotes
Run in your terminal
44
installs
44
this week
7
stars
Build powerful Laravel admin panels using Filament v5's server-driven UI with Schemas and Livewire v4 reactivity.
Filament v5 is a Laravel admin panel framework that provides complete CRUD interfaces, forms, tables, and dashboard components through a declarative PHP API. Built on Livewire v4, it offers real-time reactivity without writing JavaScript.
Install Filament via Composer and scaffold a panel:
composer require filament/filament:"^5.0" -W
php artisan filament:install --scaffold
npm install && npm run dev
php artisan make:filament-user
This creates the panel provider, directory structure, and assets needed to start building.
app/
Filament/
Resources/ # CRUD resources with forms and tables
Pages/ # Custom pages
Widgets/ # Dashboard widgets
Providers/
Filament/
AdminPanelProvider.php
The PanelProvider is the entry point for your admin panel. It configures:
Resources provide complete CRUD interfaces through:
Forms use a schema-based approach where you declare fields as PHP objects:
Tables display data with extensive customization:
Actions are interactive buttons that trigger:
Dashboard widgets include:
Filament uses Pest PHP with Livewire testing helpers:
Access control through:
Filament uses a server-driven approach where the backend defines the UI structure through schemas. The PHP code describes forms, tables, and layouts which Filament renders as Livewire components.
Schemas are PHP configuration objects that define:
All components mount as Livewire components, providing:
The framework encourages a resource-first approach:
| Command | Purpose |
|---|---|
filament:install --scaffold |
Install Filament with panel scaffolding |
make:filament-resource |
Create CRUD resource |
make:filament-page |
Create custom page |
make:filament-widget |
Create dashboard widget |
make:filament-panel |
Create additional panel |
make:filament-user |
Create admin user |
make:filament-relation-manager |
Create relation manager |
filament:cache-components |
Cache for production |
Comprehensive documentation for each component:
See examples.md for complete working code examples including:
getEloquentQuery() to eager load relationships and prevent N+1 queriesfilament:cache-componentsapp/Filament/Admin/Resources/Filament is ideal for:
Version: 1.0.0
License: MIT
Compatibility: Laravel 11+, PHP 8.2+, Livewire v4
Make data-driven prioritization decisions faster
Draft PRDs, status updates, and stakeholder presentations
Example
Create executive summary of Q3 roadmap, monthly progress report, feature launch announcement
Save 3-5 hours/week on communication overhead
Prerequisites
Time Estimate
30-60 minutes to see productivity improvements
Steps
Common Pitfalls
β Do
β Don't
π‘ Pro Tips
β Use when
Use for user story writing, competitive research, roadmap prioritization, stakeholder communication, and PRD drafting. Best for reducing repetitive documentation and research work.
β Avoid when
Avoid for strategic product vision (requires deep customer empathy), pricing decisions (needs market and financial expertise), or when face-to-face customer discovery is more valuable than speed.
mattpocock/skills
parcadei/continuous-claude-v3
cursor/plugins
pproenca/dot-skills
ailabs-393/ai-labs-claude-skills
jezweb/claude-skills
Keeps context tight: filament-pro is the kind of skill you can hand to a new teammate without a long onboarding doc.
Useful defaults in filament-pro β fewer surprises than typical one-off scripts, and it plays nicely with `npx skills` flows.
We added filament-pro from the explainx registry; install was straightforward and the SKILL.md answered most questions upfront.
Keeps context tight: filament-pro is the kind of skill you can hand to a new teammate without a long onboarding doc.
filament-pro reduced setup friction for our internal harness; good balance of opinion and flexibility.
filament-pro is among the better-maintained entries we tried; worth keeping pinned for repeat workflows.
filament-pro reduced setup friction for our internal harness; good balance of opinion and flexibility.
Registry listing for filament-pro matched our evaluation β installs cleanly and behaves as described in the markdown.
filament-pro fits our agent workflows well β practical, well scoped, and easy to wire into existing repos.
Keeps context tight: filament-pro is the kind of skill you can hand to a new teammate without a long onboarding doc.
showing 1-10 of 62