/ 目錄 / 演練場 / awesome-claude-code
● 社群 Hesreallyhim ⚡ 即開即用

awesome-claude-code

作者 Hesreallyhim · Hesreallyhim/awesome-claude-code

Claude Code 最多星星的 awesome 清單——斜線指令、代理、技能、鉤子、MCP,全部在一個精選索引中。

Hesreallyhim/awesome-claude-code 是 Claude Code 生態系的核心目錄。尋找斜線指令、子代理、技能、鉤子、自訂 MCP、狀態列和設定範例。幾乎每天由社群 PR 更新。透過 gitmcp 使用,讓 Claude 搜尋索引而無需將整個清單倒入上下文。

為什麼要用

核心特性

即時演示

實際使用效果

就緒

安裝

選擇你的客戶端

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

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

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

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

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

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

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

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

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

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

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

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

claude mcp add awesome-claude-code-skill -- git clone https://github.com/Hesreallyhim/awesome-claude-code ~/awesome-claude-code

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

使用場景

實戰用法: awesome-claude-code

探索 Claude Code 預設之外的可能性

👤 Claude Code 新用戶 ⏱ ~30 min beginner

何時使用: 你剛安裝 Claude Code,想知道可以加什麼。

步驟
  1. 按類別調查
    Use awesome-claude-code. List categories and 3 top picks per category by stars.✓ 已複製
    → 緊湊的生態系概覽
  2. 選擇入門套件
    What 5-item starter pack gives me the highest leverage today?✓ 已複製
    → 精選的入門推薦
  3. 安裝
    Install those 5. Tell me where each lives and what it does.✓ 已複製
    → 已設定的本地環境

結果: 帶有精選社群工具基準的 Claude Code。

在自己建構之前先找到特定利基的技能

👤 即將撰寫技能的開發者 ⏱ ~15 min beginner

何時使用: 你認為你需要一個技能,但它可能已經存在。

步驟
  1. 搜尋
    Search awesome-claude-code for 'database migration' skills.✓ 已複製
    → 帶有程式庫連結的搜尋結果
  2. 比較
    Compare the top 2 — which is more current and trustworthy?✓ 已複製
    → 每個候選項的比較說明

結果: 從現有選項中選出技能,或確認利基是空白的。

逐月追蹤生態系趨勢

👤 技術主管和內容創作者 ⏱ ~20 min intermediate

何時使用: 你撰寫 AI 工具相關內容或制定公司 AI 策略。

步驟
  1. 對比上個月
    What's been added since last month? Which categories are growing fastest?✓ 已複製
    → 趨勢分析

結果: 基於資料的 Claude Code 社群走向觀點。

組合

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

awesome-claude-code-skill + awesome-mcp-servers-appcypher

兩個 awesome 清單用於兩個生態系(Claude Code + MCP)

awesome-claude-code-skill + git-mcp-idosal

找到後立即檢查候選程式庫

工具

此 MCP 暴露的能力

工具輸入參數何時呼叫成本
search_documentation query 針對性查找 1 GitHub API call
fetch_documentation () 調查整個目錄 1 API call

成本與限制

運行它的成本

API 配額
GitHub 限制,與任何 gitmcp 使用相同
每次呼叫 Token 數
使用搜尋而非擷取以降低費用
費用
免費
提示
固定到特定類別區段,而非傾倒整個 README

安全

權限、密鑰、影響範圍

憑證儲存: GITHUB_TOKEN 可選
資料出站: gitmcp.io

故障排查

常見錯誤與修復

連結到過時的條目

清單由社群維護;採用前確認每個程式庫的最後提交

搜尋遺漏模糊匹配

嘗試多個同義詞;搜尋是精確子字串比對

替代方案

awesome-claude-code 對比其他方案

替代方案何時用它替代權衡
appcypher/awesome-mcp-servers你特別想要 MCP 伺服器不同範圍(MCP,而非 Claude Code 介面)
FreeMCPLab你想要精選指南和即時示範不同形式——操作場所 vs 索引

更多

資源

📖 閱讀 GitHub 上的官方 README

🐙 查看未解決的 issue

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