Agent Skills
› jjongguet/oh-my-product
› help
help
GitHub提供 oh-my-product 命令、工作流及使用模式的指导,帮助用户快速找到成功路径。优先给出具体命令和示例,仅在必要时提及相邻命令以解决阻塞问题。
Trigger Scenarios
用户询问特定命令的用法
用户需要了解工作流程
用户寻求使用模式指导
Install
npx skills add jjongguet/oh-my-product --skill help -g -y
SKILL.md
Frontmatter
{
"name": "help",
"aliases": [
"\/help",
"usage",
"how do I use this"
],
"description": "Explain the relevant oh-my-product command, workflow, or skill surface.",
"primaryRole": "writer"
}
Help
Use this skill when the user needs guidance on commands, workflows, or expected usage patterns.
Focus
- Give the shortest path to success.
- Prefer concrete commands and examples.
- Mention adjacent commands only when they unblock the user.
Version History
- 4f49e99 Current 2026-07-25 06:34


