context-engineering
仓库创建 2026年2月16日最近提交 21 小时前SkillHot 收录 20 天前
▸ 精选理由
对任何使用多轮或复杂提示的Agent都高度增效,降低幻觉与偏差。
这个 Skill 做什么
规划与管理Agent会话上下文以提升输出质量与稳定性。
把给 AI 的上下文精心组织好:什么时候给、给多少、以什么格式给,来提高输出质量并避免跑题或幻觉。在新会话、输出变差或任务切换时使用,也用于配置规则文件和项目上下文。关键是平衡信息量,既防止信息不足,又避免上下文噪声让模型失焦。
▸ 展开 SKILL.md 英文原文
Optimizes agent context setup. Use when starting a new session, when agent output quality degrades, when switching between tasks, or when you need to configure rules files and context for a project.
8.1w
Stars
8.7k
Forks
24
仓库内 Skill
+10.0k
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/addyosmani/agent-skills/main/skills/context-engineering/SKILL.md或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/addyosmani/agent-skills/main/skills/context-engineering/SKILL.md"SKILL.MD 节选查看完整文件 ↗
# Context Engineering ## Overview 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. ## When to Use - Starting a new coding session - Agent output quality is declining (wrong patterns, hallucinated APIs, ignoring conventions) - Switching between different parts of a codebase - Setting up a new project for AI-assisted development - The agent is not following project conventions ## The Context Hierarchy Structure context from most pers
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有