session-navigation

Find, list, and search local Droid sessions stored under ~/.factory/sessions/.

101|10|Updated Jan 12, 2026
One-click install
npx skills add https://github.com/Factory-AI/factory-plugins --skill session-navigation-factory-ai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: session-navigation
Source: https://github.com/Factory-AI/factory-plugins/tree/main/plugins/core/skills/session-navigation
Command: npx skills add https://github.com/Factory-AI/factory-plugins --skill session-navigation-factory-ai

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Droid sessions accumulate over time, making it hard to find, review, or resume previous work across projects.

Core Features & Use Cases

  • List recent sessions by project or date.
  • Search session history for topics, patterns, or outcomes.
  • Resume a previous session and review what was accomplished.
  • Get detailed context about a session’s working directory and metadata.

Quick Start

Ask to list recent sessions for a project and open the most relevant one to resume work.

Frequently Asked Questions about session-navigation

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

FAQPage Schema
How do I find and resume a previous Droid session?

You can resume a previous Droid session by listing recent sessions filtered by project or date, then opening the relevant one. The Skill retrieves session metadata and working directory context to restore your environment.

Can I search Droid session history for specific topics or outcomes?

Yes, you can search Droid session history for specific topics, patterns, or outcomes. The Skill scans local session data stored as .jsonl files under ~/.factory/sessions/ to locate relevant past work across projects.

What's the best way to list recent sessions for a specific project?

The best way to list recent sessions for a specific project is to use the session listing command filtered by project name or date. This returns a structured view of past sessions so you can identify and revisit the work you need.

Where are Droid session history files stored on my local system?

Droid session history files are stored locally under the ~/.factory/sessions/ directory. Each session contains .jsonl and .settings.json files that record working directory metadata, outcomes, and session settings for retrieval.

How do I retrieve what was accomplished in a past Droid session?

To retrieve what was accomplished in a past Droid session, locate the session using search or list commands and view its details. The Skill reads the session's local data to summarize outcomes and provide context about the work performed.