Documentation Index
Fetch the complete documentation index at: https://kawax.biz/llms.txt
Use this file to discover all available pages before exploring further.
laravel/agent-skills is an actively developed repository as of April 2026. The current plugin version is 1.0.0, but additions and changes are expected going forward.What is laravel/agent-skills?
laravel/agent-skills is a collection of AI agent skills and plugins officially managed by Laravel. Taylor Otwell himself is listed as the author, and it is being developed as an official Laravel marketplace. The repository started as a place to host Claude Code skills, but was later renamed toagent-skills and expanded to provide plugins for both Claude Code and Cursor.
This skill set enables AI agents to understand Laravel best practices and autonomously operate official services like Laravel Cloud and Nightwatch when building Laravel applications with AI assistance.
Repository Structure
The repository is organized into directories per skill (plugin), and each directory contains configuration files for both Claude Code and Cursor.Available Plugins
laravel — Code Quality Improvement Agent
laravel-simplifier is an agent that reviews recently changed PHP/Laravel code and improves its clarity, consistency, and maintainability without altering functionality. It lives in thelaravel/ directory in the repository, and is specified as laravel-simplifier@laravel when installing.
Key capabilities:
- Applying Laravel conventions and PSR-12 standards
- Reducing unnecessary complexity and nesting
- Improving variable and function name readability
- Consolidating related logic
- Using
matchexpressions to clarify conditional branches
laravel-cloud — Deploy and Infrastructure Management Skill
laravel-cloud is a skill that assists with deployments and resource management on Laravel Cloud. It has deep knowledge ofcloud CLI command patterns and guides you through the deployment process step by step.
Key capabilities:
- Guiding initial deployments and existing app deployment workflows
- Managing infrastructure resources: databases, cache, domains, buckets, and more
- Operation checklists for multi-step tasks
- Operations aligned with Cloud CLI CRUD command patterns
laravel-nightwatch — Monitoring Configuration Skill
laravel-nightwatch is a skill that assists with configuring data collection, sampling rates, filtering rules, and redaction policies for Laravel Nightwatch. It also bundles a Nightwatch MCP server, allowing AI agents to directly view and interact with Nightwatch issues.| Feature | Description |
|---|---|
| Setup & Configuration | Guides you through setting up Nightwatch in your app |
| Sampling & Filtering | Control data volume with rule configuration |
| PII Redaction | Redaction policies to protect sensitive data |
| Event Optimization | Optimize event collection for production environments |
| MCP Integration | View issues, check stack traces, update status, add comments |
Installation
Claude Code
Install using Claude Code’s marketplace feature:Cursor
For Cursor, search for Laravel in the plugin marketplace panel and install from there.Usage Examples
Automate Code Review with laravel-simplifier
Invoke it at the end of a coding session to automatically refine the code you’ve written to align with Laravel best practices:Deploy to Laravel Cloud
Give deployment instructions in natural language. The agent will combine the appropriatecloud CLI commands and execute them:
Investigate Issues with Nightwatch
Because the Nightwatch MCP server is integrated, you can ask the AI to investigate issues directly:How Plugins Work
Each plugin is defined in.claude-plugin/plugin.json or .cursor-plugin/plugin.json. Agent definitions (.md files) contain system prompts that specify in detail how the AI should behave.
A portion of the laravel-simplifier prompt:
Future Outlook
Thelaravel/agent-skills repository is being built out as an official marketplace of AI skills covering the entire Laravel ecosystem.
Currently, three plugins are available — Laravel, Laravel Cloud, and Laravel Nightwatch — but the following expansions are expected:
- Support for other official Laravel packages (Forge, Vapor, Cashier, Sanctum, etc.)
- Support for AI tools beyond Claude Code and Cursor, such as GitHub Copilot
- Addition of community-contributed third-party skills (marketplace model)
laravel/agent-skills Repository
For full details and installation instructions, see the official repository README.
Laravel Cloud
The official Laravel hosting service that pairs with the laravel-cloud skill.
Laravel Nightwatch
The official Laravel error monitoring service that pairs with the laravel-nightwatch skill.