Generate comprehensive session summary for Leavn work - commits, metrics, achievements, remaining work, ship readiness
Scanned 2/12/2026
Install via CLI
openskills install majiayu000/claude-skill-registry---
name: Session Summary Generator
description: Generate comprehensive session summary for Leavn work - commits, metrics, achievements, remaining work, ship readiness
allowed-tools: Bash, Read, Write
---
# Session Summary Generator
Create session wrap-up:
1. **Git stats**:
```bash
git log --oneline --since="today"
git diff --shortstat {start-commit}
```
2. **Count achievements**:
- Files modified
- Lines added/deleted
- Bugs fixed
- Features completed
3. **Create summary doc**:
- SESSION_SUMMARY.md
- Commits list
- Metrics
- Achievements
- Next steps
- Ship readiness
Use when: Session ending, need summary, planning next work
No comments yet. Be the first to comment!
Interact with the Paperclip control plane API to manage tasks, coordinate with other agents, and follow company governance. Use when you need to check assignments, update task status, delegate work, post comments, set up or manage routines (recurring scheduled tasks), or call any Paperclip API endpoint. Do NOT use for the actual domain work itself (writing code, research, etc.) — only for Paperclip coordination.