hooks-cursor — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited hooks-cursor (Hook) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
<div align="center">
让每个产品经理都能轻轻松松的高效工作 ☕️ 📺 🚀
</div>
<img align="right" src="./assets/slogan.png" alt="PM 的 AI 超能力" width="280">
super-pm 是专为产品经理设计的 Claude Code Skill Pack,提供全生命周期的产品管理工作流支持。
npx skills add https://github.com/konglong87/superPM| 命令 | 说明 |
|---|---|
npx skills add https://github.com/konglong87/superPM | 安装全部技能 |
npx skills add https://github.com/konglong87/superPM --skill "pm-demand" | 安装单个技能 |
npx skills add https://github.com/konglong87/superPM --list | 查看可用技能 |
npx skills add https://github.com/konglong87/superPM -g | 全局安装 |
npx skills add https://github.com/konglong87/superPM --skill "pm-demand" --agent claude-code cursor | 指定平台安装 |
💡 支持 Claude Code、Cursor、Codex、OpenCode 等主流 AI 编程工具,通过 --agent 指定目标平台。所有平台统一模式:git clone → 创建链接 → 重启
| 平台 | clone 目标路径 | skills 链接路径 | 验证命令 |
|---|---|---|---|
| Claude Code ⭐ | — | Marketplace 一键安装 | /super-pm |
| OpenCode | ~/.config/opencode/super-pm | ~/.config/opencode/skills/super-pm | use skill tool to list all skills |
| Codex | ~/.codex/super-pm | ~/.agents/skills/super-pm | list available skills |
| Cursor | ~/.cursor/super-pm | ~/.cursor/skills/super-pm | list skills |
💡 Claude Code 最推荐:Marketplace 一键安装,自动注册 plugin + SessionStart hook,无需手动 clone。
# Claude Code(最推荐 ⭐ — Marketplace 一键安装)
/plugin marketplace add konglong87/super-pm
/plugin install super-pm@super-pm-marketplace
# OpenCode
git clone https://github.com/konglong87/super-pm.git ~/.config/opencode/super-pm
mkdir -p ~/.config/opencode/skills && ln -s ~/.config/opencode/super-pm/skills ~/.config/opencode/skills/super-pm
# Codex
git clone https://github.com/konglong87/super-pm.git ~/.codex/super-pm
mkdir -p ~/.agents/skills && ln -s ~/.codex/super-pm/skills ~/.agents/skills/super-pm
# Cursor
git clone https://github.com/konglong87/super-pm.git ~/.cursor/super-pm
mkdir -p ~/.cursor/skills && ln -s ~/.cursor/super-pm/skills ~/.cursor/skills/super-pm# Claude Code(最推荐 ⭐ — Marketplace 一键安装)
/plugin marketplace add konglong87/super-pm
/plugin install super-pm@super-pm-marketplace
# OpenCode
git clone https://github.com/konglong87/super-pm.git "$env:USERPROFILE\.config\opencode\super-pm"
New-Item -ItemType Directory -Force -Path "$env:USERPROFILE\.config\opencode\skills"
New-Item -ItemType Junction -Path "$env:USERPROFILE\.config\opencode\skills\super-pm" -Target "$env:USERPROFILE\.config\opencode\super-pm\skills"
# Codex
git clone https://github.com/konglong87/super-pm.git "$env:USERPROFILE\.codex\super-pm"
New-Item -ItemType Directory -Force -Path "$env:USERPROFILE\.agents\skills"
cmd /c mklink /J "$env:USERPROFILE\.agents\skills\super-pm" "$env:USERPROFILE\.codex\super-pm\skills"
# Cursor
git clone https://github.com/konglong87/super-pm.git "$env:USERPROFILE\.cursor\super-pm"
New-Item -ItemType Directory -Force -Path "$env:USERPROFILE\.cursor\skills"
New-Item -ItemType Junction -Path "$env:USERPROFILE\.cursor\skills\super-pm" -Target "$env:USERPROFILE\.cursor\super-pm\skills"💡 Cursor Hook 支持:克隆完整仓库后,.cursor-plugin/plugin.json+hooks/hooks-cursor.json可被 Cursor 插件系统发现,实现会话启动时自动注入 PM 技能上下文。
重启后执行对应平台的验证命令(见上方表格)。看到 super-pm 欢迎信息即安装成功。
在项目根目录创建 PM-CLAUDE.md:
# 产品基础信息
产品名称: 我的电商小程序
产品定位: 生鲜配送平台
目标用户: 25-35岁一二线城市女性
业务目标: 提升复购率至40%
# 模式配置
product_mode: ToB
user_mode: beginner
auto_trigger: true
# 技能激活
skills: pm-skills
web_search: true/pm-brainstorm # 先发散再收敛
/pm-demand # 方向明确后直接调研38 个技能看起来很多,但大多数项目只需要走一条主线。以下是三条最常用的路径:
/pm-brainstorm → /pm-demand → /pm-market → /pm-priority → /pm-mvp → /pm-docs → /pm-preview → /pm-tech → /pm-release| 步骤 | 技能 | 产出 | 你要回答的问题 |
|---|---|---|---|
| 1 | /pm-brainstorm | 头脑风暴方案 | 产品方向有哪些可能性?目标用户是谁? |
| 2 | /pm-demand | 需求调研报告 | 这个方向真值得做吗?用户痛点真实吗? |
| 3 | /pm-market | 市场调研报告 | 市场有多大?竞品是谁? |
| 4 | /pm-priority | 优先级排序报告 | 哪些需求先做? |
| 5 | /pm-mvp | MVP方案 | 最小可行产品包含什么? |
| 6 | /pm-docs | PRD文档 | 产品需求怎么写? |
| 7 | /pm-preview | 浏览器实时预览 | 文档渲染效果对吗?内容确认无误? |
| 8 | /pm-tech | 技术对接方案 | 技术上怎么做? |
| 9 | /pm-release | 上线执行方案 | 怎么安全上线? |
💡 方向已明确? 显式输入/pm-demand可直达,但需通过前置门禁。自然语言请求仍需先走/pm-brainstorm。
/pm-aarrr → /pm-growth → /pm-report → /pm-iteration| 步骤 | 技能 | 产出 | 你要回答的问题 |
|---|---|---|---|
| 1 | /pm-aarrr | AARRR增长分析 | 增长漏斗哪里断了? |
| 2 | /pm-growth | 增长执行方案 | 怎么修复? |
| 3 | /pm-report | 数据报告 | 效果如何? |
| 4 | /pm-iteration | 迭代计划 | 下一步做什么? |
/pm-business-model → /pm-decision → /pm-portfolio → /pm-resource| 步骤 | 技能 | 产出 | 你要回答的问题 |
|---|---|---|---|
| 1 | /pm-business-model | 商业模式画布 | 怎么赚钱? |
| 2 | /pm-decision | 战略决策建议 | 选哪条路? |
| 3 | /pm-portfolio | 产品组合战略 | 多产品线怎么管? |
| 4 | /pm-resource | 资源分配方案 | 人和钱怎么分? |
🎯 记住: 路径 A 覆盖 80% 的使用场景。其他 30 个技能是"按需调用"——遇到具体问题时再查 INDEX.md。
v2.1.0 起支持 - 当你不知道做什么产品时,让AI主动为你激发灵感!
/pm-brainstorm选择 E) 灵感火花激发,AI将自动:
💡 已生成10个灵感火花:
| # | 产品概念 | 用户痛点 | 技术可行性 | 市场潜力 |
|---|------------------------|-----------------------|------------|----------|
| 1 | AI会议纪要自动生成器 | 会议效率低,纪要耗时 | 高 | 高 |
| 2 | 智能代码审查助手 | 代码质量难以把控 | 高 | 高 |
| 3 | 个人知识图谱构建工具 | 信息碎片化,难以体系化| 中 | 中 |
| 4 | 跨境电商合规助手 | 政策复杂,容易违规 | 高 | 高 |
| 5 | 智能健身计划生成器 | 缺乏专业指导 | 中 | 中 |
...
请选择您感兴趣的灵感进行深入探索!灵感火花激发按优先级使用搜索工具,确保高质量搜索结果:
输出: docs/01-需求调研/创意方案库.md
| 方式 | 命令 |
|---|---|
| ⚡ 一行更新 | npx skills update |
| Claude Code | /plugin update super-pm |
| OpenCode | cd ~/.config/opencode/super-pm && git pull |
| Codex | cd ~/.codex/super-pm && git pull |
| Cursor | cd ~/.cursor/super-pm && git pull |
欢迎贡献代码、报告Bug、提出建议!
git checkout -b feature/AmazingFeature)git commit -m 'Add some AmazingFeature')git push origin feature/AmazingFeature)本项目采用 MIT 许可证 - 详见 LICENSE 文件
PM-Skills Team © 2026
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.