save-insight

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

用于记录重要约束与修复,保证信息可追溯与复用。

这个 Skill 做什么

将关键决策、约束与证据持久保存到本地 RECALL 记忆中。

把重要决策、约束、命令、缺陷修复或长期需求持久地写进本地 RECALL 记忆,方便以后在项目里复用或追溯。当遇到需要保存有证据的、耐久性的项目上下文(如调试持久故障或确认过的命令)就用,不保存草稿。特点是只存本地目录(如 .recall 或老项目的 .codex_memory),并且只保存明确证据。

▸ 展开 SKILL.md 英文原文

Use this skill proactively when debugging a durable failure, when testing a verified command, when implementing an accepted decision, or when recording a standing requirement for future threads. Trigger when durable evidence should persist; invoke automatically only for explicit evidence, never drafts.

Skill 开发管理保存记忆决策记录持久化项目事实通用
0
Stars
0
Forks
8
仓库内 Skill
+0
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/0langa/RECALL/main/plugins/recall/skills/save-insight/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/0langa/RECALL/main/plugins/recall/skills/save-insight/SKILL.md"
SKILL.MD 节选查看完整文件 ↗
# Save Insight

Use this skill when the user asks the active coding agent to remember a decision, constraint, command, requirement, risk, preference, bug fix, task status, or other durable project context.

RECALL is local-only project memory. Store data under 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. Do not store secrets, credentials, tokens, private keys, passwords, or sensitive personal data.

## Execution Path

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