session-logs

Search and analyze JSONL session logs using jq and ripgrep.

Updated Mar 31, 2026
One-click install
npx skills add https://github.com/nuno7lopes/alisio --skill session-logs-nuno7lopes
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: session-logs
Source: https://github.com/nuno7lopes/alisio/tree/main/skills/session-logs
Command: npx skills add https://github.com/nuno7lopes/alisio --skill session-logs-nuno7lopes

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires jq, ripgrep, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill helps you quickly locate and extract information from your previous conversations stored in session logs.

Core Features & Use Cases

  • Search Conversations: Retrieve specific information from past chats.
  • Session Analysis: Analyze conversation data for patterns or insights.
  • Use Case: Find a specific message or reference a past discussion without manually scrolling through logs.

Quick Start

Run the session-logs skill to search for messages related to 'project planning' in your session logs.

Frequently Asked Questions about session-logs

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

FAQPage Schema
How do I search past conversation logs for a specific message?

To search past conversation logs for specific messages, this Skill parses JSONL session log files using ripgrep to locate and extract the exact conversation data you need without manual scrolling.

What's the best way to analyze session logs for conversation patterns?

The best way to analyze session logs for conversation patterns is using this Skill to parse JSONL files with jq, enabling you to extract and review past chat data for specific insights.

Do I need jq and ripgrep to parse JSONL session logs?

Yes, you need both jq and ripgrep installed to parse JSONL session logs, as this Skill relies on them for searching and extracting information from your past conversation data.

Can I retrieve information from old chats stored as JSONL files?

You can retrieve information from old chats stored as JSONL files by running this Skill to search and extract specific conversation data from your session logs.

How does conversation analysis work with JSONL session logs?

Conversation analysis with JSONL session logs works by using jq and ripgrep to search and parse your stored chat files, allowing you to retrieve past discussion data and extract information.

What are the limitations of searching session logs with ripgrep?

A limitation of searching session logs with ripgrep is that it requires your conversation data to be stored in JSONL format, and the Skill provides basic search functionality without advanced analytical processing.