compound-eng-php-laravelModern PHP 8.4 and Laravel patterns: architecture, Eloquent, migrations, queues, testing. Use when working with Laravel, Eloquent, Blade, artisan, or building/testing a framework-based PHP app. Not for php-src internals, standalone PHP libraries, or general PHP language discussion.
Install via ClawdBot CLI:
clawdbot install iliaal/compound-eng-php-laravelGrade Fair — based on market validation, documentation quality, package completeness, maintenance status, and authenticity signals.
Calls external URL not in known-safe list
https://api.example.com/dataAudited Apr 17, 2026 · audit v1.0
Generated May 12, 2026
Build a robust RESTful API for an e-commerce platform using Laravel. Includes product catalog, shopping cart with Eloquent relationships, order processing with queue jobs for email notifications and inventory updates, and payment integration via service classes. Uses Form Requests for validation and API Resources for consistent JSON responses.
Develop a multi-tenant SaaS backend with Laravel, using scoped route model binding for tenant isolation. Manages user subscriptions, billing cycles, and plan upgrades via Action classes. Implements event-driven side effects like sending renewal reminders and updating analytics. Uses Readonly classes and Enums for immutable configurations.
Create a content management system for an enterprise with role-based access control, document versioning, and approval workflows. Uses Laravel queues for processing large file uploads and generating thumbnails. Implements composite indexes for efficient search across multiple dimensions, and bulk updates for publishing/unpublishing content.
Build a real-time analytics dashboard using Laravel Broadcasting with Pusher or Soketi. Uses Laravel Events to push updates when new data arrives, with Eloquent query scopes for pre-filtering aggregates. Employs Fibonacci-based retry for failed job tasks like data aggregation, and uses whenLoaded() in API Resources to avoid N+1 on real-time endpoints.
Design a secure patient appointment booking system with strict authorization. Uses Form Requests to validate complex scheduling rules, DB transactions for double-booking prevention, and Laravel's Prunable trait to clean up old records automatically. Implements event listeners for sending SMS reminders and updating provider availability.
Offer a basic version of a SaaS product for free, with paid tiers unlocking advanced features like custom reporting, API access, and priority support. Use Laravel's authorization gates and plans managed via subscription packages.
Sell a license for the software (e.g., an enterprise intranet) with optional support contracts. Use Laravel's policy to lock features behind license validation, and manage support tickets via queues.
Run a marketplace where each transaction incurs a small fee. Implement using Laravel's event system to trigger fee deduction on successful payment, and use Horizon to monitor queue throughput for transaction processing.
💬 Integration Tip
Consider using Laravel Sail for Dockerized local development to mirror production environment, and integrate with CI/CD pipelines via GitHub Actions or GitLab CI for automated testing and deployment.
Scored Jul 28, 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.
Coding style memory that adapts to your preferences, conventions, and patterns for consistent coding.
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.