
Resumer
- Updated March 20, 2026
- wong2/claude-plugins
resumer is a Claude Code skill in the AI & Agent Building category. Resume only the Claude Code sessions interrupted by rate limits.
Key points
- resumer
- AI & Agent Building
- AI-coding skill
Resumer by the numbers
- Data as of Jul 7, 2026 (Skillselion catalog sync)
/plugin marketplace add wong2/claude-plugins/plugin install resumer@wong2-pluginsAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| Last updated | March 20, 2026 |
|---|---|
| Repository | wong2/claude-plugins ↗ |
What it does
Resume only the Claude Code sessions interrupted by rate limits.
README.md
claude-plugins
Public Claude Code marketplace for plugins by wong2.
Available plugins
resumer
Automatically resumes a Claude Code task after a rate-limit stop.
What it does:
- Detects
StopFailureevents caused by rate limits - Parses the reset time from Claude's message
- Tells the user the task will continue automatically at the reset time
- Sends a
continuesignal back to the same Claude Code session when the reset time arrives
Install
In Claude Code, add this marketplace:
/plugin marketplace add wong2/claude-plugins
Then install the plugin:
/plugin install resumer@wong2-plugins
After installation, restart Claude Code if prompted.
Notes
resumeris focused on rate-limit interruptions only.- The plugin uses Claude Code hooks plus an MCP server defined in the plugin itself.
- The current implementation runs directly from JavaScript source and does not require a build step before use.
Related skills
AI & Agent Buildingagents