adr
Write an Architecture Decision Record documenting a significant technical decision.
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.
/create-cronContext preview
What this command does when you run it.
Configure a cron job with proper scheduling and error handling.
Configure a cron job with proper scheduling and error handling.
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
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
Write an Architecture Decision Record documenting a significant technical decision.
Conduct a structured design review of a module, feature, or system component.
Create a structured implementation plan for the requested feature or change.