/ ディレクトリ / プレイグラウンド / Claude Skills Collection
● コミュニティ abubakarsiddik31 ⚡ 即起動

Claude Skills Collection

作者 abubakarsiddik31 · abubakarsiddik31/claude-skills-collection

Curated collection of official and community-built Claude Skills for productivity, creativity, coding.

Claude Skills Collection is a skill that curated collection of official and community-built claude skills for productivity, creativity, coding Use it from Claude Code, Cursor, Codex, or any MCP-compatible / skills-compatible agent.

なぜ使うのか

主な機能

ライブデモ

実際の動作

claude-skills-collection-abu.replay ▶ 準備完了
0/0

インストール

クライアントを選択

~/Library/Application Support/Claude/claude_desktop_config.json  · Windows: %APPDATA%\Claude\claude_desktop_config.json
{
  "mcpServers": {
    "claude-skills-collection-abu": {
      "command": "git",
      "args": [
        "clone",
        "https://github.com/abubakarsiddik31/claude-skills-collection",
        "~/.claude/skills/abubakar-collection"
      ],
      "_inferred": true
    }
  }
}

Claude Desktop → Settings → Developer → Edit Config を開く。保存後、アプリを再起動。

~/.cursor/mcp.json · .cursor/mcp.json
{
  "mcpServers": {
    "claude-skills-collection-abu": {
      "command": "git",
      "args": [
        "clone",
        "https://github.com/abubakarsiddik31/claude-skills-collection",
        "~/.claude/skills/abubakar-collection"
      ],
      "_inferred": true
    }
  }
}

Cursor は Claude Desktop と同じ mcpServers スキーマを使用。プロジェクト設定はグローバルより優先。

VS Code → Cline → MCP Servers → Edit
{
  "mcpServers": {
    "claude-skills-collection-abu": {
      "command": "git",
      "args": [
        "clone",
        "https://github.com/abubakarsiddik31/claude-skills-collection",
        "~/.claude/skills/abubakar-collection"
      ],
      "_inferred": true
    }
  }
}

Cline サイドバーの MCP Servers アイコンをクリックし、"Edit Configuration" を選択。

~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "claude-skills-collection-abu": {
      "command": "git",
      "args": [
        "clone",
        "https://github.com/abubakarsiddik31/claude-skills-collection",
        "~/.claude/skills/abubakar-collection"
      ],
      "_inferred": true
    }
  }
}

Claude Desktop と同じ形式。Windsurf を再起動して反映。

~/.continue/config.json
{
  "mcpServers": [
    {
      "name": "claude-skills-collection-abu",
      "command": "git",
      "args": [
        "clone",
        "https://github.com/abubakarsiddik31/claude-skills-collection",
        "~/.claude/skills/abubakar-collection"
      ]
    }
  ]
}

Continue はマップではなくサーバーオブジェクトの配列を使用。

~/.config/zed/settings.json
{
  "context_servers": {
    "claude-skills-collection-abu": {
      "command": {
        "path": "git",
        "args": [
          "clone",
          "https://github.com/abubakarsiddik31/claude-skills-collection",
          "~/.claude/skills/abubakar-collection"
        ]
      }
    }
  }
}

context_servers に追加。保存時に Zed がホットリロード。

claude mcp add claude-skills-collection-abu -- git clone https://github.com/abubakarsiddik31/claude-skills-collection ~/.claude/skills/abubakar-collection

ワンライナー。claude mcp list で確認、claude mcp remove で削除。

ユースケース

実用的な使い方: Claude Skills Collection

Use Claude Skills Collection for its core workflow

👤 Engineers and power users ⏱ ~15 min intermediate

使うタイミング: You want skill integration for skill work without writing glue code.

前提条件
  • Repo installed / cloned — See repo README
フロー
  1. Install
    Set up the Claude Skills Collection skill.✓ コピーしました
    → skill listed in your agent config
  2. Invoke
    Use Claude Skills Collection to run a representative task in skill.✓ コピーしました
    → Tool call succeeds; result returned

結果: Real skill work completed via Claude Skills Collection with one chat.

注意点
  • Auth/credential setup is the most common blocker. — Follow the repo README for env vars and tokens.
組み合わせ: filesystem

組み合わせ

他のMCPと組み合わせて10倍の力を

claude-skills-collection-abu + filesystem

Pair with filesystem for skill workflows that need local file IO.

Use Claude Skills Collection together with filesystem.✓ コピーしました

ツール

このMCPが提供する機能

ツール入力呼び出すタイミングコスト
primary_call task-specific For the main use case Varies

コストと制限

運用コスト

APIクォータ
Provider rate limits apply
呼び出しあたりのトークン
Varies
金額
Free / pay provider directly
ヒント
Cache results; batch calls.

セキュリティ

権限、シークレット、影響範囲

認証情報の保管: Use environment variables or your OS keychain.
データ送信先: Depends on integration

トラブルシューティング

よくあるエラーと対処法

Confirm install and restart your agent.

その他

リソース

📖 GitHub の公式 README を読む

🐙 オープンな issue を見る

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