coding-agent-sessions

Search, list, and inspect local coding-agent session transcripts across multiple platforms.

68.6k|5.6k|Updated Dec 3, 2025
One-click install
npx skills add https://github.com/code-yeongyu/oh-my-opencode --skill coding-agent-sessions
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: coding-agent-sessions
Source: https://github.com/code-yeongyu/oh-my-opencode/tree/main/packages/shared-skills/skills/coding-agent-sessions
Command: npx skills add https://github.com/code-yeongyu/oh-my-opencode --skill coding-agent-sessions

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill solves the fragmentation of coding-agent history, allowing you to find, read, and reconstruct past work across dozens of different CLI and IDE-based agent tools.

Core Features & Use Cases

  • Cross-Platform Search: Unified discovery across Codex, Claude, OpenCode, OMO/Senpi, and many others.
  • Subagent Linkage: Automatically tracks delegated tasks and child sessions to provide a complete history of complex workflows.
  • Use Case: If you need to recall the specific implementation details of a bug fix from three days ago but cannot remember which agent or platform you used, this Skill performs a parallel search across all local stores to retrieve the exact transcript.

Quick Start

Use the coding-agent-sessions skill to find all sessions from the last 7 days that mention the refactor task.

Frequently Asked Questions about coding-agent-sessions

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

FAQPage Schema
How do I search for coding-agent sessions across all platforms?

Run the search command without specifying a platform to trigger a parallel scan across all registered agent stores. The finder probes known locations for each platform and returns a deduplicated list of sessions matching your query.

Can I find work done by subagents or child sessions?

Yes, use the --include-subagents flag to search through delegated tasks and child sessions. By default, the finder only returns main sessions, but subagent transcripts are indexed and can be retrieved using the same search queries.

Does this skill support custom agent storage locations?

Yes, use the --root flag to specify a custom directory path for any agent platform. This is useful if your session logs are stored outside of standard home directory locations or in project-specific folders.

Why are some platforms excluded from the default search?

Platforms that only store usage metrics or telemetry without prompt-reconstruction capabilities are excluded to maintain search performance. Only stores that contain actual user prompts and assistant responses are indexed by default.

How do I inspect the raw transcript of a session?

After finding a session ID, use the read command to fetch the full transcript. The output provides the first and last user prompts, event history, and subagent linkage, allowing you to verify claims with exact evidence.