Smoothie is a Filament Admin Agent skills installer package built with Laravel Boost that extends Filament with reusable features, tools, and UI enhancements to speed up Laravel admin panel development. It automatically installs skills to your AI editor's configuration and updates guideline files so your AI assistant knows how to help you build with Filament.
Install the package via Composer:
composer require aipencil/smoothie --devPublish the package configuration:
php artisan smoothie:installThis will set up Smoothie and configure your AI editor guidelines.
Use the skill installation command to browse and install available Filament development skills:
php artisan smoothie:skillThis command will:
- Show you all available skills
- Mark already-installed skills with a checkmark
- Install selected skills to your configured AI editor
- Automatically update your AI editor's guidelines
Smoothie automatically detects and works with these AI editors:
- VS Code - GitHub Copilot
- Cursor - Built-in AI
- Claude Code - Claude Desktop
- PhpStorm - JetBrains AI Assistant
- Gemini - Google Gemini
- OpenCode - Web-based editor
- Codex - OpenAI Codex
Skills are automatically organized in your editor's configuration directory and guidelines are updated accordingly.
Run the test suite:
composer testThis runs:
- Unit Tests - Pest test suite (18 tests)
- Code Style - Laravel Pint style checks
- Static Analysis - PHPStan level 5 analysis
See CHANGELOG for release history and updates.
Found a bug or have a feature request? Please open an issue on GitHub.
If you discover a security vulnerability, please email phonelaayy@gmail.com instead of using the issue tracker.
The MIT License (MIT). See License File for more information.
