session-pack

Coordinate multi-agent session data into Memory and Handoff artifacts.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/lee6147/Claude --skill session-pack
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: session-pack
Source: https://github.com/lee6147/Claude/tree/main/skills/session-pack
Command: npx skills add https://github.com/lee6147/Claude --skill session-pack

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill orchestrates a multi-agent workflow to automatically capture, summarize, and propagate session context into Memory and Handoff artifacts. It ensures consistency across agents and seamless continuation between sessions.

Core Features & Use Cases

  • Memory extraction and consolidation from session transcripts
  • Automatic generation and updating of HANDOFF documents
  • Parallel analysis with deterministic phase flow for reliable handoffs
  • Use Case: during a long-running session, multiple agents analyze the discussion, produce memory bullets, and generate a handoff draft for the next session.

Quick Start

In an active collaboration, trigger the pack flow to execute memory extraction and handoff planning for the current session.

Frequently Asked Questions about session-pack

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate memory extraction and handoff across multiple agents in a long-running session?

You can automate memory extraction and handoff by triggering a multi-agent workflow that analyzes session transcripts, captures structured memory bullets, and generates handoff drafts. This ensures consistency across agents and seamless continuation between collaborative sessions.

What is the best way to generate structured session summaries for transitioning work between teams?

The best way to generate structured session summaries is using a deterministic six-phase workflow with parallel agents. This approach automatically consolidates session context into memory artifacts and handoff documents for reliable work transitions between teams.

How does multi-agent orchestration work for capturing session memory and handoff artifacts?

Multi-agent orchestration for session memory works by deploying two parallel agents that analyze session transcripts through a six-phase flow. They perform sequential duplicate checks and produce structured memory and handoff outputs with optional user approval.

Can I use automated workflow orchestration for collaborative sessions requiring structured memory capture?

Yes, automated workflow orchestration is designed for long-running, collaborative sessions requiring structured summaries and memory capture. It automatically propagates session context into memory and handoff artifacts to ensure consistency across agents.

Do I need user approval to generate handoff documents during an active collaboration session?

User approval is optional when generating handoff documents during an active collaboration. The automated workflow can produce structured outputs independently, but includes an optional approval step to review the memory and handoff artifacts before transitioning.

When should I not use session orchestration for memory and handoff automation?

You should avoid using session orchestration for memory and handoff automation in short, single-agent sessions that do not require structured summaries or team transitions, as the six-phase parallel agent workflow is designed for long-running, collaborative contexts.