docs(readme): 手动安装段加 low-fidelity 警示 - #24
Merged
Merged
Conversation
群友反馈:「superpowers-zh 是不是只有 skills,没 hooks/commands/agents 不完整?」 实际原因不是 plugin 缺失(v1.3.0 起 skills + hooks + 4 套 manifest 齐全; commands/ agents/ 是上游 v5.1.0 主动删的 deprecated 内容,能力已收敛进 skills), 而是本仓库 README "方式二:手动安装" 段只展示 cp -r skills,没说还要复制 hooks/ 和生成 bootstrap,导致用户自己 cp 后 skills 不会自动触发。 改动: - 标题改为「方式二:手动安装(low-fidelity,仅作备选)」 - 顶部加⚠️ 提示框,列清 plugin 完整组成(skills + hooks + bootstrap + manifest) 与手动 cp 实际丢失的内容(hooks 不配置、bootstrap 不生成、skills 不自动触发) - 强烈推荐回方式一 npx superpowers-zh,把手动 cp 限定在「npx 不可用的极端 无网络环境」备选位
This was referenced May 11, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
回应群友疑问:「superpowers-zh 是不是只有 skills、没 hooks/commands/agents 不完整?」
真正的根因
不是 plugin 缺失:v1.3.0 起 superpowers-zh 包含
skills/+hooks/+ 4 套 plugin manifest(Claude Code / Cursor / Codex / Marketplace),是完整 plugin。commands/和agents/是上游 v5.1.0 主动删的(deprecated stubs + agent 已 lift 进 skill),能力没缩水。是 README 误导:「方式二:手动安装」段只展示
cp -r skills,没说还要复制hooks/和生成 bootstrap 引导文件。用户照着做,skills 物理存在但不会自动触发——这才是群友直觉里"丢失价值"的真正来源。改动
README.md第 149 行附近:cp -r skills实际丢什么(hooks 不配置、bootstrap 不生成、skills 不自动触发)npx superpowers-zhTest plan
不在本 PR 内