session-wrap-skill — Cursor Agents | Neura Market
    Neura MarketNeura Market/Cursor
    ChatGPTChatGPTClaudeClaudeGeminiGeminiCursorCursorGrokGrokPerplexityPerplexityDeepSeekDeepSeek
    CoPilotCoPilotStable DiffusionStable DiffusionMidjourneyMidjourney
    View All Directories
    OverviewRulesPromptsMCPsAgentsBlogVideosGuidesCoursesCommunityExtensionsTrendingGenerate
    CursorAgentssession-wrap-skill
    Back to Agents
    session-wrap-skill

    session-wrap-skill

    redredchen01 March 25, 2026
    4 copies 0 downloads

    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.

    Agent Definition
    # 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.
    
    [![npm](https://img.shields.io/npm/v/session-wrap-skill)](https://www.npmjs.com/package/session-wrap-skill)
    [![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](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 

    Tags

    ai-agentamazon-qclaude-codeclinecodexcursordeveloper-toolsgemini-climemoryopenclaw

    Comments

    More Agents

    View all
    documentation

    Documentation & Onboarding Agent

    Agent that generates comprehensive documentation, API references, architecture diagrams, and developer onboarding guides from existing code.

    C
    Community
    debugging

    Cursor Bug Triage Agent

    Agent configuration for systematic bug investigation that traces issues from error logs through the codebase to root cause with suggested fixes.

    C
    Community
    api

    API Integration Agent

    Agent for integrating third-party APIs including SDK setup, type generation, error handling, retry logic, and rate limit management.

    C
    Community
    coding

    Cursor Agent Mode

    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.

    C
    Cursor Team
    cloud

    Cursor Background Agent

    Cloud-based autonomous coding agent that runs in the background on remote sandboxed environments, handling complex multi-step tasks while you continue working.

    C
    Cursor Team
    composer

    Cursor Composer Agent

    Cursor's multi-file editing agent within Composer mode that can create, edit, and delete files across your entire project in a single conversation.

    C
    Cursor Team

    Stay up to date

    Get the latest Cursor prompts, rules, and resources delivered to your inbox weekly.

    Neura Market LogoNeura Market

    Discover the best AI prompts, plugins, and resources for Cursor and more.

    Content Types

    • Rules
    • Prompts
    • MCPs
    • Agents
    • Guides

    Platforms

    • ChatGPT Directory
    • Claude Directory
    • Gemini Directory
    • Cursor Directory
    • Grok Directory
    • Perplexity Directory
    • DeepSeek Directory
    • CoPilot Directory
    • Stable Diffusion Directory
    • Midjourney Directory
    • All Directories

    Resources

    • Blog
    • Documentation
    • Help Center
    • Marketplace

    Legal

    • Privacy Policy
    • Terms of Service

    © 2026 Neura Market. All rights reserved.

    |

    Not affiliated with any AI platform vendors.