session-navigation

List and search Droid session JSONL files across project directories.

Updated Jan 17, 2023
One-click install
npx skills add https://github.com/MjxOro/dotfiles --skill session-navigation-mjxoro
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: session-navigation
Source: https://github.com/MjxOro/dotfiles/tree/main/factory/plugins/cache/factory-plugins/core/2c0bfc47fc3d/skills/session-navigation
Command: npx skills add https://github.com/MjxOro/dotfiles --skill session-navigation-mjxoro

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Developers often forget details of past Droid interactions, making it difficult to retrieve context, review decisions, or continue work from earlier sessions.

Core Features & Use Cases

  • List recent sessions across all projects or within a specific project.
  • Search session conversations and settings for keywords, dates, or topics.
  • Read session metadata, token usage, and runtime statistics to assess usage.
  • Resume work by reviewing the conversation history and extracting key information.

Quick Start

Ask the skill to list the recent sessions for the myapp project.

Frequently Asked Questions about session-navigation

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

FAQPage Schema
How do I search past Droid session histories for specific conversation content?

You can search Droid session histories by using this skill to locate JSONL conversation files and scan their content for specific keywords, dates, or topics across project directories.

Can I list recent Droid sessions stored in my local project directories?

Yes, you can list recent Droid sessions by having the skill navigate the factory sessions folder to enumerate JSONL conversation files across all projects or within a specific project directory.

What is the best way to retrieve token usage and runtime statistics from Droid sessions?

The best way to retrieve token usage and runtime statistics is to use this skill to read session metadata and associated settings JSON files processed from the factory sessions folder.

Does this approach work with JSONL files and shell commands to resume Droid conversations?

Yes, this approach works directly with JSONL files and associated settings JSON using shell commands and JSON processing utilities to review conversation history and extract key information for resuming work.

How do I extract key information from previous Droid interactions to continue my development work?

You can extract key information from previous Droid interactions by using this skill to browse past session histories, review conversation context, and retrieve decisions made during earlier development work.