News

Install Laravel Package Guidelines and Skills in Boost

Published
Install Laravel Package Guidelines and Skills in Boost image

With the release of Laravel Boost v2 you can easily install community skills in your project with the boost:add-skill command. Boost also syncs these skills across all your agents automatically:

# Short format (owner/repo)
php artisan boost:add-skill vercel-labs/agent-skills
 
# Full GitHub URL
php artisan boost:add-skill https://github.com/vercel-labs/agent-skills
 
# With specific subdirectory path
php artisan boost:add-skill owner/repo/.ai/skills

Another amazing improvement is Laravel's automatic discovery of guidelines and skills within Laravel packages! Maintainers can easily add AI guidelines to their packages and Boost will automatically load package guidelines when users run boost:install after installing a package:

As a package maintainer, you can add skills in the resources/boost/skills/ folder using the following pattern:

resources/boost/skills/{skill-name}/SKILL.md

See the official documentation for more details.

Paul Redmond photo

Staff writer at Laravel News. Full stack web developer and author.

Sponsored

laravelcloud logo
Laravel Cloud

Easily create and manage your servers and deploy your Laravel applications in seconds.

Visit Laravel Cloud

The latest

View all →
CPX: The Composer Package Executor for PHP image

CPX: The Composer Package Executor for PHP

Read article
Laravel AI SDK Adds Human-in-the-Loop Tool Approval image

Laravel AI SDK Adds Human-in-the-Loop Tool Approval

Read article
Pest 5 Released With Test Impact Analysis, Agent Verification, and Evals image

Pest 5 Released With Test Impact Analysis, Agent Verification, and Evals

Read article
Queue-SQL: Run Mass Deletes and Updates Across Parallel Queue Jobs image

Queue-SQL: Run Mass Deletes and Updates Across Parallel Queue Jobs

Read article
Blade Formatting in Laravel Pint image

Blade Formatting in Laravel Pint

Read article
Inertia DevTools Is Now on the Chrome Web Store image

Inertia DevTools Is Now on the Chrome Web Store

Read article