Universal AI agent memory persistence — auto-save project context at session end. 19+ agents: Claude Code, Codex, Gemini CLI, Cursor, Windsurf, Cline, OpenClaw, OpenHands, Amazon Q, and more.
# session-wrap v3.5 **通用 AI Agent 記憶持久化 + 多 Agent 協作工具** — 對話結束自動保存上下文,下次無縫接續。v3.5 整合 7 個 Agent 協作工具。支援 19+ AI 平台。 Universal memory persistence + multi-agent coordination for every AI agent. Say "wrap up" — context survives to the next session. [](https://www.npmjs.com/package/session-wrap-skill) [](LICENSE) --- ## 痛點 / The Problem 每次開新 AI 對話: ``` 你:我們在做 XXX 專案,用 YYY 技術,上次做到 ZZZ... 你:對,那個 bug 是因為 AAA,我們決定用 BBB 方案... ``` **重複解釋上下文 = 浪費時間 + 遺漏關鍵資訊。** ## 解法 / The Solution ``` 你:收工 ``` AI 自動掃描 → 記憶寫入 → 維護壓縮 → 下次自動載入。**零手動。** --- ## 一鍵安裝 / One-Click Install ### 方法一:npx(推薦,自動偵測平台) ```bash npx session-wrap-skill install ``` 自動偵測你用的 agent,安裝到正確位置。輸出範例: ``` 🧠 session-wrap-skill installer Detected 2 platform(s): ✅ Claude Code → ~/.cursor/skills/session-wrap/SKILL.md ✅ Cursor → .cursor/rules/session-wrap.mdc ✨ Done! Say '收工' or 'wrap up' to save context at session end. ``` ### 方法二:Shell 腳本(不需要 Node.js) ```bash curl -fsSL https://raw.githubusercontent.com/redredchen01/session-wrap-skill/main/install.sh | bash ``` ### 方法三:npm 安裝 ```bash npm install session-wrap-skill npx session-wrap-skill install ``` ### 方法四:手動安裝 ```bash git clone https://github.com/redredchen01/session-wrap-skill.git ``` 各平台手動複製: ```bash # Claude Code mkdir -p ~/.cursor/skills/session-wrap cp session-wrap-skill/SKILL.md ~/.cursor/skills/session-wrap/SKILL.md # Cursor mkdir -p .cursor/rules cp session-wrap-skill/SKILL.md .cursor/rules/session-wrap.mdc # Cline / Roo Code cp session-wrap-skill/SKILL.md .cline/rules/session-wrap.md cp session-wrap-skill/SKILL.md .roo/rules/session-wrap.md # OpenClaw mkdir -p ~/.openclaw/skills/session-wrap cp session-wrap-skill/SKILL.md ~/.openclaw/skills/session-wrap/SKILL.md # Codex / Cursor CLI / Amp / Cursor / 其他 cat session-wrap-skill/SKILL.md >> AGENTS.md # 或 CLAUDE.md / AGENT.md ``` ### 移除 / Uninstall ```bash npx
Agent that generates comprehensive documentation, API references, architecture diagrams, and developer onboarding guides from existing code.
Agent configuration for systematic bug investigation that traces issues from error logs through the codebase to root cause with suggested fixes.
Agent for integrating third-party APIs including SDK setup, type generation, error handling, retry logic, and rate limit management.
Cursor's built-in autonomous coding agent that can make multi-file edits, run terminal commands, search the codebase, and iteratively build features with minimal human intervention.
Cloud-based autonomous coding agent that runs in the background on remote sandboxed environments, handling complex multi-step tasks while you continue working.
Cursor's multi-file editing agent within Composer mode that can create, edit, and delete files across your entire project in a single conversation.