CCM
/Skills
SkillsMCPMarketplacesDigestToolsAdvertise

This week in Claude

Every Monday: Claude Code, Agent SDK, MCP, and the Anthropic platform moves worth your time.

Skills by Category
Frontend DevelopmentBackend & APIsTesting & QASecurityDevOps & CI/CDGit & Pull RequestsDocumentationCode Review & QualityAI & Agent BuildingSkill Development
MCP Servers by Category
Sales & MarketingWeb & Browser AutomationDatabasesAI & LLM ToolsCloud & InfrastructureCommunication & MessagingDeveloper ToolsDesign & CreativeDocuments & KnowledgeSearch & Web Crawling
Marketplaces by Category
AI Agents & OrchestrationLLM IntegrationDevelopment ToolsFrontend & UIBackend & APIsDatabasesTesting & Code QualityDevOps & CloudSecurity & ComplianceGit & Version Control

Claude Code Marketplaces

Discover Claude Code plugins, extensions, and tools. Automatically updated directory of Anthropic Claude AI marketplaces with development tools, productivity plugins, and integrations.

Resources

  • Browse Skills
  • Browse MCP Servers
  • Browse Marketplaces
  • Skill index
  • MCP index
  • Marketplace index
  • Plugins Reference

Community

  • About
  • Tools
  • Feedback
  • Privacy Policy
  • Advertise

Built for the Claude Code community with Claude Code by mertbuilds.com

Independent project, not affiliated with Anthropic
mindrally avatar

Laravel

mindrally/skills
686 installs223 stars
Summary

This one gives Claude the context to help you build Laravel applications following PHP 8.1+ conventions and framework best practices. It pushes you toward SOLID principles, the repository pattern, form requests for validation, and proper Eloquent usage while steering you away from raw SQL. The guidance covers the full stack from routing and Blade templating to API resources, queue jobs, and testing with PHPUnit. Honestly most useful when you want to avoid common Laravel pitfalls like N+1 queries or when you need someone to remind you that Laravel already has a built-in solution for what you're about to overengineer.

Install to Claude Code

npx -y skills add mindrally/skills --skill laravel --agent claude-code

Installs into .claude/skills of the current project.

CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
inference shell
inference shell
create and run specialised agents in minutes
build now →
MCP-ready Email SendingMCP-ready Email Sending
MCP-ready Email Sending
Plug Mailtrap into your AI workflow and let it handle the email.
Connect Mailtrap MCP →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Capacitor - Shared memory for your team’s coding agents.
Capacitor - Shared memory for your team’s coding agents.
Make coding agent sessions - Searchable, Shareable, Vendor-neutral & Scored.
Try For Free →
CodeScene MCP ServerCodeScene MCP Server
CodeScene MCP Server
Your agent targets a perfect 10 Code Health score. Deterministic. Every commit.
Try For Free →
Give your AI the whole web as clean markdownGive your AI the whole web as clean markdown
Give your AI the whole web as clean markdown
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
belt - the only tool your agent needs
belt - the only tool your agent needs
belt cli automatically finds the best tools and skills for your agent. image, video, music, tts...
one prompt install →
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
inference shell
inference shell
create and run specialised agents in minutes
build now →
MCP-ready Email SendingMCP-ready Email Sending
MCP-ready Email Sending
Plug Mailtrap into your AI workflow and let it handle the email.
Connect Mailtrap MCP →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Capacitor - Shared memory for your team’s coding agents.
Capacitor - Shared memory for your team’s coding agents.
Make coding agent sessions - Searchable, Shareable, Vendor-neutral & Scored.
Try For Free →
CodeScene MCP ServerCodeScene MCP Server
CodeScene MCP Server
Your agent targets a perfect 10 Code Health score. Deterministic. Every commit.
Try For Free →
Give your AI the whole web as clean markdownGive your AI the whole web as clean markdown
Give your AI the whole web as clean markdown
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
belt - the only tool your agent needs
belt - the only tool your agent needs
belt cli automatically finds the best tools and skills for your agent. image, video, music, tts...
one prompt install →
Files
SKILL.mdView on GitHub

Laravel

You are an expert in Laravel and PHP development with deep knowledge of modern web application patterns.

Core Principles

  • Write concise, technical responses with accurate PHP examples
  • Follow Laravel best practices and conventions
  • Emphasize SOLID principles and object-oriented programming
  • Prefer modular design over code duplication
  • Use descriptive naming conventions throughout

PHP/Laravel Standards

  • Utilize PHP 8.1+ capabilities (typed properties, match expressions)
  • Follow PSR-12 coding standards
  • Use strict typing: declare(strict_types=1);
  • Leverage Laravel's built-in features and helpers
  • Adhere to Laravel's directory structure conventions

Architecture

  • Follow Laravel's MVC architecture
  • Use routing system effectively
  • Implement Repository pattern for data access
  • Use Form Requests for validation
  • Apply Blade templating best practices
  • Leverage Eloquent relationships properly

Core Practices

  • Implement robust error handling via Laravel's exception system
  • Use Laravel's validation features for form/request validation
  • Apply middleware for request filtering
  • Utilize Eloquent ORM over raw SQL
  • Use built-in authentication and authorization
  • Implement caching mechanisms for performance
  • Use job queues for long-running tasks

API Development

  • Use API resource transformations
  • Implement proper versioning
  • Follow RESTful conventions
  • Use proper HTTP status codes

Testing

  • Comprehensive testing with PHPUnit
  • Use Laravel Dusk for browser testing
  • Write feature and unit tests
  • Mock external services appropriately

Performance

  • Use eager loading to prevent N+1 queries
  • Implement caching strategies
  • Optimize database queries
  • Use queues for heavy operations
Featured
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
inference shell
inference shell
create and run specialised agents in minutes
build now →
MCP-ready Email SendingMCP-ready Email Sending
MCP-ready Email Sending
Plug Mailtrap into your AI workflow and let it handle the email.
Connect Mailtrap MCP →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Capacitor - Shared memory for your team’s coding agents.
Capacitor - Shared memory for your team’s coding agents.
Make coding agent sessions - Searchable, Shareable, Vendor-neutral & Scored.
Try For Free →
CodeScene MCP ServerCodeScene MCP Server
CodeScene MCP Server
Your agent targets a perfect 10 Code Health score. Deterministic. Every commit.
Try For Free →
Give your AI the whole web as clean markdownGive your AI the whole web as clean markdown
Give your AI the whole web as clean markdown
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
belt - the only tool your agent needs
belt - the only tool your agent needs
belt cli automatically finds the best tools and skills for your agent. image, video, music, tts...
one prompt install →
Categories
PHP & Laravel
First SeenJun 3, 2026
View on GitHub

More from mindrally/skills

All 240 skills →
  • Testing686
  • Aspnet Core684
  • Github Workflow680
  • Styled Components Best Practices678
  • Git Workflow677
  • Android Development675
  • Deno Typescript671
  • Pwa Development671
  • Rust671
  • Data Analyst669
  • Gsap668
  • Bitbucket Workflow665
  • Cpp659
  • Transformers Huggingface659
  • C Sharp658
  • Logging Best Practices655
  • Grpc Development653
  • Business Central Development652
  • Go652
  • Kysely652
  • Sql Best Practices652
  • Observability Guidelines647
  • Backend Development646
  • Ethereum645

Recommended

More PHP & Laravel →
asyrafhussin avatar
laravel-database-optimization

asyrafhussin/agent-skills

Laravel database optimization patterns. Use when writing Eloquent queries, creating migrations, configuring caching, debugging slow queries, or optimizing database performance. Triggers on tasks involving N+1 queries, indexing, Redis caching, pagination, or database transactions.
557
62
asyrafhussin avatar
laravel-owasp-security

asyrafhussin/agent-skills

OWASP Top 10 security audit and secure coding guidelines for Laravel + React/Inertia.js applications. Use when auditing for vulnerabilities ("run OWASP audit", "security review", "check my app security") or writing secure Laravel code involving auth, payments, file uploads, or API design. Triggers on security-related tasks, payment handling, authentication, or any request to audit a Laravel codebase.
541
62
iserter avatar
laravel-tdd

iserter/laravel-claude-agents

Test-Driven Development specifically for Laravel applications using Pest PHP. Use when implementing any Laravel feature or bugfix - write the test first, watch it fail, write minimal code to pass.
356
42
bobmatnyc avatar
wordpress-plugin-fundamentals

bobmatnyc/claude-mpm-skills

Modern WordPress plugin development with PHP 8.3+, OOP architecture, hooks system, database interactions, and Settings API
321
68
spatie avatar
laravel-permission-development

spatie/laravel-permission

Build and work with Spatie Laravel Permission features, including roles, permissions, middleware, policies, teams, and Blade directives.
247
12.9k
freekmurze avatar
php-guidelines-from-spatie

freekmurze/dotfiles

Describes PHP and Laravel guidelines provided by Spatie. These rules result in more maintainable, and readable code.
162
997