/ ディレクトリ / プレイグラウンド / 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 は Claude Desktop と同じ mcpServers スキーマを使用。プロジェクト設定はグローバルより優先。

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

Cline サイドバーの MCP Servers アイコンをクリックし、"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 はマップではなくサーバーオブジェクトの配列を使用。

~/.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と組み合わせて10倍の力を

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

その他

リソース

📖 GitHub の公式 README を読む

🐙 オープンな issue を見る

🔍 400以上のMCPサーバーとSkillsを見る