Laravel Package Specialist
Generates, debugs, and optimizes Laravel packages & components based on your specifications and best practices.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add laravel-package-specialist npx -- -y @trustedskills/laravel-package-specialist
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"laravel-package-specialist": {
"command": "npx",
"args": [
"-y",
"@trustedskills/laravel-package-specialist"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
This skill allows AI agents to understand, create, and modify Laravel packages. It can generate package structures, write migration files, and implement basic functionality within a Laravel application using the framework's conventions. The agent is capable of handling common tasks associated with developing reusable components for Laravel projects.
When to use it
- You need to quickly scaffold a new Laravel package for a specific feature.
- You want assistance in writing migration files and seeders for your package’s database interactions.
- You're refactoring an existing Laravel package and require help with code generation or modification.
- You are building a custom service provider within a Laravel application.
Key capabilities
- Package scaffolding
- Migration file generation
- Service Provider creation
- Understanding of Laravel conventions
Example prompts
- "Create a new Laravel package named 'AwesomeFeature' with a basic controller and model."
- "Generate a migration file for the 'awesome_feature' table, including an ID column and a name string."
- “Write a service provider that registers my new package.”
Tips & gotchas
The agent’s effectiveness is dependent on familiarity with Laravel concepts. Providing clear instructions about desired functionality and expected output will improve results.
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 Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
🌐 Community
Passed automated security scans.