← 返回 Skills 市场
solomonneas

Memory Handoff

作者 Solomon Neas · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
47
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install memory-handoff
功能描述
Use at the end of any session that discovered durable knowledge (architecture decisions, root causes, setup gotchas, workflow changes, security findings, reu...
使用说明 (SKILL.md)

memory-handoff

Coding sessions die with their transcripts. A memory handoff is a short structured note that a memory owner (a long-lived agent, a teammate, or future you) can review and file into durable memory. This skill pairs with brigade, which lints and ingests handoffs, but works standalone.

When a handoff is warranted

Durable knowledge only: architecture decisions, non-obvious root causes, environment gotchas, workflow changes, security findings, reusable commands or patterns, user preferences, research findings. Not task chatter, not anything the repo already records (code, git history, existing docs).

Where to write it

  1. If the repo has a brigade inbox (check .brigade/ config) or an existing handoff dir (.claude/memory-handoffs/, .codex/memory-handoffs/), write there.
  2. Otherwise create .claude/memory-handoffs/ and write there.

Filename: YYYY-MM-DD-HHMM-\x3Cslug>.md

Format

# Memory Handoff

## Type
setup | workflow | bugfix | decision | security | preference | research | project-context

## Title
Short, specific title

## Summary
2 to 4 sentences. What happened and why it matters.

## Durable facts
- Fact 1
- Fact 2

## Evidence
- files changed: ...
- commands run: ...
- error strings: ...

## Recommended memory action
create-card | update-card | no-card

## Target card
descriptive-card-name.md

## Suggested card content
(the exact card to save; MUST start with YAML frontmatter)

brigade handoff lint requires the routing sections: Recommended memory action is mandatory, and for create-card/update-card the suggested card content must begin with YAML frontmatter. For no-card, replace the card sections with ## Target document and ## Suggested document content instead. When unsure of the destination system's exact expectations, scaffold with brigade handoff draft and fill it in.

Quality bar

  • Durable, not session fluff. If it will not matter in a month, do not write it.
  • Specific and verifiable. Exact paths, exact commands, exact error strings.
  • Under 400 words. The reviewer should route it without rethinking the session.
  • One handoff per distinct piece of knowledge. Two unrelated discoveries are two files.
  • Convert relative dates ("yesterday", "last week") to absolute dates.

Verify

If the brigade CLI is installed, run brigade handoff lint on the repo and fix what it flags. If not, re-read the handoff asking: could someone who was not in this session act on this?

Common mistakes

  • Writing a session narrative instead of extracted facts. The reviewer needs the knowledge, not the story.
  • Skipping the handoff because the session "was mostly debugging". Root causes are the single most valuable handoff type.
  • Editing the memory owner's canonical files directly instead of handing off. The handoff flow exists so a reviewer can veto.
安全使用建议
Install this if you want agents to save structured handoff notes for durable discoveries. Because those notes persist in the repo, review generated handoffs before sharing or ingesting them into a long-term memory system, especially when a session included sensitive context.
能力评估
Purpose & Capability
The stated purpose is durable knowledge handoff, and the artifact only instructs the agent to create a structured markdown note for architecture decisions, root causes, setup gotchas, security findings, reusable patterns, and similar long-lived information.
Instruction Scope
The trigger phrase includes broad wording such as "hand off," which could be invoked accidentally, but the body narrows use to durable knowledge and explicitly excludes task chatter or information already recorded elsewhere.
Install Mechanism
The artifact is a single non-executable SKILL.md file with no install script, package code, hidden payload, or dependency setup.
Credentials
The requested environment interaction is proportionate: check for existing brigade or handoff directories, write one local markdown handoff file, and optionally run a purpose-specific lint command if the brigade CLI is already installed.
Persistence & Privilege
The skill intentionally persists local notes under .claude or .codex memory-handoffs, but it does not request credentials, network access, background execution, privilege escalation, or direct edits to canonical memory files.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install memory-handoff
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /memory-handoff 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of memory-handoff skill. - Enables structured memory handoffs for sessions with durable knowledge. - Provides detailed guidance on when, where, and how to write a handoff note. - Defines a markdown template for handing off decisions, discoveries, or fixes. - Outlines quality standards to ensure handoff value and clarity. - Supports integration with brigade or standalone use.
元数据
Slug memory-handoff
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Memory Handoff 是什么?

Use at the end of any session that discovered durable knowledge (architecture decisions, root causes, setup gotchas, workflow changes, security findings, reu... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 47 次。

如何安装 Memory Handoff?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install memory-handoff」即可一键安装,无需额外配置。

Memory Handoff 是免费的吗?

是的,Memory Handoff 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Memory Handoff 支持哪些平台?

Memory Handoff 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Memory Handoff?

由 Solomon Neas(@solomonneas)开发并维护,当前版本 v1.0.0。

💬 留言讨论