Claude Skill
laravel/agent-skills
Laravel Agent Skills 是 Laravel 官方代理技能集合,提供精选的可复用能力,帮助您在 Laravel 生态系统中无缝构建智能代理。
概览
仓库信息
安装这个 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
项目简介
Laravel Agent Skills 是 Laravel 官方提供的代理技能集合,为在 Laravel 生态系统中构建智能代理提供了一套精选的可复用能力。
Laravel official collection of agent skills
要点
- Laravel 官方代理技能集合
- 精选的可复用代理构建能力
- 与 Laravel 生态系统无缝集成
- 支持扩展与自定义设计
使用场景
- 在 Laravel 应用中构建智能代理
- 通过基于代理的自动化增强 Laravel 项目
- 使用官方技能快速原型化代理工作流
README 摘要
# 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
话题
暂无话题