context-optimization
✓このスキルは、ユーザーが「コンテキストの最適化」、「トークンコストの削減」、「コンテキスト効率の向上」、「KV キャッシュ最適化の実装」、「コンテキストの分割」を要求する場合、またはコンテキストの制限、観察マスキング、コンテキストの予算設定、または有効なコンテキスト容量の拡張について言及する場合に使用する必要があります。
SKILL.md
Context optimization extends the effective capacity of limited context windows through strategic compression, masking, caching, and partitioning. The goal is not to magically increase context windows but to make better use of available capacity. Effective optimization can double or triple effective context capacity without requiring larger models or longer contexts.
Context optimization extends effective capacity through four primary strategies: compaction (summarizing context near limits), observation masking (replacing verbose outputs with references), KV-cache optimization (reusing cached computations), and context partitioning (splitting work across isolated contexts).
The key insight is that context quality matters more than quantity. Optimization preserves signal while reducing noise. The art lies in selecting what to keep versus what to discard, and when to apply each technique.
このスキルは、ユーザーが「コンテキストの最適化」、「トークンコストの削減」、「コンテキスト効率の向上」、「KV キャッシュ最適化の実装」、「コンテキストの分割」を要求する場合、またはコンテキストの制限、観察マスキング、コンテキストの予算設定、または有効なコンテキスト容量の拡張について言及する場合に使用する必要があります。 ソース: muratcankoylan/agent-skills-for-context-engineering。
引用可能な情報
AI/検索での引用用の安定したフィールドとコマンド。
- インストールコマンド
npx skills add https://github.com/muratcankoylan/agent-skills-for-context-engineering --skill context-optimization- カテゴリ
- </>開発ツール
- 認証済み
- ✓
- 初回登録
- 2026-02-01
- 更新日
- 2026-02-18
クイックアンサー
context-optimization とは?
このスキルは、ユーザーが「コンテキストの最適化」、「トークンコストの削減」、「コンテキスト効率の向上」、「KV キャッシュ最適化の実装」、「コンテキストの分割」を要求する場合、またはコンテキストの制限、観察マスキング、コンテキストの予算設定、または有効なコンテキスト容量の拡張について言及する場合に使用する必要があります。 ソース: muratcankoylan/agent-skills-for-context-engineering。
context-optimization のインストール方法は?
ターミナルまたはコマンドラインツール(Terminal、iTerm、Windows Terminal など)を開きます このコマンドをコピーして実行します: npx skills add https://github.com/muratcankoylan/agent-skills-for-context-engineering --skill context-optimization インストール後、スキルは自動的に AI コーディング環境に設定され、Claude Code や Cursor で使用できるようになります
ソースリポジトリはどこですか?
https://github.com/muratcankoylan/agent-skills-for-context-engineering
詳細
- カテゴリ
- </>開発ツール
- ソース
- skills.sh
- 初回登録
- 2026-02-01