One-click install
npx skills add https://github.com/ElbertePlinio/dotfiles --skill session-navigation-elberteplinio
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: session-navigation
Source: https://github.com/ElbertePlinio/dotfiles/tree/main/private_dot_factory/plugins/marketplaces/factory-plugins/plugins/core/skills/session-navigation
Command: npx skills add https://github.com/ElbertePlinio/dotfiles --skill session-navigation-elberteplinio

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill eliminates the hassle of manually sifting through scattered session files to find past work, resume interrupted tasks, or recall previous decisions made during Droid coding sessions.

Core Features & Use Cases

  • Session Listing: View all project folders with saved sessions and sort recent sessions by date to see your latest work at a glance.
  • Content Search: Search across all sessions or within specific projects for keywords, topics, or patterns to locate exact conversations.
  • Session Resumption: Retrieve full session details, metadata, and conversation history to pick up exactly where you left off on a previous task.
  • Use Case: For example, if you need to recall the exact changes you made to an API project last month, use this Skill to search for relevant session content and pull up the full conversation in seconds.

Quick Start

Use the session-navigation skill to find all sessions from your 'myapp' project that mention authentication bugs and display the most recent one's full conversation.

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 history for specific conversation topics?

You can search past Droid session history by using this Skill to parse local JSONL session files and associated settings metadata, extracting conversation topics, titles, and full message histories across all project folders without manual file traversal.

What is the best way to resume an interrupted development session?

The best way to resume an interrupted development session is to retrieve full historical session details, metadata, and conversation history from local filesystem directories, allowing you to pick up exactly where you left off.

Can I track project progress by listing recent Droid coding sessions?

Yes, you can track project progress by viewing all project folders with saved Droid sessions. This Skill sorts recent sessions by date and displays session titles and token usage to show your latest work at a glance.

How do I find old API changes from a previous month's development history?

To find old API changes in your development history, search across all sessions or within specific projects for keywords like API names. This Skill locates exact conversations and pulls up the full historical context in seconds.

Does this session search tool require manual file traversal to read JSONL files?

No, this session search tool does not require manual file traversal. It automatically parses JSONL session conversation files and associated settings metadata stored in local filesystem directories to extract session data directly.