Show HN: Claude Code Scheduler
github.comI found myself frequently wanting to schedule tasks in Claude Code (both one-time and recurring) so I built a CC plugin to help with that.
To install: /plugin marketplace add jshchnz/claude-code-scheduler /plugin install scheduler@claude-code-scheduler
Then just tell Claude what you want (some examples):
Every Wednesday at 3am find dead code: unused functions, unreachable branches, commented-out code, and unused imports. List by file with line numbers.
Schedule a code review every weekday at 9am. Review commits from the last 24 hours, check for bugs, security issues, error handling gaps, and code that needs comments. Summarize with file:line references. Looks cool. But if Claude can run without you, why not simply run it continuously to be productive? Hm, not sure I totally understand what you mean, but I shared some examples of when it's been helpful. My favorite is using it as a continuous cleanup tool for dead code. You wouldn't necessarily want that to just run all the time, but it's nice in a nightly cadence