/ Annuaire / Playground / cc-thingz
● Communauté umputun ⚡ Instantané

cc-thingz

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

Pourquoi l'utiliser

Fonctionnalités clés

Démo en direct

Aperçu en pratique

prêt

Installer

Choisissez votre 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
    }
  }
}

Ouvrez Claude Desktop → Settings → Developer → Edit Config. Redémarrez après avoir enregistré.

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

Cursor utilise le même schéma mcpServers que Claude Desktop. La config projet l'emporte sur la globale.

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

Cliquez sur l'icône MCP Servers dans la barre latérale Cline, puis "Edit Configuration".

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

Même format que Claude Desktop. Redémarrez Windsurf pour appliquer.

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

Continue utilise un tableau d'objets serveur plutôt qu'une map.

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

Ajoutez dans context_servers. Zed recharge à chaud à la sauvegarde.

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

Une seule ligne. Vérifiez avec claude mcp list. Supprimez avec claude mcp remove.

Cas d'usage

Usages concrets : cc-thingz

Cherry-pick the bits you want

👤 Claude Code users ⏱ ~15 min intermediate

Quand l'utiliser : You don't need a framework — just the small useful pieces.

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

Résultat : Your config gains capabilities without taking on a framework.

Combinaisons

Associez-le à d'autres MCPs pour un effet X10

Combine status hooks with safety hooks

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

Outils

Ce que ce MCP expose

OutilEntréesQuand appelerCoût
multi-skill (see docs) Each subdirectory is a skill or hook 1 call

Coût et limites

Coût d'exécution

Quota d'API
N/A
Tokens par appel
0
Monétaire
Free
Astuce
Don't install everything; pick

Sécurité

Permissions, secrets, portée

Stockage des identifiants : None
Sortie de données : None

Dépannage

Erreurs courantes et correctifs

Skill assumes umputun's setup

Some hardcoded paths — review before copying

Alternatives

cc-thingz vs autres

AlternativeQuand l'utiliserCompromis
jqueryscript/awesome-claude-codeYou want a curated list rather than a working setDiscovery vs ready-to-use

Plus

Ressources

📖 Lire le README officiel sur GitHub

🐙 Voir les issues ouvertes

🔍 Parcourir les 400+ serveurs MCP et Skills