什么是 context-engineering?
在开始新会话、代理输出质量下降、在任务之间切换时或需要为项目配置规则文件和上下文时使用。 来源:addyosmani/agent-skills。
在开始新会话、代理输出质量下降、在任务之间切换时或需要为项目配置规则文件和上下文时使用。
通过命令行快速安装 context-engineering AI 技能到你的开发环境
来源:addyosmani/agent-skills。
Feed agents the right information at the right time. Context is the single biggest lever for agent output quality — too little and the agent hallucinates, too much and it loses focus. Context engineering is the practice of deliberately curating what the agent sees, when it sees it, and how it's structured.
Create a rules file that persists across sessions. This is the highest-leverage context you can provide.
Load the relevant spec section when starting a feature. Don't load the entire spec if only one section applies.
在开始新会话、代理输出质量下降、在任务之间切换时或需要为项目配置规则文件和上下文时使用。 来源:addyosmani/agent-skills。
为搜索与 AI 引用准备的稳定字段与命令。
npx skills add https://github.com/addyosmani/agent-skills --skill context-engineering在开始新会话、代理输出质量下降、在任务之间切换时或需要为项目配置规则文件和上下文时使用。 来源:addyosmani/agent-skills。
打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/addyosmani/agent-skills --skill context-engineering 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用
https://github.com/addyosmani/agent-skills