Claude Skill
laravel/agent-skills
Laravel Agent Skills is the official collection of agent skills for Laravel, offering curated reusable capabilities to build intelligent agents seamlessly within the Laravel ecosystem.
Overview
Repository
Install this Skill
npx skills add https://github.com/laravel/agent-skills/tree/main/laravel-cloud/skills/deploying-laravel-cloudRegistry
npx skills add https://github.com/laravel/agent-skills/tree/main/laravel-cloud/skills/deploying-laravel-cloudnpx skills add https://github.com/laravel/agent-skills/tree/main/laravel-nightwatch/skills/configure-nightwatchnpx skills add https://github.com/laravel/agent-skills/tree/main/laravel/skills/starter-kit-upgrade
Summary
Laravel Agent Skills is the official collection of agent skills for Laravel, providing a curated set of reusable capabilities to build intelligent agents within the Laravel ecosystem.
Laravel 官方代理技能集合
Key features
- Official Laravel collection of agent skills
- Curated reusable capabilities for building agents
- Seamless integration with Laravel ecosystem
- Designed for extensibility and customization
Use cases
- Building intelligent agents within Laravel applications
- Enhancing Laravel projects with agent-based automation
- Rapidly prototyping agent workflows using official skills
README excerpt
# Laravel Agents & Skills Laravel's official collection of agent skills, available as plugins for [Claude Code](https://code.claude.com/docs/en/plugins) and [Cursor](https://cursor.com/docs/plugins). ## Installation ### Claude Code ``` /plugin marketplace add laravel/agent-skills /plugin install laravel@laravel /plugin install laravel-cloud@laravel /plugin install laravel-nightwatch@laravel ``` ### Cursor Search for **Laravel** in the [Cursor plugin marketplace](https://cursor.com/docs/plugins) panel and install the plugins you need. ### npx skills add Install individual skills directly from this repository: ```sh # 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 ``` ## Usage **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 ``` ## Plu
Topics
No topics yet.