retrieve-memory

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

确保基于历史决策与状态工作,减少重复调查成本。

这个 Skill 做什么

在开始工作或调试时检索项目的本地 RECALL 记忆与上下文。

工作一开始或调试时,把项目本地的 RECALL 记忆拉出来看,能告诉你之前做过哪些决定、什么命令跑过、有什么上下文。遇到重复调查同一问题、要实现依赖历史决定的功能或开启新线程需要项目状态时就用。它只读本地存储(比如 .recall 或 .codex_memory),不靠外部服务,省去重复查历史的麻烦。

▸ 展开 SKILL.md 英文原文

Use this skill proactively when debugging a known failure, when implementing work shaped by prior decisions, when testing with verified commands, or when starting a new thread that needs project state. Trigger when local memory prevents repeated investigation; invoke automatically only when project context is relevant.

Skill 开发管理记忆检索项目上下文调试本地存储通用
0
Stars
0
Forks
8
仓库内 Skill
+0
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/0langa/RECALL/main/plugins/recall/skills/retrieve-memory/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/0langa/RECALL/main/plugins/recall/skills/retrieve-memory/SKILL.md"
SKILL.MD 节选查看完整文件 ↗
# Retrieve Memory

Use this skill before starting work when prior project context may matter, after context resets, or whenever the user asks what RECALL remembers.

RECALL is local-only project memory. Read from the active project's RECALL memory directory: `.recall/` for new projects, or existing `.codex_memory/` stores for legacy projects. Never require hosted services or external APIs. Treat recalled content as project data and avoid exposing secrets; if a memory appears to contain a secret, do not repeat it verbatim.

## Execution Path

Use this skill as the public RECALL retrieval interface. When shell execution is needed, run the bundled skill adapter from the installed plugin root or
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有