Settings

Theme

Show HN: Claude Code Scheduler

github.com

7 points by jshchnz 21 days ago · 2 comments · 1 min read

Reader

I 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.

midlander 21 days ago

Looks cool. But if Claude can run without you, why not simply run it continuously to be productive?

  • jshchnzOP 21 days ago

    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

Keyboard Shortcuts

j
Next item
k
Previous item
o / Enter
Open selected item
?
Show this help
Esc
Close modal / clear selection