cron

Installation
SKILL.md

cron

Overview

cron is the standard Unix task scheduler. Define schedules with cron expressions (minute, hour, day, month, weekday) to run scripts automatically. Used for backups, log rotation, data sync, health checks, and any recurring task.

Instructions

Step 1: Crontab Basics

# Edit your crontab
crontab -e
Installs
2
GitHub Stars
128
First Seen
Apr 4, 2026
cron — terminalskills/skills