Leaderboard/Developer Tooling/agent-skills
Last commit on September 9, 2026·Created on January 9, 2026

laravel/agent-skills

Automates the deployment and infrastructure management of Laravel applications on Laravel Cloud.
Combined rank
#421
across all skills
In Developer Tooling
#39
category rank
Stars
720
+0.4% in last 7d
Forks
28
0.0% in last 7d
Watchers
21
0.0% in last 7d
Traction scoreGitHub stars can be faked, so popularity alone can be misleading. Traction Score looks for broader signs of recent attention, adoption, and active maintenance.
TL;DR

This skill provides a programmatic interface for the cloud CLI, allowing developers to manage the full lifecycle of an application. It handles the provisioning of environments, databases, caches, and object storage without requiring manual CLI execution.

It is designed for developers who need to coordinate background processes, scheduled tasks, and secret management while monitoring billing and usage metrics within the Laravel Cloud ecosystem.

WHO IT'S FOR
Laravel developers
updating projects bootstrapped from starter kits
DevOps / Infrastructure engineers
managing Laravel Cloud infrastructure and deployments
SRE / Observability engineers
configuring Nightwatch data collection and redaction
AI agent / automation builders
integrating Laravel ecosystem tasks into AI agents
Repository contents

3 skill files

Compatible AgentsThe repository documents support for these agents. The skills may also work with other agents that can load SKILL.md files, but they may need some setup or small changes.

Use this skill collection

Follow the documented setup, then try a first task.

Setup

Claude Code: Laravel plugin set

Installs: Installs the documented Laravel, Laravel Cloud, and Laravel Nightwatch plugins from the Laravel marketplace. These are complete plugin bundles, not merely the three listed skill paths. · Claude Code

  1. Enter this command in a Claude Code agent session to add the Laravel plugin marketplace before installing its plugins.

    /plugin marketplace add laravel/agent-skills
  2. Enter this command in the same Claude Code agent session to install the complete Laravel plugin bundle.

    /plugin install laravel@laravel
  3. Enter this command in the same Claude Code agent session to install the complete Laravel Cloud plugin bundle.

    /plugin install laravel-cloud@laravel
  4. Enter this command in the same Claude Code agent session to install the complete Laravel Nightwatch plugin bundle.

    /plugin install laravel-nightwatch@laravel
.claude-plugin/marketplace.json · Checked Sep 18, 2026README.md · Checked Sep 18, 2026

Give it something to do.

Suggested first task

Check current Laravel Cloud spend

Uses deploying-to-cloud

  • [LARAVEL_PROJECT_ROOT]: path to the Laravel project
  • Project-local laravel/cloud-cli installation
  • Authenticated Laravel Cloud access, either through browser authentication or LARAVEL_CLOUD_TOKEN
Using the deploying-to-cloud skill, report the current Laravel Cloud organization's spend from [LARAVEL_PROJECT_ROOT]. Use the project-local Cloud CLI and return the amount in normal currency units with a concise breakdown; do not create, update, delete, or deploy resources.
Suggested first task

Recommend production Nightwatch sampling

Uses configure-nightwatch

  • [LARAVEL_PROJECT_ROOT]: path to the Laravel application
  • Current Nightwatch configuration
  • Production traffic, observability, performance, and privacy requirements
Using the configure-nightwatch skill, review the Nightwatch configuration in [LARAVEL_PROJECT_ROOT] and recommend production sampling rates and filtering priorities. Explain what should be sampled, filtered, or redacted, but do not modify files.
laravel-nightwatch/skills/configure-nightwatch/SKILL.md · Checked Sep 18, 2026README.md · Checked Sep 18, 2026
Suggested first task

Assess one starter-kit feature

Uses starter-kit-upgrade

  • [FEATURE]: one specific upstream improvement, such as toast notifications
  • [STARTER_KIT]: vue-starter-kit, react-starter-kit, svelte-starter-kit, or livewire-starter-kit
  • [UPSTREAM_BRANCH]: upstream branch to compare
  • [USER_REPO]: path to a clean Git working tree
  • git, authenticated gh, jq, and bash
Using the starter-kit-upgrade skill, assess bringing [FEATURE] from [STARTER_KIT] branch [UPSTREAM_BRANCH] into [USER_REPO]. Identify affected files and possible customization conflicts, but stop before creating a branch, changing files, or committing anything.
laravel/skills/starter-kit-upgrade/SKILL.md · Checked Sep 18, 2026README.md · Checked Sep 18, 2026