# Wrap

> End-of-session wrap-up: capture learnings, save handoff, update activity log.

- Skill: `rhythmmittal19/wrap` (Agent Skill)
- Install (CLI): `npx skillmds@latest add rhythmmittal19/wrap`
- Raw SKILL.md: https://api.skillmd.com/api/skills/rhythmmittal19/wrap/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: RhythmMittal19 (https://skillmd.com/u/rhythmmittal19)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/rhythmmittal19/wrap

---


## Session Wrap-Up Protocol

### Step 1: Capture Learnings
Review this session and extract:
- What patterns worked well
- What failed or needed correction
- Any conventions established
- Decisions made and their reasoning

Append to `learnings.md` using this format:
```markdown
## [date] — [task type]
- **[CATEGORY]** [LOW/MED/HIGH]: Description of learning
```

### Step 2: Create Handoff
If significant work was done, create/update `.claude/session-handoff.md`:
- What was done (with file names)
- Current state (working/broken/partial)
- Next steps (prioritized)

### Step 3: Log Activity
```bash
echo "[Session wrap $(date '+%Y-%m-%d %H:%M')] — [brief task description]" >> ~/.claude/activity.log
```

### Step 4: Summary
Report:
- Learnings captured: [count]
- Handoff created: [yes/no]
- Suggested next session focus: [priority item]

