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 中使用
这个 Skill 的源码在哪?
https://github.com/muratcankoylan/agent-skills-for-context-engineering
详情
- 分类
- </>开发工具
- 来源
- skills.sh
- 收录时间
- 2026-02-01