A straightforward cron scheduling implementation that uses 7-field expressions (second, minute, hour, day, month, weekday, year) to trigger functions on schedule. It's built for the iii framework and handles the standard cron pattern matching you'd expect from tools like node-cron or APScheduler. The docs emphasize keeping handlers fast and offloading heavy work to queues rather than blocking the trigger thread. With 181 installs and part of a 17.5K star repo, it's a solid choice if you're already in the iii ecosystem and need scheduled tasks without pulling in a separate dependency. Nothing fancy here, just reliable scheduling that does what cron has always done.
npx -y skills add iii-hq/iii --skill iii-cron-scheduling --agent claude-codeInstalls into .claude/skills of the current project.
Select a file.
sickn33/antigravity-awesome-skills
rohitg00/pro-workflow
supercent-io/skills-template