jeffersongoncalves

Filament Plugin CLI — AI skill for Claude Code

AI community

Scaffold new open-source Filament plugins with multi-branch git already configured, built with Laravel Zero.

How to install Filament Plugin CLI

This entry records only its repository, not the path inside it, so there is no exact command to give. Open jeffersongoncalves/filament-plugin-cli and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

What Filament Plugin CLI does

Scaffold new open-source Filament plugins with multi-branch git already configured, built with Laravel Zero. Non-interactive — driven by an AI agent or a script.

Alternatives in AI

  • Ccstatusline — by sirmalloc - A highly customizable status line formatter for Claude Code CLI that displays model info, git b 5.5k ★
  • PRD: Gentleman AI Installer — One command. Any agent 1.9k ★
  • AI Investigator — An automated AI system (Python framework) designed to analyze any type of website content and generate structu 733 ★

README

![Filament Plugin CLI](art/jeffersongoncalves-filament-plugin-cli.png)

Filament Plugin CLI

Scaffold new open-source Filament plugins with **multi-branch** git already configured, built with [Laravel Zero](https://laravel-zero.com/). Fully non-interactive — every input is an argument or a flag, so it's meant to be driven by an AI agent (e.g. Claude Code's `filament-plugin-creator` skill) as much as by a human.

Tests Total Downloads License PHP 8.2+

What it does

`filament-plugin create vendor/package "Description"` generates the mechanical, repeatable part of a new Spatie-style Filament plugin, on the version branch(es) it belongs on — **never `main`**:

  • Directory skeleton, boilerplate files (.editorconfig, .gitattributes, .gitignore, LICENSE.md, CHANGELOG.md, README.md, phpstan.neon.dist, phpunit.xml.dist)
  • composer.json correct per branch (filament/filament, PHP floor, orchestra/testbench range — see the branch table below)
  • Service Provider (PackageServiceProvider) and Filament\Contracts\Plugin class stubs
  • tests/TestCase.php + tests/Fixtures/TestPanelProvider.php + tests/Pest.php
  • CI workflows: branch-scoped tests.yml, plus pint.yml/phpstan.yml/update-changelog.yml covering every branch scaffolded
  • git init, bran