time-calibrate
Solidmeasure your real CC throughput against the time rule's matrix, using lore.db
Install
Quality Score: 82/100
Skill Content
Details
- Author
- anipotts
- Repository
- anipotts/claude-code-tips
- Created
- 6 months ago
- Last Updated
- 2 days ago
- Language
- JavaScript
- License
- MIT
Integrates with
Bundled in these plugins
Similar Skills
Semantically similar based on skill content — not just same category
time-estimate
estimate CC active time for a task using the time rule, with dynamic effort resolution
time-benchmark
walk the user through a low/medium/high effort A/B/C throughput benchmark on their current model
clock
Install a Claude Code statusLine that shows model + context-window usage AND, for Pro/Max subscribers, the 5-hour and weekly quota use with reset times (`<model> · X% (Nk/Mk) · 5h N% (→HH:MM) · wk N% (→wd HH:MM)`). Also installs a chat-stamp hook (`cah-stamp`) on BOTH Stop AND PostToolUse, so an `HH:MM · model · X% · 5h N% · wk N%` audit line appears after every tool call — not only at end of turn. The statusLine refreshes every 60 seconds (`refreshInterval: 60000`) AND on every turn boundary; the 60s default sits well above Windows Node cold-start (1–3s), so the bar stays live without races. Default global (~/.claude/settings.json); pass `--here` for project-local.