ワンクリックで
contextpilot
Optimize document ordering in LLM context for better retrieval performance
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Optimize document ordering in LLM context for better retrieval performance
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
| name | contextpilot |
| description | Optimize document ordering in LLM context for better retrieval performance |
| version | 1.0.0 |
| triggers | ["/contextpilot","/cp"] |
You have ContextPilot enabled as a transparent proxy. All your LLM API requests are automatically routed through ContextPilot, which reorders documents in your context window for optimal retrieval performance.
When your request contains multiple documents (in system prompts or tool results), ContextPilot:
<documents>, <files>, etc.), numbered lists, separators, or markdown headers<documents><document>...</document></documents>, <files><file>...</file></files>[1] doc [2] doc [3] doc--- or ===# or ## headersCheck the X-ContextPilot-Result response header:
X-ContextPilot-Result: {"intercepted":true,"documents_reordered":true,"total_documents":5,"sources":{"system":1,"tool_results":1}}
Send these headers with your API requests to control behavior:
| Header | Values | Default |
|---|---|---|
X-ContextPilot-Enabled | true/false | true |
X-ContextPilot-Mode | auto/xml_tag/numbered/separator/markdown_header | auto |
X-ContextPilot-Scope | all/system/tool_results | all |
X-ContextPilot-Alpha | float | 0.001 |