session-navigation

List, search, and resume past Droid sessions from local storage.

Updated Feb 6, 2026
One-click install
npx skills add https://github.com/lucking7/factory-plugins --skill session-navigation
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: session-navigation
Source: https://github.com/lucking7/factory-plugins/tree/main/plugins/core/skills/session-navigation
Command: npx skills add https://github.com/lucking7/factory-plugins --skill session-navigation

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps users locate and inspect past Droid sessions, making it easy to review history, find relevant conversations, and resume work across projects.

Core Features & Use Cases

  • List recent sessions by project to understand progress.
  • Search session history by topics, keywords, or content patterns.
  • Resume a prior session or extract what was accomplished to inform next steps.
  • Retrieve detailed session metadata (title, date, project) for reporting and auditing.

Quick Start

Use commands like ls and rg to locate sessions in the ~/.factory/sessions directory, then open a session to review its metadata and content.

Frequently Asked Questions about session-navigation

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

FAQPage Schema
How do I find past Droid sessions across different projects?

To find past Droid sessions across projects, you can list recent sessions and search session history by topics or patterns using command-line lookups in local session storage.

How do I search session history for specific keywords or topics?

You can search session history by topics, keywords, or content patterns using command-line tools like rg to locate matching entries within the ~/.factory/sessions directory.

Can I resume a previous session to continue my work?

Yes, you can resume a prior session to continue work or extract what was accomplished to inform your next steps across different projects.

What's the best way to retrieve session metadata for reporting?

The best way to retrieve session metadata for reporting is to open a session from the ~/.factory/sessions directory to review its title, date, and project details.

Does session navigation require any external dependencies?

Session navigation relies on local session storage under ~/.factory/sessions and uses standard command-line tools like ls and rg, requiring no external dependencies.