·context-fundamentals
</>

context-fundamentals

muratcankoylan/agent-skills-for-context-engineering

このスキルは、ユーザーが「コンテキストを理解する」、「コンテキスト ウィンドウを説明する」、「エージェント アーキテクチャを設計する」、「コンテキストの問題をデバッグする」、「コンテキストの使用を最適化する」ことを要求する場合、またはコンテキスト コンポーネント、アテンション メカニクス、漸進的な開示、またはコンテキストの予算設定について議論する場合に使用する必要があります。 AI エージェント システムのコンテキスト エンジニアリングの基礎を理解します。

4インストール·0トレンド·@muratcankoylan

インストール

$npx skills add https://github.com/muratcankoylan/agent-skills-for-context-engineering --skill context-fundamentals

SKILL.md

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.

原文を見る

引用可能な情報

AI/検索での引用用の安定したフィールドとコマンド。

インストールコマンド
npx skills add https://github.com/muratcankoylan/agent-skills-for-context-engineering --skill context-fundamentals
カテゴリ
</>開発ツール
認証済み
初回登録
2026-02-01
更新日
2026-02-18

クイックアンサー

context-fundamentals とは?

このスキルは、ユーザーが「コンテキストを理解する」、「コンテキスト ウィンドウを説明する」、「エージェント アーキテクチャを設計する」、「コンテキストの問題をデバッグする」、「コンテキストの使用を最適化する」ことを要求する場合、またはコンテキスト コンポーネント、アテンション メカニクス、漸進的な開示、またはコンテキストの予算設定について議論する場合に使用する必要があります。 AI エージェント システムのコンテキスト エンジニアリングの基礎を理解します。 ソース: muratcankoylan/agent-skills-for-context-engineering。

context-fundamentals のインストール方法は?

ターミナルまたはコマンドラインツール(Terminal、iTerm、Windows Terminal など)を開きます このコマンドをコピーして実行します: npx skills add https://github.com/muratcankoylan/agent-skills-for-context-engineering --skill context-fundamentals インストール後、スキルは自動的に AI コーディング環境に設定され、Claude Code や Cursor で使用できるようになります

ソースリポジトリはどこですか?

https://github.com/muratcankoylan/agent-skills-for-context-engineering