jgjake2
- 3 skills
- 0 followers
- 6 hours ago last updated
- ▌ Check Usage · jgjake2 bundleCheck Claude's current rate-limit utilization and decide whether to pause the task. Use before starting an unusually expensive step of a long-running task, when the usage-limit hook is not installed, or when the user asks where the budget stands.
- ▌ Resume Task · jgjake2 bundleResume a task that was paused by the usage limit monitor, loading the saved progress and resume plan from a checkpoint. Use when the user asks to resume, continue, or pick up a previously halted task.
- ▌ Save Progress · jgjake2 bundleSave a checkpoint of the current task -- what has been done plus a concrete resume plan -- to the project's progress directory. Use when check-usage returns band "stop", and at intermediate checkpoints during any long task.