Optimacloud Filament Claude Agents
optimacloud-filament-claude-agents is a Claude Code plugin for the Build phase that simplifies and standardizes Filament v4 PHP across Resources, Forms, Tables, Actions, and Infolists.
Refactor and simplify Filament v4 Resources, Forms, Tables, Actions, and Infolists in Claude Code without changing behavior.
Add it to Claude Code
Install the plugin in Claude Code. One command, paste-ready.
/plugin install optimacloud-filament-claude-agents@optimacloud/filament-claude-agentsBuilt to be called by your agent
Skillselion is itself an MCP server. Your agent can pull this entry and a paste-ready install config straight from the API - no copy-paste.
Retrieve this entry with skillselion.get_details("plugin:optimacloud/filament-claude-agents") and the paste-ready config with skillselion.get_install_config("plugin:optimacloud/filament-claude-agents").
What it does
optimacloud-filament-claude-agents packages a Claude Code agent plugin that acts as a Filament-focused simplifier. Solo SaaS builders on Laravel often accumulate dense Resources and repetitive form/table definitions; this plugin steers the agent to tighten structure, align with Filament v4 patterns, and improve readability without silently altering business logic. Invoke it when a panel works but feels inconsistent across CRUD screens, actions, and infolists. It complements manual review and PHPUnit/feature tests rather than replacing them. Expect intermediate familiarity with Filament concepts (relationship managers, actions, schema APIs). It is not a general PHP linter and does not replace Filament docs for new features—use it as a disciplined second pass before PRs or when onboarding contributors to a shared admin codebase.
Highlights
- Dedicated Filament simplifier agent plugin (1 plugin) for Claude Code
- Refines Resources, Forms, Tables, Actions, and Infolists with Filament v4 best practices
- Optimizes clarity, naming consistency, and maintainability while preserving functionality
- Productivity-category plugin from optimacloud/filament-claude-agents
- Focused code-quality pass—not greenfield scaffolding or unrelated Laravel domains
Why builders use it
Filament admin code grows verbose and inconsistent across screens, making solo builders afraid to refactor without breaking Laravel panel behavior.
After install, you can run a Filament-aware agent pass that yields clearer, v4-aligned panel code with the same runtime behavior.
At a glance
- Type - Plugin in Frontend & UI.
- Adoption - 0 installs, 0 stars, 0 votes.
FAQ
Who is optimacloud-filament-claude-agents for?
Solo builders and small teams shipping Laravel apps with Filament v4 admin panels who use Claude Code for iterative refactors.
When should I use optimacloud-filament-claude-agents?
Use it during Build when existing Resources, Forms, Tables, Actions, or Infolists need simplification and v4 best-practice alignment without changing features.
How do I add optimacloud-filament-claude-agents to my agent?
Register the optimacloud/filament-claude-agents plugin from the Claude Code marketplace, then invoke the Filament simplifier agent against your panel PHP files.
Comments
Share how you use optimacloud-filament-claude-agents, gotchas, or tips for other indie builders.
No comments yet - be the first to share how you use it.