laravelAvoid common Laravel mistakes — N+1 queries, mass assignment, cache gotchas, and queue serialization traps.
Install via ClawdBot CLI:
clawdbot install ivangdavila/laravelRequires:
Grade Fair — based on market validation, documentation quality, package completeness, maintenance status, and authenticity signals.
Generated Mar 20, 2026
Building a scalable online store with user authentication, product management, and order processing. This scenario leverages Laravel's Eloquent for efficient database queries and queues for handling payment notifications and inventory updates, avoiding common pitfalls like N+1 queries and job serialization issues.
Creating a subscription-based tool for team collaboration with features like task tracking, file sharing, and real-time updates. Laravel's middleware and validation ensure secure data handling, while Blade templates prevent XSS vulnerabilities in user-generated content.
Developing a secure web application for healthcare providers to manage patient data, appointments, and billing. Laravel's authentication and policies enforce strict access controls, and database transactions maintain data integrity during critical operations like record updates.
Designing a CMS for news websites with dynamic content publishing, user roles, and SEO optimization. Laravel's Artisan commands automate tasks like content scheduling, and eager loading optimizes performance for displaying articles with related media and comments.
Offering tiered monthly or annual plans for access to the Laravel-based application, with features scaling by plan. Revenue is generated through recurring payments, leveraging Laravel's queue system for billing automation and failed job handling to ensure reliability.
Providing bespoke Laravel application development and consulting for clients, focusing on avoiding common pitfalls like mass assignment attacks and route caching issues. Revenue comes from project-based fees or hourly rates for implementation and maintenance.
Operating a platform where multiple vendors sell products, with Laravel handling user authentication, payment processing, and inventory management. Revenue is generated through transaction fees, commissions on sales, and premium vendor subscriptions.
💬 Integration Tip
Use Laravel's configuration caching and environment variable management to optimize performance in production, and ensure middleware order is tested to prevent security and logic issues.
Scored Apr 19, 2026
Control desktop applications on Windows — launch, close, focus, resize, move windows, simulate keyboard/mouse input, manage processes, control VSCode, read clipboard, and capture screen info. Use when the user wants to interact with any running program, switch windows, type text, press shortcuts, open files in VSCode, manage running processes, or get system display information.
Conduct rigorous, adversarial code reviews with zero tolerance for mediocrity. Use when users ask to "critically review" my code or a PR, "critique my code", "find issues in my code", or "what's wrong with this code". Identifies security holes, lazy patterns, edge case failures, and bad practices across Python, R, JavaScript/TypeScript, SQL, and front-end code. Scrutinizes error handling, type safety, performance, accessibility, and code quality. Provides structured feedback with severity tiers (Blocking, Required, Suggestions) and specific, actionable recommendations.
Pragmatic coding standards for writing clean, maintainable code — naming, functions, structure, anti-patterns, and pre-edit safety checks. Use when writing new code, refactoring existing code, reviewing code quality, or establishing coding standards.
Claude Code integration for OpenClaw. This skill provides interfaces to: - Query Claude Code documentation from https://code.claude.com/docs - Manage subagents and coding tasks - Execute AI-assisted coding workflows - Access best practices and common workflows Use this skill when users want to: - Get help with coding tasks - Query Claude Code documentation - Manage AI-assisted development workflows - Execute complex programming tasks
Plan, draft, version, and refine written content with enforced versioning and quality audits.
Use when writing tests, creating test strategies, or building automation frameworks. Invoke for unit tests, integration tests, E2E, coverage analysis, performance testing, security testing.