context-fundamentals
✓当用户要求“理解上下文”、“解释上下文窗口”、“设计代理架构”、“调试上下文问题”、“优化上下文使用”或讨论上下文组件、注意力机制、渐进式披露或上下文预算时,应该使用此技能。提供对 AI 代理系统的上下文工程的基础了解。
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/guanyang/antigravity-skills --skill context-fundamentals- 分类
- </>开发工具
- 认证
- ✓
- 收录时间
- 2026-02-01
- 更新时间
- 2026-02-18
快速解答
什么是 context-fundamentals?
当用户要求“理解上下文”、“解释上下文窗口”、“设计代理架构”、“调试上下文问题”、“优化上下文使用”或讨论上下文组件、注意力机制、渐进式披露或上下文预算时,应该使用此技能。提供对 AI 代理系统的上下文工程的基础了解。 来源:guanyang/antigravity-skills。
如何安装 context-fundamentals?
打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/guanyang/antigravity-skills --skill context-fundamentals 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code 或 Cursor 中使用
这个 Skill 的源码在哪?
https://github.com/guanyang/antigravity-skills
详情
- 分类
- </>开发工具
- 来源
- skills.sh
- 收录时间
- 2026-02-01