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.
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
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.
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
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
Enter this command in the same Claude Code agent session to install the complete Laravel plugin bundle.
/plugin install laravel@laravel
Enter this command in the same Claude Code agent session to install the complete Laravel Cloud plugin bundle.
/plugin install laravel-cloud@laravel
Enter this command in the same Claude Code agent session to install the complete Laravel Nightwatch plugin bundle.
Installs: Installs the needed Laravel, Laravel Cloud, and Laravel Nightwatch plugins through Cursor's plugin marketplace. Each is a complete plugin bundle; the listed paths are the supplied skill mappings within those bundles. · Cursor
In Cursor's plugin marketplace panel, search for Laravel and install the Laravel, Laravel Cloud, and Laravel Nightwatch plugins you need.
[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.
[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.
[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.