steemandavid

Ratelimitreset — Development skill for Claude Code

Development community

The API rate limit has reset — reorient and resume the interrupted work.

How to install Ratelimitreset

Installs to ~/.claude/skills/steemandavid-claude-code-skills-ratelimitreset/SKILL.md

Terminal
mkdir -p ~/.claude/skills/steemandavid-claude-code-skills-ratelimitreset && curl -fsSL https://raw.githubusercontent.com/steemandavid/claude-code-skills/HEAD/commands/ratelimitreset.md -o ~/.claude/skills/steemandavid-claude-code-skills-ratelimitreset/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

What Ratelimitreset does


description: The API rate limit has reset — reorient and resume the interrupted work

Rate Limit Reset — Resume

The rate limit that was blocking progress has reset. Reorient to where things left off and continue the interrupted work.

Instructions

  1. Re-establish state. Before charging ahead, determine what was in progress:
    • Read the checkpoint at ~/.claude/checkpoint.json (written automatically after every turn, and again on a rate-limit failure). Its timestamp, `

Alternatives in Development

  • Resume Work From A Handoff Document — You are tasked with resuming work from a handoff document through an interactive process 10k ★
  • Claude Swap — Switch between multiple Claude Code accounts, with automatic rate-limit rotation, usage dashboard, and paralle 2k ★
  • Memory Search — Search through Claude's persistent memories for specific content, patterns, or keywords 332 ★

Full documentation available on GitHub

View Source Repository