Set up recurring scheduled jobs (crons) on Convex — digests, cleanups, polling, retries. TRIGGER when the user wants a recurring/scheduled task ('every day/hour', cron, periodic cleanup). Targets internal functions, idempotent handlers.
$npx -y skills add get-convex/convex-backend-skill --skill cronsInstalls into the current project.
Run `npx skills use "https://github.com/get-convex/convex-backend-skill" --skill "get-convex/convex-backend-skill/crons"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/get-convex/convex-backend-skill" that are relevant to the current task. Run `npx skills add "https://github.com/get-convex/convex-backend-skill"` and select the relevant skills, then follow their instructions.