Claude Code Plugins

Community-maintained marketplace

Feedback

Session Summary Generator

@majiayu000/claude-skill-registry
27
0

Generate comprehensive session summary for Leavn work - commits, metrics, achievements, remaining work, ship readiness

Install Skill

1Download skill
2Enable skills in Claude

Open claude.ai/settings/capabilities and find the "Skills" section

3Upload to Claude

Click "Upload skill" and select the downloaded ZIP file

Note: Please verify skill by going through its instructions before using it.

SKILL.md

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:

    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