Agent skill

gsd:resume-at

Schedule a future resume of work - e.g. '/gsd:resume-at 09:00', '/gsd:resume-at +2h', or '/gsd:resume-at 04:00 --cmd /gsd:execute-phase 9

Dave Poon3,251★ · 1 repos on radarProfile →
claude-codecan modify filesMIT
Install
npx skills add davepoon/buildwithclaude --skill resume-at --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 1
SKILL.md size: 7 KB
Bundled scripts: none
Allowed tools: -Skill-AskUserQuestion-Bash
Path: plugins/gsd/skills/resume-at/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 3,251
Language: TypeScript
Read our review of the source →

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

<objective> Schedule a future Claude Code session that automatically resumes the current GSD project at the requested time. Useful when: - Hitting a usage / token cap and wanting to **come back later** without manually restarting - Pausing for the day and wanting work to **kick off overnight** so HANDOFF restores the morning session - Queuing a future GSD command (e.g. `/gsd:execute-phase 9` at 04:00) for off-peak quota use > **No-token fallback.** If you've hit your usage cap and the skill itself won't run (it needs tokens to parse args and call CronCreate — the very moment you don't have any), `/exit` the rate-limited session and invoke the shell wrapper from a plain terminal: > > ```bash > /exit # leave the rate-limited Claude session first > gsd-resume-at 17:41 # then schedule from your shell — no tokens consumed > # or with explicit duration / project: > gsd-resume-at +3h --project ~/code/myproject > # if `gsd-resume-at` isn't on PATH: > $CLAUDE_PLUGIN_ROOT/bin/gsd-resume-at +3h > # or fully absolute: > ~/.claude/plugins/cache/gsd-plugin/gsd/<version>/bin/gsd-resume-at +3h > ``` > > Pure shell — uses `nohup sleep` to schedule an OS-level timer, no Claude tokens consumed. macOS

What's inside
Commands it runs
gsd-resume-at 17:41                   # then schedule from your shell — no tokens consumed
gsd-resume-at +3h --project ~/code/myproject
More from buildwithclaude
All skills →
About this skill
What does the gsd:resume-at skill do?

Schedule a future resume of work - e.g. '/gsd:resume-at 09:00', '/gsd:resume-at +2h', or '/gsd:resume-at 04:00 --cmd /gsd:execute-phase 9

How do I install it?

Run `npx skills add davepoon/buildwithclaude --skill resume-at --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From davepoon/buildwithclaude, a repository with 3,251 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going