·context-engineering
</>

context-engineering

zpankz/mcp-skillset

エージェント システムのコンポーネント、仕組み、およびコンテキストの制約を理解します。コマンド、スキル、またはサブエージェントのプロンプトを作成、編集、または最適化するときに使用します。

0インストール·0トレンド·@zpankz

インストール

$npx skills add https://github.com/zpankz/mcp-skillset --skill context-engineering

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.

Context as Finite Resource Context must be treated as a finite resource with diminishing marginal returns. Like humans with limited working memory, language models have an attention budget drawn on when parsing large volumes of context. Every new token introduced depletes this budget by some amount.

原文を見る

引用可能な情報

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

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

クイックアンサー

context-engineering とは?

エージェント システムのコンポーネント、仕組み、およびコンテキストの制約を理解します。コマンド、スキル、またはサブエージェントのプロンプトを作成、編集、または最適化するときに使用します。 ソース: zpankz/mcp-skillset。

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

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

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

https://github.com/zpankz/mcp-skillset