session

Pause, resume, end, and review user sessions in CLEO-web workflows.

Updated Jan 24, 2026
One-click install
npx skills add https://github.com/jamiegrand/cleo-web --skill session-jamiegrand
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: session
Source: https://github.com/jamiegrand/cleo-web/tree/main/.claude/skills/session
Command: npx skills add https://github.com/jamiegrand/cleo-web --skill session-jamiegrand

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Managing long-running tasks across web sessions requires reliable saving of context and easy resumption. This Skill encapsulates pause/resume/end/status/history flows to keep user progress intact and reduce context-switch friction.

Core Features & Use Cases

  • Pause: capture active tasks, focus, and notes to .cleo-web/session.json for later continuation.
  • Resume: reloads the saved session and restores focus and task context to continue work.
  • End: generate a session summary, archive data, and clear the active state.
  • History: query recent sessions from .cleo-web/metrics.db to analyze work patterns.
  • Use Case: a developer pauses a debugging session, later resumes with full context or ends the session with a summary.

Quick Start

Pause the active session to save context and return with instructions to resume later.

Frequently Asked Questions about session

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

FAQPage Schema
How do I pause and resume a workflow session to save context?

To pause and resume a workflow session, the Skill saves active tasks, focus, and notes to a session.json file, reloading them upon resume to restore full task context. This ensures continuity across long-running interactive workflows.

Can I generate a summary and clear state when ending a session?

Ending a session generates a session summary, archives the data, and clears the active state. This allows you to cleanly conclude interactive tasks while preserving historical records for later review.

How do I track work patterns from previous interactive sessions?

You can track work patterns from previous interactive sessions by querying recent session history stored in a metrics database. The history subcommand retrieves this data to analyze your past workflow trends and task progression.

Does this session tracking Skill work without external dependencies?

Yes, this session tracking Skill operates without external dependencies. It manages state internally by writing to local files and a database, making it easy to integrate into existing interactive workflows without additional setup.

What is the best way to manage long-running tasks across web sessions?

The best way to manage long-running tasks across web sessions is using pause and resume commands that capture active context. This approach reduces context-switching friction by storing progress locally in a session state file.