bymatymatyk-business· 43 skills
How to make an AI coding agent run on a schedule, loop, or interval — cron jobs, heartbeats, self-starting/self-terminating loops, recurring autonomous checks. Use when the user asks to "run every N minutes/hours", "check something on a regular interval", "schedule a task", "run on a loop", "self-start", "heartbeat", "cron job for an agent", or wants an agent to fire periodically without manual launching. Covers two camps — one-shot agents you wrap in an external clock (Claude Code, Codex, Pi) vs agents with a built-in scheduler daemon (Hermes).
$npx -y skills add matymatyk-business/david-skills --skill agent-self-schedulingInstalls into the current project.
Run `npx skills use "https://github.com/matymatyk-business/david-skills" --skill "matymatyk-business/david-skills/agent-self-scheduling"` 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/matymatyk-business/david-skills" that are relevant to the current task. Run `npx skills add "https://github.com/matymatyk-business/david-skills"` and select the relevant skills, then follow their instructions.