session-management

Manage Loom orchestration session state with YAML-based lifecycle tracking.

2|Updated Apr 4, 2026
One-click install
npx skills add https://github.com/Nickalus12/Loom --skill session-management-nickalus12
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: session-management
Source: https://github.com/Nickalus12/Loom/tree/main/claude/skills/session-management
Command: npx skills add https://github.com/Nickalus12/Loom --skill session-management-nickalus12

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Loom orchestration requires robust session state management across phases: creation, updates, resumption, and archival to ensure continuity and recoverability.

Core Features & Use Cases

  • Session lifecycle management: create, update, transition phases, resume from a saved state, and archive completed sessions.
  • State flow integration: leverages Loom's state directory and phase-tracking metadata to synchronize across components.
  • Robust auditing: logs token usage, file manifests, downstream context, and errors for traceability and debugging.

Quick Start

Activate session-management to initialize, update, and resume Loom orchestration sessions.

Frequently Asked Questions about session-management

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

FAQPage Schema
How do I manage orchestration session state to resume workflows after interruptions?

You can manage orchestration sessions by applying a structured YAML-based model that tracks phase lifecycle, token usage, and downstream context. This allows you to resume workflows from a saved state after interruptions or errors.

What is the best way to archive completed orchestration sessions?

The best way to archive completed sessions is by using a state management model that transitions phases and records file manifests. This ensures continuity and recoverability by archiving the full session context, including errors and token usage.

How does phase tracking work during multi-phase orchestration?

Phase tracking works by synchronizing state flow integration across components using a state directory and metadata. It monitors the phase lifecycle throughout multi-phase orchestration to ensure persistent and resumable sessions.

Can I log token usage and errors for debugging orchestration workflows?

Yes, you can log token usage and errors for debugging by applying robust auditing within your session state management. It records token usage, downstream context, and errors for traceability during multi-phase orchestration.

Do I need prior dependencies to initialize a resumable orchestration session?

No prior dependencies are required to initialize a resumable orchestration session. You can activate session management directly to create, update, and transition phases within Standard and Express workflows without external components.