One-click install
npx skills add https://github.com/onebrain-ai/onebrain --skill wrapup-onebrain-ai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: wrapup
Source: https://github.com/onebrain-ai/onebrain/tree/main/.claude/plugins/onebrain/skills/wrapup
Command: npx skills add https://github.com/onebrain-ai/onebrain --skill wrapup-onebrain-ai

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill turns the end of a work session into a durable, searchable session log by generating a session summary and writing it to the session logs folder.

Core Features & Use Cases

  • Session summary logging: Produces a structured “Session Summary” and saves it to 07-logs/ (session log only).
  • Pause-thread aware wrapups: Detects active pause threads and optionally consolidates them into a thread wrapup log with deduplication (no summarization).
  • Checkpoint recovery & safety guards: Recovers orphan checkpoint groups when safe, preserves all unique checkpoint details, routes action items to project notes, and cleans up checkpoints after a successful write.

Quick Start

Ask OneBrain to run the wrapup flow when you say “bye” or “wrap up” so it saves the current session summary into the logs folder.

Frequently Asked Questions about wrapup

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I save an AI session summary to a persistent log?

Persistent session logs are created by generating a structured session summary and writing it to the logs folder for later recall. This ensures your AI work session is durable and searchable.

How does checkpoint recovery work when consolidating a paused thread?

Checkpoint recovery during a pause-thread consolidation works by recovering orphan checkpoint groups, preserving unique details through deduplication, and routing action items to project notes before safely cleaning up checkpoints after a successful write.

When do I need to use pause-thread aware session wrapups?

You need pause-thread aware session wrapups when you have active pause threads that require consolidation. This process detects active threads and incorporates pause snapshot contents into a thread wrapup log without summarization.

What is the safest way to clean up checkpoints after writing a session log?

The safest way to clean up checkpoints after writing a session log is to execute checkpoint cleanup only after a successful write operation is confirmed, ensuring no unique checkpoint details are lost during the session wrapup process.

Does session log writing require strict log-format compliance and anchored recovery-marker validation?

Yes, session log writing requires strict log-format compliance and anchored recovery-marker validation to ensure the persistent session log is durable, searchable, and accurately preserves all unique checkpoint details.