Laravel Jobs

🌐Community
by leeovery · vlatest · Repository

This skill automates background tasks in Laravel applications using queues, improving performance and scalability by decoupling processes.

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-jobs npx -- -y @trustedskills/laravel-jobs
2

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

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

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

About This Skill

What it does

The laravel-jobs skill enables AI agents to interact with and manage Laravel job queues. It allows you to dispatch jobs, monitor queue status, and handle failed jobs programmatically through natural language prompts. This simplifies common backend tasks without needing direct access to the Laravel application's code or CLI.

When to use it

  • Queueing long-running tasks: "Dispatch an email notification job for user X."
  • Monitoring queue health: "How many jobs are currently pending in the 'emails' queue?"
  • Handling failed jobs: "Retry all failed jobs from the 'default' queue."
  • Managing background processing: "List all jobs scheduled to run within the next hour."

Key capabilities

  • Dispatching Laravel Jobs
  • Monitoring Queue Status
  • Retrying Failed Jobs
  • Listing Scheduled Jobs

Example prompts

  • "Send a welcome email job to new user with ID 123."
  • "Show me the status of the 'database' queue."
  • "Retry all jobs that failed in the last 24 hours."

Tips & gotchas

This skill requires a Laravel application environment to be accessible and configured. Ensure proper authentication credentials are provided for the AI agent to interact with the Laravel job queue system.

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
leeovery
Installs
24

🌐 Community

Passed automated security scans.