super-save

Compare original and translation side by side

🇺🇸

Original

English
🇨🇳

Translation

Chinese

Super Save

超级保存

Save important project knowledge based on what the user wants to preserve.
根据用户的需求保存重要的项目知识。

Step 1: Understand User Request

步骤1:理解用户请求

Analyze what the user is asking to save from the conversation.
分析用户希望从对话中保存的内容。

Step 2: Format Content

步骤2:格式化内容

[SAVE:<username>:<date>]

<Username> wanted to <goal/problem>.

Claude suggested <approach/solution>.

<Username> decided to <decision made>.

<key details, files if relevant>

[/SAVE]
Example:
[SAVE:prasanna:2026-02-04]

Prasanna wanted to create a skill for saving project knowledge.

Claude suggested using a separate container tag (repo_<hash>) for shared team knowledge.

Prasanna decided to keep it simple - no transcript fetching, just save what user asks for.

Files: src/save-project-memory.js, src/lib/container-tag.js

[/SAVE]
Keep it natural. Capture the conversation flow.
[SAVE:<用户名>:<日期>]

<用户名>想要<目标/问题>。

Claude建议<方法/解决方案>。

<用户名>决定<所做决策>。

<关键细节,相关文件(如有)>

[/SAVE]
示例:
[SAVE:prasanna:2026-02-04]

Prasanna想要创建一个用于保存项目知识的skill。

Claude建议使用独立的容器标签(repo_<hash>)来存储团队共享知识。

Prasanna决定保持简单——不获取对话记录,仅保存用户要求的内容。

文件: src/save-project-memory.js, src/lib/container-tag.js

[/SAVE]
保持表述自然,完整捕捉对话流程。

Step 3: Save

步骤3:保存

bash
node "${CLAUDE_PLUGIN_ROOT}/scripts/save-project-memory.cjs" "FORMATTED_CONTENT"
bash
node "${CLAUDE_PLUGIN_ROOT}/scripts/save-project-memory.cjs" "FORMATTED_CONTENT"