compound-eng-php-laravelModern PHP 8.4 and Laravel patterns: architecture, Eloquent, queues, testing. Use when working with Laravel, Eloquent, Blade, artisan, PHPUnit, PHPStan, or b...
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 May 12, 2026
Guide for creating effective skills. This skill should be used when users want to create a new skill (or update an existing skill) that extends Claude's capabilities with specialized knowledge, workflows, or tool integrations.
Use the @steipete/oracle CLI to bundle a prompt plus the right files and get a second-model review (API or browser) for debugging, refactors, design checks, or cross-validation.
Use when starting any conversation - establishes how to find and use skills, requiring Skill tool invocation before ANY response including clarifying questions
This skill should be used ONLY when the user EXPLICITLY and UNAMBIGUOUSLY requests a Git repository commit-history analysis that produces aggregate collabora...
Spec-first, TDD, subagent-driven software development workflow. Use when: (1) building any new feature or app — triggers brainstorm → plan → subagent executi...
Best practices for Remotion - Video creation in React