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


