Skip to content

docs: 澄清 Claude Code 安装 — 两行市场命令只装路由器#35

Open
YaoGGGG wants to merge 1 commit into
dontbesilent2025:mainfrom
YaoGGGG:fix-claude-code-install-docs
Open

docs: 澄清 Claude Code 安装 — 两行市场命令只装路由器#35
YaoGGGG wants to merge 1 commit into
dontbesilent2025:mainfrom
YaoGGGG:fix-claude-code-install-docs

Conversation

@YaoGGGG

@YaoGGGG YaoGGGG commented Jun 23, 2026

Copy link
Copy Markdown

问题

按 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`,容易让人以为装失败了。

改动

  • README「Claude Code」段改为首推 `npx -y skills add … -g --all`(一条命令装全 21 个)。
  • 把原来的市场命令降级为带 ⚠️ 说明的备选,讲清楚它只装路由器,以及想装全套该怎么做(`--all` 或逐个 `claude plugin install <名字>@dontbesilent-skills`)。

纯文档改动,不动任何 skill 逻辑。

🤖 Generated with Claude Code

… 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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant