From jeremylongshore-claude-code-plugins-plus-skills
Guides cron job scheduler setup, configuration, and best practices for backend systems. Generates production-ready cron configurations.
How this skill is triggered — by the user, by Claude, or both
Slash command
/jeremylongshore-claude-code-plugins-plus-skills:cron-job-schedulerThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
This skill provides automated assistance for cron job scheduler tasks within the Backend Development domain.
This skill provides automated assistance for cron job scheduler tasks within the Backend Development domain.
This skill activates automatically when you:
Example: Basic Usage Request: "Help me with cron job scheduler" Result: Provides step-by-step guidance and generates appropriate configurations
| Error | Cause | Solution |
|---|---|---|
| Configuration invalid | Missing required fields | Check documentation for required parameters |
| Tool not found | Dependency not installed | Install required tools per prerequisites |
| Permission denied | Insufficient access | Verify credentials and permissions |
Part of the Backend Development skill category. Tags: nodejs, python, go, microservices, database
npx claudepluginhub jeremylongshore/claude-code-plugins-plus-skills --plugin j-rigConfigures and troubleshoots Render cron jobs for scheduled tasks, cron expressions, periodic jobs, Heroku Scheduler migrations, and choosing between cron jobs, background workers, or workflows.
Add a scheduled task (CRON) to an existing Next.js project. Creates a protected /api/cron/<task-name> route and registers the schedule on the right clock - by default the unified shared Hypervibe worker (hypervibe-jobs, precise to the minute, zero extra Cloudflare slot), a dedicated Cloudflare Worker only when the task needs isolated resources, or a GitHub Action as the no-Cloudflare fallback. Can be called by /bootstrap, by /add-automation, or standalone.