coding-agent-sessions

仓库创建 2025年12月3日最近提交 3 小时前SkillHot 收录 20 天前
▸ 精选理由

适合需要证据回溯或重用历史会话的调查场景。

▸ 风险提示

会访问本地敏感日志或凭据,运行前请确认权限。

这个 Skill 做什么

跨平台查找、读取和重构本地编码代理会话与日志。

当你要在本地查找或还原编码代理的会话和日志时,用它来横向搜各种代理产品的会话记录、transcript、JSONL、SQLite 状态等证据。适合做事故回溯、合规审计或需要完整还原对话/执行历史的场景。特点是并行多路探测、优先探常见存储以节约成本,并能把模糊记忆扩成多条查询线路提高命中率。

▸ 展开 SKILL.md 英文原文

MUST USE when asked to find, read, list, search, inspect, fetch, export, or reconstruct coding-agent sessions across Codex, Claude Code/Desktop, OpenCode, Senpi/pi, oh-my-pi (omp), gajae-code (gjc), OpenClaw, Factory Droid, Amp, Gemini/Kimi/Qwen CLIs, Codebuff, Roo/Kilo/Cline, Kodu, Cursor CLI, Aider, or unknown local agent logs. Covers transcripts, session IDs, rollout JSONL, state SQLite, Claude projects/pre-compact histories, OpenCode messages/parts, child/subagent linkage, cwd/model/time/token filters, archives, and cost clues. Expands fuzzy recall into parallel query lanes and first probes known stores so absent platforms are skipped cheaply. Triggers: coding agent sessions, Codex/Claude/OpenCode/Senpi/pi/oh-my-pi/omp/gajae-code/gjc/OpenClaw/Droid/Amp/Kodu/Cursor/Aider sessions, transcript search, session history, session ID, read transcript, token usage, subagent sessions, what did I do yesterday, did we already do this.

Skill 开发管理会话检索日志分析多平台通用
6.7w
Stars
5.4k
Forks
40
仓库内 Skill
+1.6k
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/code-yeongyu/oh-my-openagent/dev/packages/shared-skills/skills/coding-agent-sessions/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/code-yeongyu/oh-my-openagent/dev/packages/shared-skills/skills/coding-agent-sessions/SKILL.md"
SKILL.MD 节选查看完整文件 ↗
# Coding Agent Sessions

Find local coding-agent sessions across agent products before answering from memory. Prefer the bundled finder for broad cross-platform search, then read the selected session or raw file when you need exact evidence.

## PHASE 0 - PLATFORM ROUTER

1. **IF the user names a platform, load its reference first.**

   | Platform | Read |
   |---|---|
   | Codex / OpenAI Codex CLI | `references/codex.md` |
   | Claude Code / Claude Desktop histories | `references/claude.md` |
   | Senpi / pi coding-agent logs | `references/senpi.md` |
   | oh-my-pi (`omp`, `~/.omp`) and gajae-code (`gjc`, `~/.gjc`) logs | `references/senpi.md` |
   | OpenCode / oh-my-openagent (formerly oh
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有