Show HN: Claude Code Scheduler
jshchnz Wednesday, January 14, 2026I 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.
Summary
The article discusses a code scheduler tool developed by jshchnz, which allows users to schedule the execution of code at specific times or intervals. The tool is designed to be flexible and customizable, enabling users to set up a variety of scheduling tasks to automate their coding workflows.
7
2
Summary
github.com