docs: 澄清 Claude Code 安装 — 两行市场命令只装路由器#35
Open
YaoGGGG wants to merge 1 commit into
Open
Conversation
… router plugin The marketplace registers each skill as its own plugin. `claude plugin install dbs@dontbesilent-skills` installs only the `dbs` router, so `/dbs-content` and the other 19 skills report "Unknown skill". Lead with the `npx … --all` one-liner and add a warning to the marketplace path. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
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.
问题
按 README「Claude Code」段的两行安装:
```bash
claude plugin marketplace add dontbesilent2025/dbskill
claude plugin install dbs@dontbesilent-skills
```
只会装到 `dbs` 这一个 plugin(主入口路由)。因为本 marketplace 把 21 个 skill 注册成了 21 个相互独立的 plugin,`dbs` 这个 plugin 的 `skills` 只含 `./skills/dbs`。结果是 `/dbs` 能用,但 `/dbs-content`、`/dbs-hook` 等其余 20 个会提示 `Unknown skill`,容易让人以为装失败了。
改动
纯文档改动,不动任何 skill 逻辑。
🤖 Generated with Claude Code