agentsclimarketplace

Claude code window primer

Skill thevibethinker/vibe-thinker-skills/claude-code-window-primer

Portable, standalone Zo Computer skills you can install, reuse, and share.

Install
npx -y skills add thevibethinker/vibe-thinker-skills --skill claude-code-window-primer

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

2 things to look at

  • no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.
  • 1 stars1 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

What its author says it does

Copied from the file, not written here

Optimizes Claude Code Pro/Max usage by priming the 5-hour rolling window early morning, ensuring resets align with peak work hours for maximum Opus availability.

SKILL.md

2.5 KB, as published. Nobody here has run it

Claude Code Window Primer

The Problem

Claude Code Pro has a 5-hour rolling usage window. If you start using Opus at 9am, you hit the limit around 2pm and wait until... 2pm for reset. That's a dead zone right when you're productive.

The Solution

Prime the window before you wake up. A trivial Opus request at 6:30am starts the clock, giving you resets at useful times:

TimeEvent
6:30amWindow primed (while sleeping)
11:30amFirst reset (mid-morning)
4:30pmSecond reset (afternoon)
9:30pmThird reset (evening if needed)

This maximizes Opus availability during typical work hours (9am–11pm).

Does This Burn Through Weekly Limits?

No. The primer uses ~15 tokens (asks Opus to return 0 or 1). Weekly limits track actual usage, not window starts. This is pure timing optimization.

Installation

1. Create the scheduled agent

In a Zo conversation:

Create a scheduled agent:
- Schedule: Daily at 6:30am (your timezone)
- Instruction: Run python3 Skills/claude-code-window-primer/scripts/prime_window.py
- Delivery: None (silent)

Or adjust the time to ~3 hours before you typically start working.

2. Verify it's working

Check your Claude Code usage after the first run — you should see a tiny blip at 6:30am.

Manual Trigger

Shift your window anytime:

python3 Skills/claude-code-window-primer/scripts/prime_window.py

Useful if you wake up early or want to realign mid-day.

Configuration

Different wake time? Edit the agent schedule. The math:

  • Set primer to fire ~3 hours before you start working
  • First reset lands ~2 hours into your work day
  • Second reset lands ~7 hours in

Max subscription? Same principle applies — you just have more headroom per window.

How It Works

The script calls /zo/ask with a trivial prompt targeting Opus specifically:

"Return either 0 or 1 at random. Nothing else."

Minimal tokens, starts the window, done.

Files

claude-code-window-primer/
├── SKILL.md              # This file
└── scripts/
    └── prime_window.py   # The primer script

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.