wrap-up

Capture end-of-session work into dated logs and project documentation.

148|30|Updated Mar 26, 2026
One-click install
npx skills add https://github.com/aspi6246/Claude-Code-Skills-for-Academics --skill wrap-up-aspi6246
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: wrap-up
Source: https://github.com/aspi6246/Claude-Code-Skills-for-Academics/tree/main/wrap-up
Command: npx skills add https://github.com/aspi6246/Claude-Code-Skills-for-Academics --skill wrap-up-aspi6246

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Prevents valuable research, code, and decisions from being lost when a session ends by automatically documenting what happened and preserving it for future continuity.

Core Features & Use Cases

  • Session Log Capture: Creates or appends a dated session log under Code/_Claude Session Logs/ with accomplishments, decisions, problems, files touched, and where work paused.
  • Project Convention Updates: Reviews and updates CLAUDE.md with any meaningful new conventions, paths, commands, or gotchas discovered during the session.
  • Workflow Hygiene: Updates README.md to reflect folder-structure changes and refreshes PINBOARD.md with any outstanding tasks, open questions, paper leads, ideas, or data issues.

Quick Start

Use the wrap-up skill when you finish a work session and want everything saved, logged, and carried forward without extra questions.

Frequently Asked Questions about wrap-up

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

FAQPage Schema
How do I preserve research context and prevent data loss when ending a coding or debugging session?

To preserve research context and prevent data loss, you can capture end-of-session work into a dated session log that records accomplishments, decisions, files touched, and where work paused. This ensures session continuity for future workflows.

What is the best way to document project conventions and workflow hygiene during a bounded interaction window?

The best way to document workflow hygiene is by silently updating project files like CLAUDE.md with new conventions, refreshing README.md for folder-structure changes, and adding outstanding tasks or data issues to PINBOARD.md.

Can I automatically create a git commit for only the files touched during my current research workflow?

Yes, you can create an optional session-scoped git commit that includes only the files touched during your bounded interaction window, ensuring your version control accurately reflects the specific work completed.

Does session logging work for academic finance research and data profiling workflows?

Session logging works for academic finance research, data profiling, code, writing, and review workflows by capturing decisions and problems into durable project documentation before moving on, preventing loss of research context.

How do I update a dated session log without being prompted with extra questions?

You can update a dated session log without extra questions by using a wrap-up process that performs silent stepwise updates to the log file, automatically appending accomplishments and where work paused as the session ends.