A Claude Code / agent skill for editing a user crontab from the command line without silently wiping it.
Two rules: back up first, then install via stdin (crontab - < file) and
verify by reading back — never the crontab <file> form, which can silently
no-op in sandboxed/restricted shells.
npx skills add cmflynn/crontab-editOr copy skills/crontab-edit/SKILL.md into ~/.claude/skills/crontab-edit/.
MIT