Skip to main content
Manusで任意のスキルを実行
ワンクリックで

context-engineering

スター2
フォーク0
更新日2026年6月25日 11:58

Designs per-turn context-window assembly for an LLM/agent call — budget allocation across all context sources (system prompt + tool defs + memory + retrieved chunks + history + scratchpad), position-of-evidence ordering (lost-in-the-middle mitigation + cache-aware stable prefix), overflow/compaction strategy (truncate vs summarize vs evict), relevance gating + cross-source dedup, and assembly-quality measurement. Use when a request is over token budget, when long sessions degrade (context rot), when key evidence is being ignored, or when the prompt cache keeps missing. Sibling to `/agent-memory` (which memories exist) and `/rag-design` (retrieval ranking); defers retrieval to `/rag-design`, memory-tier design to `/agent-memory`, and cost math to `/cost-optimize`.

インストール

Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。

SKILL.md
readonly