filament-actions

Generate FilamentPHP v4 actions for resources, pages, and tables.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill generates action classes and configurations for standard CRUD actions, modals, and bulk workflows.

Core Features & Use Cases

  • CreateAction, EditAction, DeleteAction and more
  • Modal actions with confirmation
  • Form-based actions and wizard-style flows

Quick Start

Scaffold a Create action with a confirmation modal and a success notification.

Frequently Asked Questions about filament-actions

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

FAQPage Schema
How do I create Filament v4 actions with modals and confirmations?

Filament v4 actions are generated classes that handle CRUD operations, custom workflows, and modal confirmations. This Skill generates action classes for resources, pages, and tables with built-in modal support, form handling, and confirmation dialogs to satisfy your admin interface requirements.

Can I build multi-step workflows and wizard-style actions in Filament?

Yes. This Skill generates actions that support multi-step workflows, wizard-style flows, and form-based actions across Filament resources and tables. Each step can include validation, side effects like notifications or redirects, and conditional visibility based on authorization rules.

What's the best way to scaffold standard CRUD actions in Laravel with Filament?

Standard CRUD actions—CreateAction, EditAction, DeleteAction—are scaffolded by this Skill as pre-configured classes for Laravel projects using Filament v4. Generated actions include modal confirmations, form handling, and success notifications out of the box.

Does Filament support bulk operations and custom action visibility?

Filament v4 supports bulk operations and custom actions with conditional visibility and authorization. This Skill generates bulk action classes, authorization logic, and action visibility rules to control when actions appear in admin interfaces and tables.

How do I add notifications and redirects as side effects in Filament actions?

Filament actions execute side effects after completion, including notifications, redirects, and data updates. This Skill generates action configurations that handle these behaviors, allowing you to notify users or redirect them after modal confirmation or form submission.

Can I use Filament actions with custom forms and modal handling?

Yes. This Skill generates form-based Filament actions with full modal support, form field configuration, and validation. Actions are created for resources, pages, and tables with customizable modal behavior and form handling integrated.