Filament UI Plus — Enhanced UI components for Filament panels
Enhanced UI components for Filament panels. Adds features that Filament doesn't ship out of the box, designed to be minimally invasive and upgrade-safe.
| name: AI Commit Review | |
| on: | |
| push: | |
| branches: [main] | |
| permissions: | |
| contents: write | |
| issues: write | |
| pull-requests: write |
Filament UI Plus — Enhanced UI components for Filament panels
Enhanced UI components for Filament panels. Adds features that Filament doesn't ship out of the box, designed to be minimally invasive and upgrade-safe.
| name | ralph-linear |
|---|---|
| description | Convert PRDs into Linear tasks for Ralph autonomous agent system. Use when you have an existing PRD and need to convert it to Linear tasks. Triggers on: turn this into linear tasks, create linear tasks from this, convert to linear, linear issues |
Takes a PRD (markdown file or text) and creates a Linear project with properly structured issues.
A Filament plugin for building and managing automated workflows. Create powerful workflow automations with a visual builder, extensible triggers and actions, async execution, and comprehensive audit logging.
| #!/usr/bin/env bash | |
| set -euo pipefail | |
| APP_DIRS=( | |
| "/Applications" | |
| "$HOME/Applications" | |
| ) | |
| if ! command -v brew >/dev/null 2>&1; then | |
| echo "Error: Homebrew not found in PATH" >&2 |
A Filament plugin for creating and managing decision tables (rules engine). Empower business users to create, update, and review complex decision logic through an intuitive visual interface - no code required.
| <?php | |
| namespace App\Console\Commands; | |
| use Illuminate\Console\Command; | |
| use Illuminate\Support\Facades\DB; | |
| use Illuminate\Support\Facades\File; | |
| use Illuminate\Support\Facades\Schema; | |
| class MigrateFreshPreserve extends Command |
| <?php | |
| use Filament\Actions; | |
| use Filament\Notifications\Actions\Action; | |
| use Filament\Notifications\Notification; | |
| use Filament\Facades\Filament; | |
| public function boot(): void | |
| { | |
| Actions\CreateAction::configureUsing(function (Actions\CreateAction $action): void { |
| <?php | |
| namespace App\Console\Commands; | |
| use Illuminate\Console\Command; | |
| use Illuminate\Filesystem\Filesystem; | |
| class ConfigDiffVendorCommand extends Command | |
| { | |
| protected $signature = 'config:diff-vendor |