hive.note-taking

仓库创建 2026年1月12日最近提交 1 个月前SkillHot 收录 21 天前
▸ 精选理由

便于长期任务跟踪与临时信息保存,减少重复查询与信息丢失。

这个 Skill 做什么

维护结构化工作笔记以保存决策、提取值和未解决问题,防止信息丢失。

维护一个结构化的临时笔记区,把决策、抽取的关键信息和未解决的问题记下来,防止上下文被裁剪掉就丢失重要线索。用在日常工作中需要保存短期记忆但又不适合丢进任务队列的场景。特点是轻量、共享的工作缓冲,强调不要把任务队列的内容重复搬进来。

▸ 展开 SKILL.md 英文原文

Maintain a free-form scratchpad of decisions, extracted values, and open questions so context pruning doesn't lose anything you still need.

Skill 开发管理笔记工作缓冲上下文管理通用
1.1w
Stars
5.7k
Forks
18
仓库内 Skill
+136
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/aden-hive/hive/main/core/framework/skills/_default_skills/note-taking/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/aden-hive/hive/main/core/framework/skills/_default_skills/note-taking/SKILL.md"
SKILL.MD 节选查看完整文件 ↗
## Operational Protocol: Structured Note-Taking

Maintain free-form working notes in shared buffer key `_working_notes` for data that *you* need to remember but that isn't captured by the colony task queue.

**Do not duplicate the queue in here.** Per-task goal, ordered steps, and SOP gates live in `progress.db` — use `hive.colony-progress-tracker` for those. These notes are for things the DB schema doesn't cover.

Update at these checkpoints:

- After receiving new information that changes how you plan to approach the current step
- Before any tool call that will produce substantial output you'll need to reference later
- When you make a non-obvious decision whose *why* would be lost if the
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有