adr
Write an Architecture Decision Record documenting a significant technical decision.
Validate and explain a cron schedule expression.
$ 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.
/validate-scheduleContext preview
What this command does when you run it.
Validate and explain a cron schedule expression.
Validate and explain a cron schedule expression.
1. Take the cron expression from the user (5 or 6 fields) 2. Parse each field: minute, hour, day of month, month, day of week 3. Validate syntax: check for valid ranges, step values, and special characters 4. Detect common mistakes: day/month confusion, 0-indexed vs 1-indexed weekdays 5. Translate the expression to plain English description 6. Calculate the next 10 execution times based on the current date 7. Calculate the frequency: how many times per day, week, month 8. Identify potential issues: running too frequently, not running at expected times 9. Check for timezone considerations and DST transition impacts 10. Suggest alternative expressions if the schedule could be simplified 11. Compare with common cron presets: @hourly, @daily, @weekly, @monthly 12. Display a visual calendar showing execution times for the next 30 days
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.