挑選有用的 skill
何時使用: 你需要實用的功能,但不想引入框架依賴。
步驟
-
瀏覽快速瀏覽每個 SKILL.md✓ 已複製→ 心智地圖
-
複製取用你需要的部分✓ 已複製→ 精簡整合
結果: 獲得工作流程幫助,無框架綁定。
作者 chujianyun · chujianyun/skills
WuMing 的日常 skill 套件——實用的程式碼審查、文件生成和工作流程優化工具。
來自工作中開發者的務實 skill 集合。比大型套件量少,但每個 skill 都經過實際使用調整。若你不想從零開始,這是很好的基礎。
%APPDATA%\Claude\claude_desktop_config.json{
"mcpServers": {
"wuming-skills": {
"command": "git",
"args": [
"clone",
"https://github.com/chujianyun/skills"
],
"_inferred": true
}
}
}
開啟 Claude Desktop → Settings → Developer → Edit Config。儲存後重啟應用。
{
"mcpServers": {
"wuming-skills": {
"command": "git",
"args": [
"clone",
"https://github.com/chujianyun/skills"
],
"_inferred": true
}
}
}
Cursor 使用與 Claude Desktop 相同的 mcpServers 格式。專案級設定優先於全域。
{
"mcpServers": {
"wuming-skills": {
"command": "git",
"args": [
"clone",
"https://github.com/chujianyun/skills"
],
"_inferred": true
}
}
}
點擊 Cline 側欄中的 MCP Servers 圖示,然後選 "Edit Configuration"。
{
"mcpServers": {
"wuming-skills": {
"command": "git",
"args": [
"clone",
"https://github.com/chujianyun/skills"
],
"_inferred": true
}
}
}
格式與 Claude Desktop 相同。重啟 Windsurf 生效。
{
"mcpServers": [
{
"name": "wuming-skills",
"command": "git",
"args": [
"clone",
"https://github.com/chujianyun/skills"
]
}
]
}
Continue 使用伺服器物件陣列,而非映射。
{
"context_servers": {
"wuming-skills": {
"command": {
"path": "git",
"args": [
"clone",
"https://github.com/chujianyun/skills"
]
}
}
}
}
加入 context_servers。Zed 儲存後熱重載。
claude mcp add wuming-skills -- git clone https://github.com/chujianyun/skills
一行命令搞定。用 claude mcp list 驗證,claude mcp remove 移除。
何時使用: 你需要實用的功能,但不想引入框架依賴。
結果: 獲得工作流程幫助,無框架綁定。
| 工具 | 輸入參數 | 何時呼叫 | 成本 |
|---|---|---|---|
| multi-skill | (詳見文件) | 每個子目錄是一個 skill | 1 次呼叫 |
假設了作者慣例審查並調整為你的儲存庫慣例
| 替代方案 | 何時用它替代 | 權衡 |
|---|---|---|
| alirezarezvani/claude-skills | 你需要 200+ skills | 策展程度較低 |