A Claude Code plugin that schedules resumption of the current session at a future time. It spawns a detached Node.js watcher process that opens a new terminal window running claude --resume <session-id> at the target time.
Inside a Claude Code session:
/plugin marketplace add JerrettDavis/ClaudeScheduleSessionResume
/plugin install resume-at@claude-schedule-session-resume
Or from the CLI:
claude plugin marketplace add JerrettDavis/ClaudeScheduleSessionResume
claude plugin install resume-at@claude-schedule-session-resume
git clone https://github.com/JerrettDavis/ClaudeScheduleSessionResume.git
cd ClaudeScheduleSessionResume
npm install
npm run build
claude plugin add .
/resume-at 2h # Resume in 2 hours
/resume-at 5pm # Resume at 5:00 PM
/resume-at 17:00 # Resume at 17:00
/resume-at 1700 # Resume at 17:00 (military)
/resume-at 2h30m # Resume in 2 hours 30 minutes
/resume-at 2026-04-07T21:00:00 # Resume at specific datetime
/resume-at 2h "check the build" # Resume with a prompt
/resume-at cancel
/resume-at list
claude invocation command when a session opens/resume-at command parses the time input, inspects the current session, and schedules a resumeclaude --resume <session-id> plus any forwarded flagsschtasks / Unix at) is registered if the watcher process fails to spawn| Format | Example | Description |
|---|---|---|
| Duration | 5h, 2h30m, 90m, 45s | Relative to now |
| 12-hour | 5pm, 5:30pm, 9am | Next occurrence |
| 24-hour | 17:00, 9:30 | Next occurrence |
| Military | 1700, 0930 | Next occurrence |
| ISO 8601 | 2026-04-07T21:00:00 | Exact datetime |
Time-of-day formats in the past automatically advance to the next day.
npm install # Install dependencies
npm run build # Compile TypeScript
npm test # Run unit tests
npm run lint # Run ESLint
npm run test:e2e # Run E2E tests in Docker
MIT
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
npx claudepluginhub jerrettdavis/claudeschedulesessionresume --plugin resume-atStatusLine showing cache TTL countdown, model, cost, context usage, API rate limits, and Headroom proxy stats for Claude Code
Filesystem mailbox commands and skills for multi-agent coding workflows.
Multi-model consensus engine integrating OpenAI Codex CLI, Gemini CLI, and Claude CLI for collaborative code review and problem-solving.
Easily create hooks to prevent unwanted behaviors by analyzing conversation patterns