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

v0.1.5 2026-01-16 17:40 UTC

This package is auto-updated.

Last update: 2026-01-16 17:50:29 UTC


README

Banner

Tests passing Laravel v12 Filament v4 PHP 8.3+ Boost-Compatible

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:

  1. Show you all available skills
  2. Mark already-installed skills with a checkmark
  3. Install selected skills to your configured AI editor
  4. 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.