cron-scheduler
Installation
SKILL.md
Cron Scheduler - Scheduled Task Management
When to Apply
Positive Triggers
- Creating new cron jobs or scheduled tasks
- Adding Vercel cron entries to
vercel.json - Writing Next.js API route handlers for
/api/cron/*endpoints - Implementing backend periodic tasks (APScheduler, asyncio)
- Reviewing cron expression syntax or scheduling intervals
- Adding overlap protection to existing scheduled tasks
- User mentions: "cron", "schedule", "periodic", "interval", "timer", "background job"
Negative Triggers
Related skills
More from cleanexpo/unite-hub
tdd
Use when implementing any feature or bug fix. Hard gate — no production code without a failing test first. Applies to vitest (apps/web/) and pytest (apps/backend/). Triggers on "implement", "add feature", "fix bug", "new component", "new endpoint", or any code-writing task.
1idea-to-production
Plain-English pipeline from idea to production — routes user requests to the right phase and agent
1oauth-flow
OAuth 2.0 and OIDC integration with PKCE, Supabase Auth providers, and redirect URI validation
1health-check
>-
1csv-processor
>-
1vector-search
>-
1