session-logs

Search and analyze past conversation logs in JSONL format using jq and rg.

Updated Feb 16, 2026
One-click install
npx skills add https://github.com/dsactivi-2/Mujo-Team --skill session-logs-dsactivi-2
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: session-logs
Source: https://github.com/dsactivi-2/Mujo-Team/tree/main/skills/session-logs
Command: npx skills add https://github.com/dsactivi-2/Mujo-Team --skill session-logs-dsactivi-2

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill allows you to search and analyze your past conversation history stored in session log files, enabling you to recall previous discussions or context.

Core Features & Use Cases

  • Session Search: Find specific information within older or parent conversations.
  • Log Analysis: Analyze conversation transcripts for keywords, costs, or message counts.
  • Use Case: A user asks about a decision made in a meeting from last week. You can use this skill to search the session logs from that period to find the relevant discussion and outcome.

Quick Start

Use the session-logs skill to search all session files for the phrase "project deadline".

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 stored in JSONL format?

You can search past conversation logs stored in JSONL format by using the session-logs Skill, which applies jq and rg command-line tools to filter and retrieve historical context from your session history.

What is the best way to analyze conversation transcripts for keywords or message counts?

Analyzing conversation transcripts for keywords, costs, or message counts is best handled by querying JSONL session log files with jq, allowing you to parse structured JSON data and extract specific metrics from past discussions.

Do I need jq and rg installed to search session history files?

Yes, you need both jq and rg installed, as the session-logs Skill depends on these command-line tools to perform structured JSON filtering and fast text searching across your JSONL conversation logs.

Can I retrieve historical context from older parent conversations?

Yes, retrieving historical context from older or parent conversations is a core feature, enabling you to recall previous discussions and audit conversation content by searching your stored JSONL session files.

How does jq compare to other tools for filtering JSONL conversation data?

jq provides specialized JSON parsing capabilities for filtering structured JSONL conversation data, whereas rg offers high-speed text searching across files, making them complementary for analyzing session logs.

Why does my session log search fail to find discussions from a specific date?

If your session log search fails, ensure the JSONL files containing the target historical context are correctly stored and accessible, as the Skill requires valid JSONL data to properly filter and search past conversations.