recover_quota
Installation
SKILL.md
Recover Quota
This skill is used when LLM usage limits (quota) become tight or when you want to manage quota efficiently to continue work. While it cannot physically reset the quota, it supports "recovery" and "continuity" by optimizing token consumption and adjusting work strategies.
Instructions
-
Context Analysis:
- Check current token consumption and context bloat.
- Evaluate if large-scale searches or reading long files are occurring frequently.
-
Efficiency Strategies:
- Switch Models: Use
suggest_nextto consider switching to a lower-cost model. - Compress Context: Organize and remove unnecessary history or logs to include only essential information in the prompt.
- Consolidate Requests: Avoid fragmented commands; group multiple related tasks into a single prompt.
- Switch Models: Use
-
Cooldown Procedures:
- Wait: Pause low-priority tasks to wait for natural quota recovery over time.
- Local Execution: Prioritize tasks that don't rely on the LLM, such as running local tests or checking documentation.