aipencil / smoothie
A Filament Admin Agent skill package that extends Filament with reusable features, tools, and UI enhancements to speed up Laravel admin panel development.
Installs: 5
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 0
Open Issues: 0
Language:Blade
pkg:composer/aipencil/smoothie
Requires
- php: ^8.3
- filament/support: ^4.0
- guzzlehttp/guzzle: ^7.0
- illuminate/support: ^11.28|^12.0
Requires (Dev)
- laravel/pint: ^1.0
- orchestra/testbench: ^10.0
- pestphp/pest: ^4.0
- pestphp/pest-plugin-laravel: ^4.0
- rector/rector: ^2.0
README
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.
Installation
Install the package via Composer:
composer require aipencil/smoothie --dev
Publish the package configuration:
php artisan smoothie:install
This will set up Smoothie and configure your AI editor guidelines.
Usage
Installing Skills
Use the skill installation command to browse and install available Filament development skills:
php artisan smoothie:skill
This 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
Supported AI Editors
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.
Testing
Run the test suite:
composer test
This runs:
- Unit Tests - Pest test suite (18 tests)
- Code Style - Laravel Pint style checks
- Static Analysis - PHPStan level 5 analysis
Changelog
See CHANGELOG for release history and updates.
Contributing
Found a bug or have a feature request? Please open an issue on GitHub.
Security Vulnerabilities
If you discover a security vulnerability, please email phonelaayy@gmail.com instead of using the issue tracker.
License
The MIT License (MIT). See License File for more information.