whatisgithub

What is cc-workflow-nudge?

rrrrrrrrrricoxi/cc-workflow-nudge — explained in plain English

Analysis updated 2026-05-18

0ShellAudience · developerComplexity · 3/5LicenseSetup · moderate

In one sentence

A Claude Code plugin that auto-schedules a check right after the 5-hour usage reset so an interrupted long task resumes itself.

Mindmap

mindmap
  root((cc-workflow-nudge))
    What it does
      Auto resumes tasks
      Schedules post-reset check
    Tech stack
      Shell scripts
      Node.js helper
      Claude Code hooks
    Use cases
      Resume interrupted workflows
      Avoid manual re-prompting
    Audience
      Claude Code users
      Developers
    Design
      No OAuth token
      Status line based

Code map

Detail Auto

An interactive map of this repo's files and how they connect — its source is parsed live in your browser. Click Visualize to build it.

filefunction / class

What do people build with it?

USE CASE 1

Automatically resume a Claude Code task that got cut off by the 5-hour usage limit.

USE CASE 2

Avoid manually watching the clock and re-prompting Claude Code after a usage reset.

USE CASE 3

Run long Workflows overnight or unattended with confidence they will pick back up.

What is it built with?

ShellNode.jsClaude Code plugin

How does it compare?

rrrrrrrrrricoxi/cc-workflow-nudge123satyajeet123/bitnet-serveradeilsonrbrito/cross-model-consult
Stars000
LanguageShellShellShell
Setup difficultymoderateeasymoderate
Complexity3/52/53/5
Audiencedeveloperdeveloperdeveloper

Figures from each repo's GitHub metadata at analysis time.

How do you get it running?

Difficulty · moderate Time to first run · 30min

Needs jq and python3 installed, and works best once the status line capture step is configured for the exact reset time.

Use freely for any purpose, including commercial use, as long as you keep the copyright notice.

So what is it?

This project is a plugin for Claude Code, the AI coding assistant tool, that solves a specific annoyance: Claude Code accounts have a five hour usage window, and if a long running task gets cut off partway through by hitting that limit, someone normally has to come back and manually tell it to continue once the window resets. This plugin schedules a one time reminder timed to fire shortly after the reset, so an interrupted task picks itself back up automatically in the same session, without anyone waiting around. The plugin has three working parts. A hook watches for the moment a large task, called a Workflow, is about to start, and asks the assistant to arm the fallback. A second piece wraps the existing status line display, the small bar Claude Code shows during a session, to quietly capture the exact time the usage window will reset and how much of it has been used, without changing what the status line looks like to the user. A third piece, a skill, reads that captured reset time, works out a local schedule for a couple of minutes after the reset, and arms a one shot check using Claude Code's own scheduling feature. When that scheduled check eventually fires, it does not blindly assume the quota is back. It re-checks the cached usage numbers first, and if the limit has not actually reset yet, it reschedules itself for another attempt rather than giving up. If a task finishes normally without ever hitting the limit, the plugin cancels the pending reminder so it never fires needlessly. The project explains that it reads reset time information directly from Claude Code's own documented status line data, avoiding the need for any login token or network calls, unlike some earlier tools that had to read account credentials to reach an unofficial usage tracking service. It is written mostly in shell scripts with a small JavaScript helper, and it is released under the MIT license.

Copy-paste prompts

Prompt 1
Explain how this plugin reads the usage reset time without needing my login token.
Prompt 2
Walk me through installing and configuring the status line capture step for this plugin.
Prompt 3
Show me how the resume check confirms the usage limit has actually reset before continuing.
Prompt 4
How does this project differ from tmux-based auto-resume tools like claude-auto-retry?

Frequently asked questions

What is cc-workflow-nudge?

A Claude Code plugin that auto-schedules a check right after the 5-hour usage reset so an interrupted long task resumes itself.

What language is cc-workflow-nudge written in?

Mainly Shell. The stack also includes Shell, Node.js, Claude Code plugin.

What license does cc-workflow-nudge use?

Use freely for any purpose, including commercial use, as long as you keep the copyright notice.

How hard is cc-workflow-nudge to set up?

Setup difficulty is rated moderate, with roughly 30min to a first successful run.

Who is cc-workflow-nudge for?

Mainly developer.

Open on GitHub → Ask about another repo

This repo across BitVibe Labs

Verify against the repo before relying on details.