/ 目录 / 演练场 / Claude-Skills
● 社区 borghei ⚡ 即开即用

Claude-Skills

作者 borghei · borghei/Claude-Skills

245-skill mega-bundle for Claude Code, Codex, Cursor, and 8 other coding agents — 653 Python tools, 32 agents, 26 slash commands in one repo.

A large aggregation of skills, agents, slash commands, and Python tools that aims to work across many coding agent surfaces (Claude Code, Codex CLI, Gemini CLI, Cursor, and more). Closer to a platform install than a focused skill — worth treating as a menu, not a full activation.

为什么要用

核心特性

实时演示

实际使用效果

claude-skill-4.replay ▶ 就绪
0/0

安装

选择你的客户端

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

打开 Claude Desktop → Settings → Developer → Edit Config。保存后重启应用。

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

Cursor 使用与 Claude Desktop 相同的 mcpServers 格式。项目级配置优先于全局。

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

点击 Cline 侧栏中的 MCP Servers 图标,然后选 "Edit Configuration"。

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

格式与 Claude Desktop 相同。重启 Windsurf 生效。

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

Continue 使用服务器对象数组,而非映射。

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

加入 context_servers。Zed 保存后热重载。

claude mcp add claude-skill-4 -- git clone https://github.com/borghei/Claude-Skills ~/.claude/skills/Claude-Skills

一行命令搞定。用 claude mcp list 验证,claude mcp remove 卸载。

使用场景

实战用法: Claude-Skills

Browse the catalog and pick only the skills you need

👤 Claude Code users who don't want 245 skills auto-loading ⏱ ~30 min intermediate

何时使用: You just want the good parts — specific agents or commands — not the whole kitchen sink.

前置条件
  • Skill cloned — git clone https://github.com/borghei/Claude-Skills ~/.claude/skills/Claude-Skills (then cherry-pick)
步骤
  1. Explore
    Use Claude-Skills. List what's in skills/ and agents/ with a one-line description per entry.✓ 已复制
    → Navigable index
  2. Copy what you want
    Copy just the database-migrator agent and the api-scaffold slash command to a lean personal skills dir.✓ 已复制
    → cp commands run; your own dir stays minimal

结果: You benefit from the bundle without dragging in 240 skills you'll never use.

注意事项
  • Installing the whole bundle and bloating your environment — Treat it as a source to cherry-pick from
搭配使用: filesystem

Use the slash commands for common dev ops

👤 Daily Claude Code drivers ⏱ ~20 min beginner

何时使用: You repeat workflows (create PR template, scaffold API, etc.) and want one-liners.

步骤
  1. Browse the commands
    Use Claude-Skills. What slash commands are in commands/? One-liner each.✓ 已复制
    → Indexed command list
  2. Install the ones you want
    Install /scaffold-api and /pr-template only.✓ 已复制
    → Links or copies placed in your config dir

结果: Keyboard shortcuts for your most-repeated workflows.

组合

与其他 MCP 搭配,撬动十倍杠杆

claude-skill-4 + filesystem

Selectively move pieces into your own managed skill dir

Copy the database-migrator agent files into ~/.claude/agents/ and leave the rest behind.✓ 已复制

工具

此 MCP 暴露的能力

工具输入参数何时调用成本
browse_catalog category (skills/agents/commands/tools) First-time exploration 0
cherry_pick item name Adding a single piece 0

成本与限制

运行它的成本

API 配额
None
每次调用 Token 数
Depends entirely on which pieces you activate
费用
Free
提示
Don't load all 245 skills at once — cherry-pick to avoid context bloat.

安全

权限、密钥、影响范围

凭据存储: Varies per included piece
数据出站: Varies — inspect each piece before use

故障排查

常见错误与修复

Claude Code slow to start after install

Too many skills loading at once; cherry-pick instead of installing whole bundle

验证: ls ~/.claude/skills/ | wc -l
Something doesn't behave like docs say

Pieces in a mega-bundle get less individual testing. Inspect the specific SKILL.md.

替代方案

Claude-Skills 对比其他方案

替代方案何时用它替代权衡
claude-skills-vault-skillYou want a smaller curated senior-dev bundleLess breadth
skill-fetch-skillYou prefer search-and-install over pre-bundledNo one-stop install

更多

资源

📖 阅读 GitHub 上的官方 README

🐙 查看未解决的 issue

🔍 浏览全部 400+ MCP 服务器和 Skills