aldesrahim/filament-compass

Comprehensive documentation for Filament v5, designed for LLMs and AI-assisted development.

Maintainers

Package info

github.com/aldesrahim/filament-compass-pkg

pkg:composer/aldesrahim/filament-compass

Fund package maintenance!

aldesrahim

Statistics

Installs: 58

Dependents: 0

Suggesters: 0

Stars: 4

Open Issues: 0

1.3.0 2026-04-13 03:13 UTC

This package is auto-updated.

Last update: 2026-04-13 03:14:00 UTC


README

Latest Version on Packagist GitHub Tests Action Status GitHub Code Style Action Status Total Downloads

Comprehensive documentation for Filament v5, designed for LLMs and AI-assisted development.

Installation

This package requires laravel/boost. Install as a dev dependency:

composer require aldesrahim/filament-compass --dev

Then run the Boost installer — Filament Compass will appear as an available third-party package:

php artisan boost:install

Usage

Filament Compass provides Filament v5 guidelines and skills for laravel/boost, optimized for LLMs and AI-assisted development. Once installed via boost:install, your AI agents will have access to comprehensive Filament v5 documentation.

Working with AI Assistants (Claude Code, Cursor, etc.)

When starting a Filament-related task, always instruct your AI assistant to load the filament-compass skill before proceeding. This ensures the AI has access to accurate Filament v5 documentation and follows the correct patterns.

Example prompt:

Load the filament-compass skill, then help me create a Filament resource for the `Order` model with a table that shows id, customer name, status, and total amount, and a form with all the necessary fields.

Recommended

Pair this package with filacheck for the best AI-assisted Filament development experience.

Testing

composer test

Changelog

Please see CHANGELOG for more information on what has changed recently.

Contributing

Please see CONTRIBUTING for details.

Security Vulnerabilities

Please review our security policy on how to report security vulnerabilities.

Credits

License

The MIT License (MIT). Please see License File for more information.