/ 目錄 / 演練場 / glebis Claude Skills
● 社群 glebis ⚡ 即開即用

glebis Claude Skills

作者 glebis · glebis/claude-skills

個人 Claude Code skill 集合——透過日常使用調整的生產力輔助工具和小型自動化。

專注於工作流程自動化的 skill 集合:研究輔助、文件整理、結構化筆記生成和小型流程自動化。是可零散選取模式的好來源。

為什麼要用

核心特性

即時演示

實際使用效果

就緒

安裝

選擇你的客戶端

~/Library/Application Support/Claude/claude_desktop_config.json  · Windows: %APPDATA%\Claude\claude_desktop_config.json
{
  "mcpServers": {
    "glebis-claude-skills": {
      "command": "git",
      "args": [
        "clone",
        "https://github.com/glebis/claude-skills"
      ],
      "_inferred": true
    }
  }
}

開啟 Claude Desktop → Settings → Developer → Edit Config。儲存後重啟應用。

~/.cursor/mcp.json · .cursor/mcp.json
{
  "mcpServers": {
    "glebis-claude-skills": {
      "command": "git",
      "args": [
        "clone",
        "https://github.com/glebis/claude-skills"
      ],
      "_inferred": true
    }
  }
}

Cursor 使用與 Claude Desktop 相同的 mcpServers 格式。專案級設定優先於全域。

VS Code → Cline → MCP Servers → Edit
{
  "mcpServers": {
    "glebis-claude-skills": {
      "command": "git",
      "args": [
        "clone",
        "https://github.com/glebis/claude-skills"
      ],
      "_inferred": true
    }
  }
}

點擊 Cline 側欄中的 MCP Servers 圖示,然後選 "Edit Configuration"。

~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "glebis-claude-skills": {
      "command": "git",
      "args": [
        "clone",
        "https://github.com/glebis/claude-skills"
      ],
      "_inferred": true
    }
  }
}

格式與 Claude Desktop 相同。重啟 Windsurf 生效。

~/.continue/config.json
{
  "mcpServers": [
    {
      "name": "glebis-claude-skills",
      "command": "git",
      "args": [
        "clone",
        "https://github.com/glebis/claude-skills"
      ]
    }
  ]
}

Continue 使用伺服器物件陣列,而非映射。

~/.config/zed/settings.json
{
  "context_servers": {
    "glebis-claude-skills": {
      "command": {
        "path": "git",
        "args": [
          "clone",
          "https://github.com/glebis/claude-skills"
        ]
      }
    }
  }
}

加入 context_servers。Zed 儲存後熱重載。

claude mcp add glebis-claude-skills -- git clone https://github.com/glebis/claude-skills

一行命令搞定。用 claude mcp list 驗證,claude mcp remove 移除。

使用場景

實戰用法: glebis Claude Skills

取得有用的工作流程輔助

👤 Claude Code 使用者 ⏱ ~15 min intermediate

何時使用: 你需要實用功能,但不想增加額外負擔。

步驟
  1. 瀏覽
    閱讀每個 SKILL.md。✓ 已複製
    → 心智地圖
  2. 複製
    取用合適的部分。✓ 已複製
    → 精簡的新增

結果: 獲得工作流程幫助,無框架依賴。

組合

與其他 MCP 搭配,撬動十倍槓桿

glebis-claude-skills + cc-thingz

組合日常套件

結合 glebis-claude-skills 與 cc-thingz:組合日常套件✓ 已複製

工具

此 MCP 暴露的能力

工具輸入參數何時呼叫成本
multi-skill (詳見文件) 每個子目錄的 skill 1 次呼叫

成本與限制

運行它的成本

API 配額
不適用
每次呼叫 Token 數
小到中等
費用
免費
提示
閱讀每個 skill 的觸發器;有些是個人化的

安全

權限、密鑰、影響範圍

憑證儲存:
資料出站:

故障排查

常見錯誤與修復

個人慣例

調整硬編碼的路徑

替代方案

glebis Claude Skills 對比其他方案

替代方案何時用它替代權衡
更大的套件你需要廣度策展程度較低

更多

資源

📖 閱讀 GitHub 上的官方 README

🐙 查看未解決的 issue

🔍 瀏覽全部 400+ MCP 伺服器和 Skills