session-wrap
This skill should be used when the user asks to "wrap up session", "end session", "session wrap", "/wrap", "document learnings", "what should I commit", or wants to analyze completed work before ending a coding session.
By ai-native-camp · 1,313 installs
npx skills add ai-native-camp/camp-2 --skill session-wrap
Source repository · Upstream listing
Session Wrap Skill
Comprehensive session wrap up workflow with multi agent analysis.
Execution Flow
Step 1: Check Git Status
Step 2: Phase 1 Analysis Agents (Parallel)
Execute 4 agents in parallel (single message with 4 Task calls).
Session Summary (Provide to all agents)
Parallel Execution
Agent Roles
Agent Role Output
doc updater Analyze CLAUDE.md/context.md updates Specific content to add
automation scout Detect automation patterns skill/command/agent suggestions
learning extractor Extract learning points TIL format summary
followup suggester Suggest follow up tasks Prioritized task list
Step 3: Phase 2 Validation Agent (Sequential)
Run after Phase 1 completes (dependency on Phase 1 results).
Step 4: Integrate Results
Step 5: Action Selection
Step 6: Execute Selected Actions
Execute only the actions selected by user.
Quick Reference
When to Use
End of significant work session
Before switching to different project
After completing a feature or fixing a bug
When to Skip
Very short session with trivial changes
Only reading/exploring code
Quick one off question answered
Arguments
Empty: Proceed interactively (full workflow)
Message provided: Use as commit message and commit directly
Additional Resources
See references/multi agent patterns.md for detailed orchestration patterns.