Summary
当系统提示词需要设计 token 预算分配、上下文压缩策略、延迟加载机制、记忆持久化方案时调用此 Skill。适用于长对话 AI 助手、代码编辑器集成、研究型 Agent、多会话系统等需要精细管理上下文窗口的场景。不适用于:单轮交互系统(无上下文管理需求)、纯无状态 API(无对话历史)、简单的 prompt…
kangarooking/system-prompt-skills
当系统提示词需要设计 token 预算分?
npx skills add kangarooking/system-prompt-skills --skill context-management
当系统提示词需要设计 token 预算分配、上下文压缩策略、延迟加载机制、记忆持久化方案时调用此 Skill。适用于长对话 AI 助手、代码编辑器集成、研究型 Agent、多会话系统等需要精细管理上下文窗口的场景。不适用于:单轮交互系统(无上下文管理需求)、纯无状态 API(无对话历史)、简单的 prompt…
Related neighbors and high-traction skills in the same topics — useful to compare before installing.
Two-tier memory system that makes Claude a true workplace collaborator. Decodes shorthand, acro…
7K installsSimple task management using a shared TASKS.md file. Reference this when the user asks about th…
6.8K installsAnalyze AWS costs, find savings, manage budgets, evaluate Savings Plans and Reserved Instances,…
6.6K installsManages connected MCP sources for enterprise search. Detects available sources, guides users to…
4.8K installsManage the month-end close process with task sequencing, dependencies, and status tracking. Use…
2.7K installsManage state in your Flutter application
1.1K installsOther skills from kangarooking/system-prompt-skills · top by installs.
npx skills add kangarooking/system-prompt-skills
Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.
main
Parsed from SKILL.md frontmatter.
Files included with this skill beyond the listing page.
SKILL.md
7,274 B
SUMMARY.md
568 B
跨供应商系统提示词中浮现的上下文管理核心模式:Gemini CLI 将上下文窗口称为"最珍贵的资源"并配合子代理压缩;Claude Code 使用文件级记忆(MEMORY.md 索引)+ 自动上下文压缩;ChatGPT Agent 用 memento 工具处理超限场景并注入用户画像(时区、位置);Claude Chrome 定义了 11 节对话摘要模板用于压缩;Warp 对大文件使用 5000 行固定分块;Claude ScheduleWakeup 根据缓存感知选择延迟时间(5分钟内保持缓存)。核心共识:上下文窗口是稀缺资源,必须主动管理。
{{1}})、省略标记、引用编号(Claude Design 的 [id:mNNNN])filepath:linenumber 格式精确定位,回复末尾附加 1-2 句摘要search-integration 的区别: search-integration 管理外部信息的获取,本 Skill 管理已有信息的存储和压缩agent-delegation 的区别: agent-delegation 管理多代理间的任务分配和结果汇总,本 Skill 管理单代理内的信息生命周期output-formatting 的区别: output-formatting 控制输出形式,本 Skill 控制输入侧的信息密度