/ Verzeichnis / Playground / Qt Agent Skills
● Offiziell TheQtCompanyRnD ⚡ Sofort

Qt Agent Skills

von TheQtCompanyRnD · TheQtCompanyRnD/agent-skills

Official Qt AI engineering skills - QML, widgets, signals/slots, and Qt Quick for coding agents.

Qt Agent Skills is a Claude Code/agent skill by TheQtCompanyRnD. Official Qt AI engineering skills - QML, widgets, signals/slots, and Qt Quick for coding agents. See the source repo for setup, supported clients, and configuration details.

Warum nutzen

Hauptfunktionen

Live-Demo

In der Praxis

qt-agent-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": {
    "qt-agent-skills": {
      "command": "git",
      "args": [
        "clone",
        "https://github.com/TheQtCompanyRnD/agent-skills",
        "~/.claude/skills/qt-agent-skills"
      ],
      "_inferred": true
    }
  }
}

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

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

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

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

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

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

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

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

Continue nutzt ein Array von Serverobjekten statt einer Map.

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

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

claude mcp add qt-agent-skills -- git clone https://github.com/TheQtCompanyRnD/agent-skills ~/.claude/skills/qt-agent-skills

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

Anwendungsfälle

Praxisnahe Nutzung: Qt Agent Skills

Use Qt Agent Skills for its primary workflow

👤 Developers using AI coding agents ⏱ ~10 min beginner

Wann einsetzen: You need the capability: Official Qt AI engineering skills - QML, widgets, signals/slots, and Qt Quick for coding agents.

Voraussetzungen
  • Skill installed — git clone https://github.com/TheQtCompanyRnD/agent-skills ~/.claude/skills/qt-agent-skills
Ablauf
  1. Install
    Install Qt Agent Skills following the README at https://github.com/TheQtCompanyRnD/agent-skills✓ Kopiert
    → Skill appears in your client's available tools/skills
  2. Invoke
    Use Qt Agent Skills to complete the task described in its docs.✓ Kopiert
    → Agent calls the relevant tool/skill and returns a result

Ergebnis: Working integration with the capabilities advertised by the project.

Fallstricke
  • README is the source of truth; details here may lag upstream — Check https://github.com/TheQtCompanyRnD/agent-skills for the latest setup steps and tool list

Mehr

Ressourcen

📖 Offizielle README auf GitHub lesen

🐙 Offene Issues ansehen

🔍 Alle 400+ MCP-Server und Skills durchsuchen