ctx-pack
高效构造任务级上下文,适合写作与决策前准备
为特定任务收集并打包所需文件、记忆与差异以供代理使用
在动手写文档、做决策或规划前,把需要的文件、记忆、diff 和未结事项打包成一个紧凑的上下文包。适合要立刻起草、头脑风暴或评估选项前用,让后续工作不被遗漏重要信息。输出包含目标、当前状态、已决策点、未解决问题、风险和下一步行动,便于后续代理直接上手。
▸ 展开 SKILL.md 英文原文
WHEN you need task-specific grounding before writing, deciding, or building. Pulls files, memory, diffs, and open threads into one pack. Triggers: 'ground in what exists', 'before I draft this', 'gather context for X', 'set up before brainstorm/decision', any moment you're tempted to dispatch parallel grounding agents. OUTPUT: a compact pack (goal, current state, decisions made, open threads, risks, next actions). PAIR BEFORE: artifact-packager, status-update, decision-review. NOT FOR: repo resume/handoff (use project-briefing), 'did we already do X' (use recall-prior-work).
帮我安装这个 skill:https://raw.githubusercontent.com/arniesaha/ctxops/main/skills/ctx-pack/SKILL.mdcurl -fsSL "https://raw.githubusercontent.com/arniesaha/ctxops/main/skills/ctx-pack/SKILL.md"# ctx-pack Use when grounding a specific task: drafting a doc, making a decision, planning a change. Different from `project-briefing` (whole-repo resume) and `recall-prior-work` (memory-only lookup). ## Workflow 1. Identify the target: project, decision, artifact, person, or workflow. 2. Load the smallest useful set of sources: - current status docs - persistent memory for the project, if a memory tool is available (e.g. claude-mem `search`/`timeline`; use `recall-prior-work` if the answer depends on prior sessions) - relevant repo files - recent commits or diffs - implementation notes or deviation logs from prior runs (e.g. `implementation-notes.md`), if present - open