/create-cron
Configure a cron job with proper scheduling and error handling.
$ npx -y skills add rohitg00/awesome-claude-code-toolkit --agent claude-codeHow it fires
How this command gets triggered: by you, by Claude, or both.
- Fires itselfClaude auto-loads it when your prompt matches the work.
- You can call itInvoke it directly when you want it.
- Slash command
/create-cron
Context preview
What this command does when you run it.
Configure a cron job with proper scheduling and error handling.
Command definition
create-cron.md/create-cron - Create Cron Job
Configure a cron job with proper scheduling and error handling.
Steps
1. Ask the user for the task description and desired schedule 2. Translate the schedule description to cron syntax (minute hour day month weekday) 3. Show the next 5 execution times to verify the schedule is correct 4. Create the cron job script with proper error handling and logging 5. Add a lock mechanism to prevent overlapping executions 6. Configure output redirection: stdout to log file, stderr to error log 7. Add environment variable setup at the top of the cron script 8. Set up email or webhook notification for job failures 9. Add a health check: alert if the job has not run within expected interval 10. Install the cron job using crontab or systemd timer 11. Verify the job is listed in the cron table 12. Document the job: purpose, schedule, log location, notification settings
Rules
- Always use absolute paths in cron scripts (PATH is minimal in cron)
- Set a timeout to kill hung jobs (use timeout command)
- Use file locking (flock) to prevent overlapping executions
- Redirect output to log files; do not rely on cron mail
- Include the full environment setup in the script (PATH, HOME, etc.)
- Add a comment line above each cron entry describing its purpose
- Test the cron script manually before installing it
The most comprehensive toolkit for Claude Code -- 135 agents, 35 curated skills (+400,000 via SkillKit), 42 commands, 176+ plugins, 20 hooks, 15 rules, 7 templates, 15 MCP configs, 26 companion apps, 53 ecosystem entries, and more.
Repo: rohitg00/awesome-claude-code-toolkit
Other commands on rohitg00-claude-code-toolkit.
- /adr
Write an Architecture Decision Record documenting a significant technical decision.
Open command - /design-review
Conduct a structured design review of a module, feature, or system component.
Open command - /diagram
Generate Mermaid diagrams from codebase analysis or description.
Open command - /migrate
Plan and execute a framework or library migration incrementally.
Open command - /plan
Create a structured implementation plan for the requested feature or change.
Open command - /refactor
Perform a systematic refactoring of the specified code area.
Open command

