From superpowers-laravel
Schedules Laravel tasks safely by invoking the laravel:task-scheduling skill exactly as written.
npx claudepluginhub jpcaparas/superpowers-laravel --plugin superpowers-laravelUse the laravel:task-scheduling skill exactly as written
/cronDesigns, builds, and debugs scheduled tasks and recurring job systems using cron expressions and schedulers like BullMQ, Celery Beat, Quartz. Outputs schedule registry, scheduler setup, idempotency helpers, and monitoring files.
/schedule-addInteractively creates one-time or recurring scheduled tasks for executing Claude commands in the project, registering with native schedulers like launchd, cron, or schtasks.
/create-cronCreates and installs a cron job script with scheduling verification, error handling, locking, logging, timeouts, notifications, and health checks using crontab or systemd timer.
/schedule-claudeSets up scheduled Claude Code jobs on macOS using launchd for the specified task, creates wrapper script and plist, and tests the schedule.
/jobsManages cron jobs for the heartbeat daemon: list all jobs, create interactively, edit, or delete scheduled tasks in the project jobs directory.
/modal-scheduleConfigures scheduled Modal functions using cron expressions or periods with optional timezone, including best practices for error handling, retries, and resources.
Share bugs, ideas, or general feedback.
Use the laravel:task-scheduling skill exactly as written