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


