Skip to main content
تشغيل أي مهارة في Manus
بنقرة واحدة

context-engineering

النجوم٢
التفرعات٠
آخر تحديث٢٥ يونيو ٢٠٢٦ في ١١:٥٨

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