/ Verzeichnis / Playground / ClaudeKit Skills
● Community mrgoonie ⚡ Sofort

ClaudeKit Skills

von mrgoonie · mrgoonie/claudekit-skills

All powerful skills of ClaudeKit.cc — a comprehensive Claude Code skill pack.

ClaudeKit Skills is a skill that all powerful skills of claudekit.cc — a comprehensive claude code skill pack Use it from Claude Code, Cursor, Codex, or any MCP-compatible / skills-compatible agent.

Warum nutzen

Hauptfunktionen

Live-Demo

In der Praxis

claudekit-skills.replay ▶ bereit
0/0

Installieren

Wählen Sie Ihren Client

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

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

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

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

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

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

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

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

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

Continue nutzt ein Array von Serverobjekten statt einer Map.

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

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

claude mcp add claudekit-skills -- git clone https://github.com/mrgoonie/claudekit-skills ~/.claude/skills/claudekit

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

Anwendungsfälle

Praxisnahe Nutzung: ClaudeKit Skills

Use ClaudeKit Skills for its core workflow

👤 Engineers and power users ⏱ ~15 min intermediate

Wann einsetzen: You want skill integration for skill work without writing glue code.

Voraussetzungen
  • Repo installed / cloned — See repo README
Ablauf
  1. Install
    Set up the ClaudeKit Skills skill.✓ Kopiert
    → skill listed in your agent config
  2. Invoke
    Use ClaudeKit Skills to run a representative task in skill.✓ Kopiert
    → Tool call succeeds; result returned

Ergebnis: Real skill work completed via ClaudeKit Skills with one chat.

Fallstricke
  • Auth/credential setup is the most common blocker. — Follow the repo README for env vars and tokens.
Kombinieren mit: filesystem

Kombinationen

Mit anderen MCPs für 10-fache Wirkung

claudekit-skills + filesystem

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

Use ClaudeKit Skills together with filesystem.✓ Kopiert

Werkzeuge

Was dieses MCP bereitstellt

WerkzeugEingabenWann aufrufenKosten
primary_call task-specific For the main use case Varies

Kosten & Limits

Was der Betrieb kostet

API-Kontingent
Provider rate limits apply
Tokens pro Aufruf
Varies
Kosten in €
Free / pay provider directly
Tipp
Cache results; batch calls.

Sicherheit

Rechte, Secrets, Reichweite

Credential-Speicherung: Use environment variables or your OS keychain.
Datenabfluss: Depends on integration

Fehlerbehebung

Häufige Fehler und Lösungen

Confirm install and restart your agent.

Mehr

Ressourcen

📖 Offizielle README auf GitHub lesen

🐙 Offene Issues ansehen

🔍 Alle 400+ MCP-Server und Skills durchsuchen