← スキル一覧に戻る

recover-quota
by tatsuki-washimi
gwpy expansions for experiments
⭐ 0🍴 0📅 2026年1月25日
SKILL.md
name: recover_quota description: LLMのクオータ(利用制限)を管理・節約し、効率的に回復・継続するための戦略を実行する
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_modelto 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.
-
Optimization:
- Use the
wrap_upskill to clean up the session so the next session can resume with minimal context.
- Use the
スコア
総合スコア
60/100
リポジトリの品質指標に基づく評価
✓SKILL.md
SKILL.mdファイルが含まれている
+20
✓LICENSE
ライセンスが設定されている
+10
○説明文
100文字以上の説明がある
0/10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
○タグ
1つ以上のタグが設定されている
0/5
レビュー
💬
レビュー機能は近日公開予定です