/ Verzeichnis / Playground / cc-thingz
● Community umputun ⚡ Sofort

cc-thingz

von 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.

Warum nutzen

Hauptfunktionen

Live-Demo

In der Praxis

bereit

Installieren

Wählen Sie Ihren Client

~/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
    }
  }
}

Öffne Claude Desktop → Settings → Developer → Edit Config. Nach dem Speichern neu starten.

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

Cursor nutzt das gleiche mcpServers-Schema wie Claude Desktop. Projektkonfiguration schlägt die globale.

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

Klicken Sie auf das MCP-Servers-Symbol in der Cline-Seitenleiste, dann "Edit Configuration".

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

Gleiche Struktur wie Claude Desktop. Windsurf neu starten zum Übernehmen.

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

Continue nutzt ein Array von Serverobjekten statt einer Map.

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

In context_servers hinzufügen. Zed lädt beim Speichern neu.

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

Einzeiler. Prüfen mit claude mcp list. Entfernen mit claude mcp remove.

Anwendungsfälle

Praxisnahe Nutzung: cc-thingz

Cherry-pick the bits you want

👤 Claude Code users ⏱ ~15 min intermediate

Wann einsetzen: You don't need a framework — just the small useful pieces.

Ablauf
  1. Browse
    Read each skill's SKILL.md.✓ Kopiert
    → Mental map
  2. Copy
    Copy the ones you want; skip the rest.✓ Kopiert
    → Slim integration

Ergebnis: Your config gains capabilities without taking on a framework.

Kombinationen

Mit anderen MCPs für 10-fache Wirkung

Combine status hooks with safety hooks

Combine cc-thingz with claude-code-safety-net: Combine status hooks with safety hooks✓ Kopiert

Werkzeuge

Was dieses MCP bereitstellt

WerkzeugEingabenWann aufrufenKosten
multi-skill (see docs) Each subdirectory is a skill or hook 1 call

Kosten & Limits

Was der Betrieb kostet

API-Kontingent
N/A
Tokens pro Aufruf
0
Kosten in €
Free
Tipp
Don't install everything; pick

Sicherheit

Rechte, Secrets, Reichweite

Credential-Speicherung: None
Datenabfluss: None

Fehlerbehebung

Häufige Fehler und Lösungen

Skill assumes umputun's setup

Some hardcoded paths — review before copying

Alternativen

cc-thingz vs. andere

AlternativeWann stattdessenKompromiss
jqueryscript/awesome-claude-codeYou want a curated list rather than a working setDiscovery vs ready-to-use

Mehr

Ressourcen

📖 Offizielle README auf GitHub lesen

🐙 Offene Issues ansehen

🔍 Alle 400+ MCP-Server und Skills durchsuchen