session-navigation

Create, list, switch, and export sessions with state preservation.

Updated Feb 11, 2026
One-click install
npx skills add https://github.com/qazz92/oh-my-droid --skill session-navigation-qazz92
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: session-navigation
Source: https://github.com/qazz92/oh-my-droid/tree/main/oh-my-droid/skills/session-navigation
Command: npx skills add https://github.com/qazz92/oh-my-droid --skill session-navigation-qazz92

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Navigate and manage sessions efficiently across tasks and projects, enabling smooth context switching and persistent work states.

Core Features & Use Cases

  • Session Lifecycle: create, list, switch, and export sessions for quick task context restoration.
  • Context Preservation: save current task state and restore it when switching sessions.
  • Organization & Efficiency: enforce descriptive session names and labels to keep workflows clear across multiple projects.

Quick Start

Create a new session for your current task, then switch to it and save all changes before leaving.

Frequently Asked Questions about session-navigation

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

FAQPage Schema
How do I preserve context state when switching between multiple projects?

You preserve context state when task switching by using session management commands to save the current state before leaving, which is then automatically restored when you switch back to that specific project session.

What is the best way to manage task switching across frequent multi-project workflows?

Managing task switching across multi-project workflows involves creating descriptively named sessions for each task, enabling you to list active contexts and deterministically switch between them while preserving state.

How do I export a saved session state to transfer my task context?

To export a saved session state and transfer task context, use the exportSession command to generate a portable file of your preserved working state, allowing context restoration in a different environment or workflow.

Does session management work without requiring external dependencies or components?

Session management operates without external dependencies or components, using built-in deterministic commands to handle state saving, context preservation, and task switching entirely within your existing software engineering workflow.

When should I enforce descriptive names and labels for project session management?

Enforce descriptive names and labels for session management when juggling frequent task switching across multiple projects, as clear organization prevents context loss and ensures accurate state restoration when navigating between saved sessions.