Laravel's official collection of agent skills, available as plugins for Claude Code and Cursor.
> /plugin marketplace add laravel/agent-skills
What's inside
Laravel's official collection of agent skills, available as plugins for Claude Code and Cursor.
/plugin marketplace add laravel/agent-skills
/plugin install laravel@laravel
/plugin install laravel-cloud@laravel
/plugin install laravel-nightwatch@laravel
Search for Laravel in the Cursor plugin marketplace panel and install the plugins you need.
Install individual skills directly from this repository:
# Laravel Cloud
npx skills add https://github.com/laravel/agent-skills/tree/main/laravel-cloud/skills/deploying-laravel-cloud
# Laravel Nightwatch
npx skills add https://github.com/laravel/agent-skills/tree/main/laravel-nightwatch/skills/configure-nightwatch
# Starter Kit Upgrade
npx skills add https://github.com/laravel/agent-skills/tree/main/laravel/skills/starter-kit-upgrade
Laravel invoke the agent after a coding session:
> Review recent changes using the laravel agent
Laravel Cloud triggers automatically when you ask about deploying or managing Laravel Cloud resources:
> Deploy my app to Laravel Cloud
> Set up a database and cache for the staging environment
Laravel Nightwatch triggers when you ask about configuring Nightwatch:
> Configure Nightwatch sampling rates for production
> Set up PII redaction for Nightwatch
Starter Kit Upgrade triggers when you ask to pull upstream improvements into a project bootstrapped from a Laravel starter kit:
> Sync the latest toast notification feature from the Vue starter kit
> Pull the 2FA autofocus fix from my starter kit upstream
A bundle of Laravel-focused agents and skills.
laravel-simplifier agent โ Reviews recently modified PHP / Laravel code and refines it for clarity, consistency, and maintainability without changing functionality.
starter-kit-upgrade skill โ Selectively pulls upstream improvements from a Laravel starter kit (vue-starter-kit, react-starter-kit, svelte-starter-kit, livewire-starter-kit) into a project bootstrapped from one.
A skill for deploying and managing applications on Laravel Cloud using the cloud CLI.
A skill for configuring Laravel Nightwatch data collection, sampling rates, filtering rules, and redaction policies. Bundles the Nightwatch MCP server for browsing issues, viewing stack traces, updating statuses, and adding comments.
| Capability | Description |
|---|---|
| Setup & configuration | Guides Nightwatch setup in your application |
| Sampling & filtering | Manages data volume through sampling and filtering rules |
| PII redaction | Protects sensitive data with redaction policies |
| Event optimization | Optimizes event collection for production workloads |
.claude-plugin/
marketplace.json
.cursor-plugin/
marketplace.json
.github/
dependabot.yml
workflows/
dependabot-auto-merge.yml
update-skills.yml
laravel/
laravel-cloud/
.claude-plugin/
plugin.json
.cursor-plugin/
plugin.json
skills/
deploying-laravel-cloud/
reference/
checklists.md
SKILL.md
laravel-nightwatch/
.claude-plugin/
plugin.json
.cursor-plugin/
plugin.json
.mcp.json
skills/
configure-nightwatch/
reference.md
SKILL.md
.claude-plugin/
plugin.json
.cursor-plugin/
plugin.json
agents/
laravel-simplifier.md
skills/
starter-kit-upgrade/
scripts/
apply_new_files.sh
classify_feature.sh
fetch_kit.sh
later_edits.sh
preflight.sh
reconcile_manifests.sh
run_tests.sh
scan_transitive_imports.sh
SKILL.md
README.mdFAQ
laravel-agent-skills is a Claude Code plugin with 3 hand-picked skills for development work, indexed on Flowy. Install it with the command on its page. It includes deploying-laravel-cloud, configure-nightwatch, starter-kit-upgrade. Its skills do not fire on their own yet. Request auto-invocation to have Flowy route them as you prompt. Free and open source.