Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →

laravel/boost

5 skills2.1k installs17.7k starsGitHub

Install

npx skills add https://github.com/laravel/boost

Skills in this repo

1Laravel Best Practiceslaravel-best-practices is an agent guidance skill from laravel/boost that teaches Laravel conventions prioritized by impact, covering routing, Eloquent, validation, services, testing, and project structure for production PHP apps. Its consistency-first rule tells agents to match existing codebase patterns before introducing new ones, treating inconsistency as worse than a theoretically better alternative. Rules are organized by topic such as database performance in rules/db-performance.md, and agents verify exact API syntax with the search-docs tool rather than guessing framework APIs. Developers reach for laravel-best-practices when scaffolding new Laravel features, reviewing PHP pull requests, or refactoring controllers and models toward framework idioms. The skill is guidance for day-to-day Laravel coding rather than environment setup or deployment automation. It assumes an existing Laravel project where established sibling files can be checked for patterns before changes land.729installs2Tailwindcss Developmenttailwindcss-development is a Laravel Boost skill invoked whenever a message mentions tailwind or requires responsive grid layouts, flex page structures, UI component styling, dark mode variants, spacing fixes, or Tailwind v3/v4 work. The core use case is writing or correcting Tailwind utility classes in HTML templates—Blade, JSX, or Vue—while explicitly skipping backend PHP logic, database queries, API routes, JavaScript without HTML/CSS, standalone CSS file audits, and build-tool-only configuration. Developers reach for it when building dashboards, navbars, pricing sections, forms, tables, cards, and mobile-toggle navigation with utility-first CSS inside Laravel ecosystems.689installs3Livewire Developmentlivewire-development is the Laravel Boost skill (SKILL.blade.php under .ai/livewire/3/skill/) that agents invoke for any Livewire task—new components, debugging reactivity, form validation, loading states, and Livewire 2→3 migrations. It stresses server-owned state, validation and authorization inside Livewire actions, and Livewire 3 changes such as deferred wire:model by default, wire:model.live for realtime updates, App\Livewire namespaces, and $this->dispatch() instead of emit. Alpine.js ships bundled with four plugins (persist, intersect, collapse, focus), so separate Alpine imports are unnecessary. The skill documents make:livewire scaffolding, wire:key in loops, wire:loading UX, lifecycle hooks, Livewire::test assertions, and livewire:init JavaScript hooks for 419 session expiry.321installs4Test SkillLaravel Boost skill focused on testing PHP apps with PHPUnit or Pest. Helps agents create feature and unit tests, use model factories, mock services, and structure suites that catch regressions before shipping Laravel APIs and web apps.198installs5Pennant DevelopmentGuides Laravel Pennant feature-flag implementation including scope drivers, stored definitions, middleware checks, and gradual rollout patterns for SaaS and multi-tenant Laravel applications.180installs

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.