raugadhraugadhCommunityยท3 Agent Skills Included

fila-starter

Laravel and Filament development, testing, and debugging guidance

Guides Laravel and Filament application development with pre-configured best practices for coding, testing, and debugging. Covers Pest test writing, Livewire components, Tailwind styling, and slow-query diagnosis through Debugbar. Eliminates guesswork around framework conventions, N+1 queries, and version-specific syntax so projects ship faster with fewer errors.
npx skills add raugadh/fila-starter --all -g -y
Available:

Tells your AI agent which Laravel, Filament, Livewire, and Pest versions this project uses, when to activate each sub-skill, and which coding, testing, and formatting rules to follow while making changes.

All Skills in This Repository (3)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How to install fila-starter?โ–ผ

Run `npx skills add raugadh/fila-starter --all -g -y` in your terminal to install all skills in this suite globally.

What is the FilaStarter kit used for?โ–ผ

It is a pre-configured Laravel starter kit with Filament admin panels, authentication, permissions, and activity logging ready out of the box. The bundled skills help your AI agent write code that matches the project's exact conventions.

How do these skills help with Pest testing?โ–ผ

The pest-testing skill teaches correct Pest 4 syntax, datasets, browser testing, and smoke testing so your agent writes reliable tests without common mistakes like wrong file paths or weak assertions.

Can it help debug slow Laravel pages?โ–ผ

Yes. The debugbar skill walks through finding slow requests, spotting N+1 and duplicate queries, and tracing problems back to the exact source code using Artisan commands.

Does it support Livewire 4 and Tailwind 4?โ–ผ

Yes. Dedicated skills cover Livewire 4 component formats, new directives, and Tailwind CSS v4 syntax, including deprecated utility replacements and dark mode patterns.

Related Repositories in Software Engineering

View All in Software Engineeringโ†’