Laravel Prompts

🌐Community
by rawveg · vlatest · Repository

Laravel Prompts generates SQL queries from natural language descriptions for efficient database interactions and streamlined development.

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

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

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

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

About This Skill

What it does

This skill enables AI agents to generate, manage, and execute Laravel-specific prompts for backend development tasks. It streamlines interactions with Laravel frameworks by providing tailored instructions for common server-side operations.

When to use it

  • Automating repetitive backend configuration updates in Laravel applications.
  • Generating boilerplate code for new controllers, models, or migrations.
  • Debugging complex Eloquent query issues or optimizing database performance.
  • Creating custom artisan commands based on specific business logic requirements.

Key capabilities

  • Tailored prompt generation for the Laravel ecosystem.
  • Context-aware instructions for backend development workflows.
  • Support for common Laravel patterns and conventions.
  • Integration-ready prompts for AI agent execution.

Example prompts

  • "Generate a Laravel migration to add a status column to the users table with a default value of 'active'."
  • "Create an artisan command that clears all cache entries related to the current environment."
  • "Write a prompt to optimize a slow Eloquent query fetching user posts with their comments."

Tips & gotchas

Ensure your AI agent has access to the latest Laravel documentation or codebase context for accurate results. This skill is specifically designed for backend tasks; frontend or database-only queries may require additional 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
rawveg
Installs
31

🌐 Community

Passed automated security scans.