filament-widgets

Generates FilamentPHP v4 dashboard widgets for Laravel projects via Artisan commands.

35|11|Updated Dec 3, 2025
One-click install
npx skills add https://github.com/mwguerra/claude-code-plugins --skill filament-widgets
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: filament-widgets
Source: https://github.com/mwguerra/claude-code-plugins/tree/main/filament-specialist/skills/filament-widgets
Command: npx skills add https://github.com/mwguerra/claude-code-plugins --skill filament-widgets

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill scaffolds widget code for dashboards, including stats overview and charts.

Core Features & Use Cases

  • Create StatsOverview widgets with multiple Stat items
  • Build Chart widgets with Line/Bar types
  • Include Custom widgets for dashboards

Quick Start

Scaffold a StatsOverview widget with 3 stats and a chart widget for revenue.

Frequently Asked Questions about filament-widgets

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

FAQPage Schema
How do I generate Filament dashboard widgets for my Laravel admin panel?

Generate Filament dashboard widgets by running an Artisan command that scaffolds StatsOverviewWidget, ChartWidget, and custom widget classes. The Skill automates creation of stats cards, line/bar charts, and table widgets with built-in support for live updates and Filament v4 compatibility.

Can I create stats overview widgets with multiple stat cards in Filament?

Yes. The Skill generates StatsOverviewWidget classes containing multiple Stat items with configurable labels, values, and descriptions. Each stat card can display metrics like revenue, user counts, or order totals within a single dashboard overview.

What types of charts can I build for Filament dashboards?

Build Line and Bar chart widgets for Filament dashboards. The Skill generates ChartWidget classes with chart data, labels, and optional live-update configuration, suitable for revenue trends, user analytics, or performance metrics.

Does this work with Laravel projects using Filament v4?

Yes. The Skill scaffolds widget classes compatible with FilamentPHP v4 admin dashboards in Laravel projects. It generates Artisan-driven code that integrates directly with Filament's widget architecture and admin panel structure.

Can I add custom widgets beyond stats and charts to my dashboard?

Yes. The Skill supports custom widget generation alongside StatsOverviewWidget and ChartWidget types. Generate tailored dashboard components that fit your specific admin panel requirements beyond standard stats and charts.

How do I enable live updates for dashboard widgets in Filament?

The Skill generates widget classes with optional live-update configuration built in. Include live polling settings when scaffolding charts and stats to refresh dashboard data automatically without manual page reload.