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


