sessions

Manage Gobby agent sessions across CLIs with status tracking and handoffs.

19|3|Updated Dec 15, 2025
One-click install
npx skills add https://github.com/GobbyAI/gobby --skill sessions
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: sessions
Source: https://github.com/GobbyAI/gobby/tree/main/src/gobby/install/shared/skills/sessions
Command: npx skills add https://github.com/GobbyAI/gobby --skill sessions

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill centralizes and automates the management of Gobby agent sessions across CLIs, enabling seamless tracking, resumption, and handoffs between tools.

Core Features & Use Cases

  • List all sessions with status, source, and timing.
  • Show detailed session metadata including messages, tools called, and summaries.
  • Create and retrieve handoff data to preserve context and resume work.
  • Pickup and resume from previous sessions, linking related sessions.
  • Access session messages, search content with full-text support.

Quick Start

Use the sessions skill to list all active sessions with /gobby sessions list.

Frequently Asked Questions about sessions

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

FAQPage Schema
How do I manage AI agent sessions across multiple CLIs?

To manage AI agent sessions across multiple CLIs, you can use this skill to centralize status tracking, handoffs, and resumption for concurrent workflows. It propagates context safely across different tools to maintain task continuity.

How do I resume a long-running AI session after a context handoff?

You resume a long-running AI session by creating and retrieving handoff data to preserve context. The skill enables pickups that link related sessions, allowing you to safely resume work from the previous execution state.

Can I track the status and metadata of concurrent AI agent sessions?

Yes, you can track concurrent AI agent sessions by listing all active instances with their status, source, and timing. The skill also shows detailed metadata including messages exchanged, tools called, and historical summaries.

What is the best way to search through historical AI session messages?

The best way to search historical AI session messages is using the skill's full-text search support. It retrieves session content and historical data, allowing you to find specific context from previous agent interactions.

Does this session management skill require specific dependencies to coordinate cross-tool workflows?

No specific dependencies are required to coordinate cross-tool workflows. The skill operates independently to manage Gobby agent sessions, applying safe tool invocation semantics for context propagation across CLIs.

When do I need session handoffs for AI agent workflows?

You need session handoffs for AI agent workflows when running long-running tasks or coordinating across multiple tools. Handoffs preserve context and ensure continuity when switching between different concurrent sessions.