·filesystem-context

このスキルは、ユーザーが「コンテキストをファイルにオフロードする」、「動的なコンテキスト検出を実装する」、「エージェントのメモリにファイルシステムを使用する」、「コンテキスト ウィンドウの肥大化を減らす」ことを要求する場合、またはファイルベースのコンテキスト管理、ツール出力の永続性、エージェントのスクラッチ パッド、またはジャストインタイムのコンテキスト ロードに言及する場合に使用する必要があります。

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

インストール

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

SKILL.md

The filesystem provides a single interface through which agents can flexibly store, retrieve, and update an effectively unlimited amount of context. This pattern addresses the fundamental constraint that context windows are limited while tasks often require more information than fits in a single window.

The core insight is that files enable dynamic context discovery: agents pull relevant context on demand rather than carrying everything in the context window. This contrasts with static context, which is always included regardless of relevance.

Context engineering can fail in four predictable ways. First, when the context an agent needs is not in the total available context. Second, when retrieved context fails to encapsulate needed context. Third, when retrieved context far exceeds needed context, wasting tokens and degrading performance. Fourth, when agents cannot discover niche information buried in many files.

原文を見る

引用可能な情報

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

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

クイックアンサー

filesystem-context とは?

このスキルは、ユーザーが「コンテキストをファイルにオフロードする」、「動的なコンテキスト検出を実装する」、「エージェントのメモリにファイルシステムを使用する」、「コンテキスト ウィンドウの肥大化を減らす」ことを要求する場合、またはファイルベースのコンテキスト管理、ツール出力の永続性、エージェントのスクラッチ パッド、またはジャストインタイムのコンテキスト ロードに言及する場合に使用する必要があります。 ソース: muratcankoylan/agent-skills-for-context-engineering。

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

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

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

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