News

Laravel Launches an Open Directory of AI Agent Skills for Laravel and PHP

Published
Laravel Launches an Open Directory of AI Agent Skills for Laravel and PHP image

The Laravel ecosystem continues to lean into the agent-driven future with the launch of Laravel Skills, an open directory of reusable AI agent skills designed specifically for Laravel and PHP developers.

Available at https://skills.laravel.cloud/, the new site makes it easy to discover, share, and install skills that help AI tools better understand your codebase, workflows, and best practices.

What Is Laravel Skills?

Laravel Skills is described as an open directory of reusable AI agent skills for Laravel and PHP, where developers can browse and install skills with a single command.

These skills are designed to work with popular AI coding environments including Claude Code, Cursor, Windsurf, Copilot, and others, helping agents perform tasks like:

  • Following Laravel conventions
  • Applying PHP best practices
  • Working with Eloquent and queues
  • Running TDD workflows
  • Structuring applications correctly
  • Reviewing code quality

Instead of repeatedly explaining your stack or preferences, you can load a skill that teaches your agent how to behave.


Install Skills with a Single Command

One of the highlights is how lightweight the workflow is. Skills can be installed using a simple command:

npx skills add <owner/repo>

A Growing Library of Community Skills

The directory already includes skills covering areas like:

  • Laravel architecture guidelines
  • Eloquent optimization
  • Modern PHP patterns
  • Testing workflows
  • API design practices
  • Frontend integrations

Because it’s community powered, developers can submit their own skills and contribute patterns that reflect real-world experience.

Eric L. Barnes photo

Eric is the creator of Laravel News and has been covering Laravel since 2012.

Filed in

Sponsored

serpapi logo
SerpApi

The Web Search API for Your LLM and AI Applications

Visit SerpApi

The latest

View all →
Exclude Vendor and Default Commands in `php artisan dev` image

Exclude Vendor and Default Commands in `php artisan dev`

Read article
The Laracon Archive image

The Laracon Archive

Read article
Group Adjacent Collection Items in Laravel with chunkBy() image

Group Adjacent Collection Items in Laravel with chunkBy()

Read article
Laravel queue:work Now Prints Why the Worker Stopped image

Laravel queue:work Now Prints Why the Worker Stopped

Read article
Sidecar Brings Statamic's Control Panel to Your Existing Markdown Sites image

Sidecar Brings Statamic's Control Panel to Your Existing Markdown Sites

Read article
Collections chunkBy() and Storage Path Hardening in Laravel 13.30 image

Collections chunkBy() and Storage Path Hardening in Laravel 13.30

Read article