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. Includes customizable templates and optional CI integration.

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "session-wrap-up-premium" with this command: npx skills add neroagent/session-wrap-up-premium

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/<project>/ — update progress
  • notes/resources/<topic> — 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.

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Security

SPIRIT State Sync

State Preservation & Identity Resurrection Infrastructure Tool (SPIRIT). Preserves AI agent identity, memory, and projects to a private Git repository. NEW:...

Registry SourceRecently Updated
7610Profile unavailable
General

会话日志分析

会话日志分析 - 搜索和分析历史会话日志,查找之前的对话内容和结果。

Registry SourceRecently Updated
00Profile unavailable
General

Session Context Compressor

Compress OpenClaw session context to reduce token usage and extend session lifetime. Uses NLP summarization (Sumy) to intelligently compact conversation history while preserving essential context. Triggers on mentions of session compression, token reduction, context cleanup, or when session size exceeds safe thresholds (~300KB). Use when (1) OpenClaw approaches 50% context limit, (2) Sessions are slowing down due to large context, (3) Reducing API costs from excessive token consumption, (4) Extending session lifetime without forced reboots.

Registry SourceRecently Updated
9000Profile unavailable
General

Session Summary

Automatically generate session summaries and save to Obsidian. Use at session end to capture decisions, progress, and next actions. Triggers on "セッション終了", "サ...

Registry SourceRecently Updated
2930Profile unavailable