ما هي context-fundamentals؟
فهم المكونات والميكانيكا وقيود السياق في أنظمة الوكيل. يُستخدم عند تصميم بنيات الوكيل، أو تصحيح الأخطاء المرتبطة بالسياق، أو تحسين استخدام السياق. المصدر: shipshitdev/library.
فهم المكونات والميكانيكا وقيود السياق في أنظمة الوكيل. يُستخدم عند تصميم بنيات الوكيل، أو تصحيح الأخطاء المرتبطة بالسياق، أو تحسين استخدام السياق.
ثبّت مهارة الذكاء الاصطناعي context-fundamentals بسرعة في بيئة التطوير لديك عبر سطر الأوامر
المصدر: shipshitdev/library.
Context is the complete state available to a language model at inference time. It includes everything the model can attend to when generating responses: system instructions, tool definitions, retrieved documents, message history, and tool outputs. Understanding context fundamentals is prerequisite to effective context engineering.
Context comprises several distinct components, each with different characteristics and constraints. The attention mechanism creates a finite budget that constrains effective context usage. Progressive disclosure manages this constraint by loading information only as needed. The engineering discipline is curating the smallest high-signal token set that achieves desired outcomes.
System Prompts System prompts establish the agent's core identity, constraints, and behavioral guidelines. They are loaded once at session start and typically persist throughout the conversation. System prompts should be extremely clear and use simple, direct language at the right altitude for the agent.
حقول وأوامر مستقرة للاقتباس في أنظمة الذكاء الاصطناعي والبحث.
npx skills add https://github.com/shipshitdev/library --skill context-fundamentalsفهم المكونات والميكانيكا وقيود السياق في أنظمة الوكيل. يُستخدم عند تصميم بنيات الوكيل، أو تصحيح الأخطاء المرتبطة بالسياق، أو تحسين استخدام السياق. المصدر: shipshitdev/library.
افتح الطرفية أو أداة سطر الأوامر لديك مثل Terminal أو iTerm أو Windows Terminal انسخ ونفّذ هذا الأمر: npx skills add https://github.com/shipshitdev/library --skill context-fundamentals بعد التثبيت، سيتم إعداد المهارة تلقائيا في بيئة البرمجة بالذكاء الاصطناعي لديك وتصبح جاهزة للاستخدام في Claude Code أو Cursor أو OpenClaw
https://github.com/shipshitdev/library