OverviewHistoryStatsSecurity
npx skills add ...
Documentation
SKILL.md
npx skills add ai-native-camp/camp-2 --skill 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.
npx skills add ai-native-camp/camp-2 --skill session-wrap
Comprehensive session wrap-up workflow with multi-agent analysis.
Execute 4 agents in parallel (single message with 4 Task calls).
| 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 |
Run after Phase 1 completes (dependency on Phase 1 results).
Execute only the actions selected by user.
See references/multi-agent-patterns.md for detailed orchestration patterns.