Laravel Maestro

🌐Community
by lpmatrix · vlatest · Repository

Laravel Maestro simplifies Laravel development by automating common tasks like database migrations, cache clearing, and server restarts for increased efficiency.

Install on your platform

We auto-selected Claude Code based on this skill’s supported platforms.

1

Run in terminal (recommended)

terminal
claude mcp add laravel-maestro npx -- -y @trustedskills/laravel-maestro
2

Or manually add to ~/.claude/settings.json

~/.claude/settings.json
{
  "mcpServers": {
    "laravel-maestro": {
      "command": "npx",
      "args": [
        "-y",
        "@trustedskills/laravel-maestro"
      ]
    }
  }
}

Requires Claude Code (claude CLI). Run claude --version to verify your install.

About This Skill

What it does

This skill enables AI agents to interact with and manage Laravel applications. It provides capabilities for executing Artisan commands, managing database migrations, and potentially interacting with the application's codebase based on user instructions. The agent can automate repetitive tasks and assist developers in their workflow within a Laravel environment.

When to use it

  • Automating deployment processes: Run database migrations or clear caches as part of an automated release pipeline.
  • Performing maintenance tasks: Execute Artisan commands like clearing the application cache or optimizing routes.
  • Debugging and troubleshooting: Run specific tests or inspect application logs based on user requests.
  • Generating boilerplate code: Create new controllers, models, or migrations from prompts.

Key capabilities

  • Artisan command execution
  • Database migration management
  • Potential codebase interaction (implied)

Example prompts

  • "Run the database migrations for my Laravel application."
  • "Execute php artisan cache:clear on the development server."
  • “Generate a new model called 'Product' with associated migration.”

Tips & gotchas

This skill requires access to a Laravel project and appropriate permissions to execute commands. The agent’s effectiveness depends on its understanding of the specific Laravel application structure and configuration.

Tags

🛡️

TrustedSkills Verification

Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.

Security Audits

Gen Agent Trust HubPass
SocketPass
SnykPass

Details

Version
vlatest
License
Author
lpmatrix
Installs
3

🌐 Community

Passed automated security scans.