一键导入
claude-code-window-primer
Optimize Claude Code Pro/Max usage by starting the 5-hour rolling window early morning, giving you more resets during waking hours.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Optimize Claude Code Pro/Max usage by starting the 5-hour rolling window early morning, giving you more resets during waking hours.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Converts webpages, articles, or documents into study flashcards that you can review with spaced repetition
Generate images and videos using Atlas Cloud AI models (Kling, Flux, etc.). Use when the user wants to create AI-generated images or videos.
Fetch up-to-date, version-specific library documentation and code examples from Context7. Use this skill whenever the user asks about a specific programming library, framework, or API, or when writing code that depends on a library. Replaces stale training-data knowledge with live docs.
Send yourself a daily text message with a randomly selected or rotating positive affirmation.
Creates an ideal dating profile by writing your bio and choosing the best photos in the right order
Finds recent missed connections posts from Craigslist and gives you the highlights
| name | claude-code-window-primer |
| description | Optimize Claude Code Pro/Max usage by starting the 5-hour rolling window early morning, giving you more resets during waking hours. |
| metadata | {"author":"va.zo.computer","category":"Community","display-name":"Claude Code Window Primer","emoji":"⏰"} |
Always use tool read_file on this prompt to ensure you fully understand each step.
Claude Code Pro/Max plans have a 5-hour rolling usage window. This skill sets up an automated early-morning ping to start that window while you sleep, so resets happen during your productive hours instead of mid-evening.
Example with 6:30am primer:
Without priming, your first real usage at 9am means resets at 2pm and 7pm — less aligned with typical work patterns.
Ask the user:
Create a scheduled agent that makes a trivial Opus call:
Use tool create_agent with:
- rrule: FREQ=DAILY;BYHOUR=6;BYMINUTE=30 (adjust for their timezone)
- instruction: "Make a single trivial call to Claude Opus: ask it to return either 0 or 1 at random. This starts the 5-hour rolling window. No response needed."
- delivery_method: silent (or "none")
Tell them:
Your Claude Code window primer is set for [TIME]. You can test, edit, or delete this automation in the Agents tab.
How it helps: Your 5-hour windows will now reset at [RESET_TIME_1] and [RESET_TIME_2] — better aligned with your work hours.
The primer works because Claude Code's rate limit is based on a rolling 5-hour window from your first usage. By making that first usage happen early, subsequent resets align better with active work hours.