/ Diretório / Playground / cc-thingz
● Comunidade umputun ⚡ Instantâneo

cc-thingz

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

Por que usar

Principais recursos

Demo ao vivo

Como fica na prática

pronto

Instalar

Escolha seu cliente

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

Abra Claude Desktop → Settings → Developer → Edit Config. Reinicie após salvar.

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

Cursor usa o mesmo esquema mcpServers que o Claude Desktop. Config de projeto vence a global.

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

Clique no ícone MCP Servers na barra lateral do Cline, depois "Edit Configuration".

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

Mesmo formato do Claude Desktop. Reinicie o Windsurf para aplicar.

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

O Continue usa um array de objetos de servidor em vez de um map.

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

Adicione em context_servers. Zed recarrega automaticamente ao salvar.

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

Uma linha só. Verifique com claude mcp list. Remova com claude mcp remove.

Casos de uso

Usos do mundo real: cc-thingz

Cherry-pick the bits you want

👤 Claude Code users ⏱ ~15 min intermediate

Quando usar: You don't need a framework — just the small useful pieces.

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

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

Combinações

Combine com outros MCPs para 10× de alavancagem

Combine status hooks with safety hooks

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

Ferramentas

O que este MCP expõe

FerramentaEntradasQuando chamarCusto
multi-skill (see docs) Each subdirectory is a skill or hook 1 call

Custo e limites

O que custa rodar

Cota de API
N/A
Tokens por chamada
0
Monetário
Free
Dica
Don't install everything; pick

Segurança

Permissões, segredos, alcance

Armazenamento de credenciais: None
Saída de dados: None

Solução de problemas

Erros comuns e correções

Skill assumes umputun's setup

Some hardcoded paths — review before copying

Alternativas

cc-thingz vs. outros

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

Mais

Recursos

📖 Leia o README oficial no GitHub

🐙 Ver issues abertas

🔍 Ver todos os 400+ servidores MCP e Skills