ctx-pack

仓库创建 2026年7月6日最近提交 23 天前SkillHot 收录 22 天前
▸ 精选理由

高效构造任务级上下文,适合写作与决策前准备

这个 Skill 做什么

为特定任务收集并打包所需文件、记忆与差异以供代理使用

在动手写文档、做决策或规划前,把需要的文件、记忆、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).

开发编程上下文打包任务归纳文件聚合通用
0
Stars
0
Forks
9
仓库内 Skill
+0
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/arniesaha/ctxops/main/skills/ctx-pack/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/arniesaha/ctxops/main/skills/ctx-pack/SKILL.md"
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
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有