Agent Skills
› AjayIrkal23/agentic-mercy-10x
› strategic-compact
strategic-compact
GitHub该技能是 context-engineering 的别名,建议在任务阶段的逻辑间隔处手动进行上下文压缩,以在长周期任务中保持上下文完整性。实际方法内容已迁移至 context-engineering 相关路径,调用时请直接使用 context-engineering。
Trigger Scenarios
需要管理长对话或复杂任务的上下文窗口时
希望主动优化上下文存储而非被动截断时
Install
npx skills add AjayIrkal23/agentic-mercy-10x --skill strategic-compact -g -y
SKILL.md
Frontmatter
{
"name": "strategic-compact",
"schema": 1,
"alias_of": "context-engineering",
"triggers": {
"paths": [],
"intents": [],
"keywords": [
"arbitrary",
"auto-compaction",
"compact",
"compaction",
"context",
"intervals",
"logical",
"manual",
"phases",
"preserve",
"rather",
"strategic",
"suggests",
"task",
"through"
]
},
"provenance": "self",
"description": "Suggests manual context compaction at logical intervals to preserve context through task phases rather (alias of context-engineering).",
"user-invocable": true
}
strategic-compact
Alias of context-engineering. The method content now lives at context-engineering/references/compaction.md (supporting material, if any, at context-engineering/references/strategic-compact/). Invoke context-engineering.
Version History
- 581d130 Current 2026-07-19 09:14


