Skip to content

Commit 77281ca

Browse files
committed
docs: fix readme examples and remove invalid skillhub repo
1 parent 2570796 commit 77281ca

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1818
### Fixed
1919
- **Panic on Single-Word Install**: Fixed critical panic when using `ask install <name>` with a single word argument.
2020
- **Uninstall Alias**: Added missing top-level `ask uninstall` alias (previously only `ask skill uninstall` worked).
21+
- **Documentation**: Removed invalid `skillhub/skills` repository example and clarified `mcp-builder` installation.
2122

2223
### Changed
2324
- **Repository Naming**: Local cache directories now use the user-configured repository name (e.g. `anthropics`).

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ This creates an `ask.yaml` configuration file.
9191
ask search mcp
9292

9393
# Install a skill (by name or repo, `ask add` is an alias for `ask install`)
94-
ask install mcp-builder
94+
ask install anthropics/mcp-builder
9595
ask install superpowers
9696

9797
# Install specific version
@@ -138,7 +138,6 @@ For specific needs, you can add these additional sources:
138138

139139
| Repository | Command to Add | Description |
140140
| :--- | :--- | :--- |
141-
| **SkillHub** | `ask repo add skillhub/skills` | [SkillHub.club](https://www.skillhub.club) index |
142141
| **Scientific** | `ask repo add K-Dense-AI/claude-scientific-skills` | Data science & research skills |
143142
| **MATLAB** | `ask repo add matlab/skills` | Official MATLAB integration |
144143
| **Superpowers** | `ask repo add obra/superpowers` | Full dev workflow with sub-agents |

README_zh.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ ask init
9191
ask search mcp
9292

9393
# 安装 Skill (通过名称或仓库,支持使用 ask add 别名)
94-
ask install mcp-builder
94+
ask install anthropics/mcp-builder
9595
ask add superpowers
9696

9797
# 安装指定版本
@@ -138,7 +138,6 @@ ASK 默认内置了以下受信源:
138138

139139
| 仓库 | 添加命令 | 说明 |
140140
| :--- | :--- | :--- |
141-
| **SkillHub** | `ask repo add skillhub/skills` | [SkillHub.club](https://www.skillhub.club) 索引 |
142141
| **Scientific** | `ask repo add K-Dense-AI/claude-scientific-skills` | 数据科学与研究技能 |
143142
| **MATLAB** | `ask repo add matlab/skills` | 官方 MATLAB 集成 |
144143
| **Superpowers** | `ask repo add obra/superpowers` | 全链路开发工作流 |

0 commit comments

Comments
 (0)