/ Каталог / Песочница / cc-thingz
● Сообщество umputun ⚡ Сразу

cc-thingz

автор umputun · umputun/cc-thingz

Pragmatic, daily-driver collection — utilities and hooks the author actually uses, not aspirational scaffolds.

A maintained dotfiles-style repo of small Claude Code skills and hooks. Each one exists because the author hit a real annoyance. Useful both for direct adoption and as inspiration.

Зачем использовать

Ключевые функции

Живое демо

Как выглядит на практике

готово

Установка

Выберите клиент

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

Откройте Claude Desktop → Settings → Developer → Edit Config. Перезапустите после сохранения.

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

Cursor использует ту же схему mcpServers, что и Claude Desktop. Конфиг проекта приоритетнее глобального.

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

Щёлкните значок MCP Servers на боковой панели Cline, затем "Edit Configuration".

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

Тот же формат, что и Claude Desktop. Перезапустите Windsurf для применения.

~/.continue/config.json
{
  "mcpServers": [
    {
      "name": "cc-thingz",
      "command": "git",
      "args": [
        "clone",
        "https://github.com/umputun/cc-thingz"
      ]
    }
  ]
}

Continue использует массив объектов серверов, а не map.

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

Добавьте в context_servers. Zed перезагружается автоматически.

claude mcp add cc-thingz -- git clone https://github.com/umputun/cc-thingz

Однострочная команда. Проверить: claude mcp list. Удалить: claude mcp remove.

Сценарии использования

Реальные сценарии: cc-thingz

Cherry-pick the bits you want

👤 Claude Code users ⏱ ~15 min intermediate

Когда использовать: You don't need a framework — just the small useful pieces.

Поток
  1. Browse
    Read each skill's SKILL.md.✓ Скопировано
    → Mental map
  2. Copy
    Copy the ones you want; skip the rest.✓ Скопировано
    → Slim integration

Итог: Your config gains capabilities without taking on a framework.

Комбинации

Сочетайте с другими MCP — эффект x10

Combine status hooks with safety hooks

Combine cc-thingz with claude-code-safety-net: Combine status hooks with safety hooks✓ Скопировано

Инструменты

Что предоставляет этот MCP

ИнструментВходные данныеКогда вызыватьСтоимость
multi-skill (see docs) Each subdirectory is a skill or hook 1 call

Стоимость и лимиты

Во что обходится

Квота API
N/A
Токенов на вызов
0
Деньги
Free
Совет
Don't install everything; pick

Безопасность

Права, секреты, радиус поражения

Хранение учётных данных: None
Исходящий трафик: None

Устранение неполадок

Частые ошибки и исправления

Skill assumes umputun's setup

Some hardcoded paths — review before copying

Альтернативы

cc-thingz в сравнении

АльтернативаКогда использоватьКомпромисс
jqueryscript/awesome-claude-codeYou want a curated list rather than a working setDiscovery vs ready-to-use

Ещё

Ресурсы

📖 Читать официальный README на GitHub

🐙 Открытые задачи

🔍 Все 400+ MCP-серверов и Skills