← 返回
未分类 中文

Session Wrap-Up Premium

Premium session wrap-up: flush daily log, update MEMORY, update PARA, git commit + push, generate summary. Ensures zero context loss between sessions. Includ...
Premium session wrap-up: flush daily log, update MEMORY, update PARA, git commit + push, generate summary. Ensures zero context loss between sessions. Includ...
neroagent neroagent 来源
未分类 clawhub v1.0.0 1 版本 100000 Key: 无需
★ 0
Stars
📥 439
下载
💾 0
安装
1
版本
#git#latest#persistence#session#wrap-up

概述

Session Wrap-Up Premium

End sessions with confidence. This skill automates the entire wrap-up process: context preservation, git commit, and PARA second-brain updates.

Why Wrap Up?

Without a proper wrap-up:

  • Today's insights get lost in the chat stream
  • Git history is sparse, missing mental-model context
  • Open loops forgotten between sessions
  • Rehashing old ground wastes tokens

With this skill:

  • Every session yields a structured daily log entry
  • MEMORY.md gets updated with lasting learnings
  • Git commits capture session summaries
  • PARA notes stay current
  • New session starts with full context

The Protocol

1. Flush to Daily Log

Append to memory/YYYY-MM-DD.md:

## 2026-04-01 Session Summary

**Key topics:**
- Configured qwen settings
- Built compaction survival WAL
- Analyzed Claude Code leak

**Decisions:**
- Use ToolRegistry pattern for all new skills
- Adopt mcp-server-discovery for tool ecosystem

**Code/config that worked:**
- `~/.qwen/settings.json` template
- `memory-stack-core` WAL implementation

**Problems solved:**
- Go builds segfault in PRoot → decided to external build

**Lessons learned:**
- Layered memory is crucial for long-running agents
- Permission gating prevents accidental deletes

**Open loops:**
- Build ollama binary on external machine
- Integrate ToolRegistry into core agent

2. Update MEMORY.md

If significant, add to curated long-term memory:

## 2026-04-01

**Prefers:** Action over explanation; concise communication; revenue-focused decisions  
**Learned:** ToolRegistry pattern from claw-code leak provides clean tool manifest system  
**Decided:** Phase 2 adoption: replace ad-hoc skill calls with registry-based execution  
**Open:** Need external build server for Rust/Go binaries

3. Update PARA

PARA = Projects, Areas, Resources, Archives.

Updates (automatic):

  • notes/areas/open-loops.md — mark completed items with ✅, add new unfinished
  • notes/projects// — update progress
  • notes/resources/ — add new reference material

4. Git Commit & Push

git add -A
git commit -m "wrap-up: 2026-04-01 session summary"
git push

Automatic, no confirmation (by design — you already approved by running wrap_up).

5. Report Summary

Output concise report to user:

## Session Wrap-Up Complete ✅

**Captured to daily log:** (12 entries)
**Updated:** MEMORY.md (added 3 items)
**PARA:** notes/areas/open-loops.md (marked 2 complete, added 1 new)
**Committed:** wrap-up: 2026-04-01 session summary
**Pushed:** origin main

Ready for new session! ⚡

Usage

Command

tool("session-wrap-up-premium", "wrap_up", {
  "commit_message": "wrap-up: auto-generated",
  "push": true,
  "update_para": true
})

Or via slash command in interactive mode: /wrap_up

Configuration

Optional session-wrap-up-config.json:

{
  "git": {
    "auto_push": true,
    "branch": "main"
  },
  "para": {
    "enabled": true,
    "open_loops_file": "notes/areas/open-loops.md"
  },
  "template": {
    "sections": ["topics", "decisions", "code", "problems", "lessons", "loops"]
  }
}

Integration with Other Skills

  • memory-stack-core: Wrap-up can optionally archive WAL entries older than 30 days to memory/wal-archive.jsonl
  • git-status-summary: Used to detect changes for commit
  • agent-oversight: Wrap-up logs its outcome to learnings.md

Premium Features (vs Free Alternatives)

  • Auto-PARA updates — free versions just flush logs
  • Git push automation — avoids manual steps
  • Template engine — customizable sections
  • CI integration — can run as GitHub Action on schedule (future)

Pricing

$29 one-time. Includes lifetime updates.


Based on ClawHub's session-wrap-up skill, enhanced with PARA and git automation.

版本历史

共 1 个版本

  • v1.0.0 当前
    2026-05-07 16:09 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

ai-agent

Find Skills

guipi888
场景驱动+关键词双模式技能发现工具。当用户用自然语言描述场景/需求(如"我想做一个海报""帮我分析股票"),或明确说"安装技能/find skills/找个skill"时,自动从官方内置、本地已安装、SkillHub、虾评、GitHub、C
★ 1,459 📥 507,194
dev-programming

Git Workflows Advanced

neroagent
高级Git操作工具:交互式变基(带自动合并)、工作树管理、reflog恢复、子树/子模块处理、跨fork的cherry-pick
★ 0 📥 344
ai-agent

Self-Improving + Proactive Agent

ivangdavila
自我反思+自我批评+自我学习+自组织记忆。智能体评估自身工作、发现错误并持续改进。
★ 1,394 📥 322,231