Agent Skills
› jjongguet/oh-my-product
› sessions
sessions
GitHub用于检查历史会话记录并总结最近运行状态,提供元数据如标识符、完成情况及时间戳。
Trigger Scenarios
查看之前的运行记录
查询可恢复的历史会话
Install
npx skills add jjongguet/oh-my-product --skill sessions -g -y
SKILL.md
Frontmatter
{
"name": "sessions",
"aliases": [
"\/sessions",
"session history",
"list sessions",
"recent sessions"
],
"description": "Inspect recorded session history and summarize recent runs with metadata.",
"primaryRole": "coordinator"
}
Sessions Skill (oh-my-product)
Use this skill when the user wants to inspect prior runs or resumable history.
Primary command
omp sessions
Include
- recent session identifiers
- status or completion summary
- timestamps and duration if available
- pointers to artifacts or reports
Version History
- 4f49e99 Current 2026-07-25 06:34


