/ Annuaire / Playground / TheOne Training Skills
● Communauté The1Studio ⚡ Instantané

TheOne Training Skills

par The1Studio · The1Studio/theone-training-skills

Claude Code skills for Unity engineers — VContainer, SignalBus, concise C# patterns.

Claude Code skills for Unity engineers — VContainer, SignalBus, concise C# patterns.

Démo en direct

Aperçu en pratique

theone-training-skills.replay ▶ prêt
0/0

Installer

Choisissez votre client

~/Library/Application Support/Claude/claude_desktop_config.json  · Windows: %APPDATA%\Claude\claude_desktop_config.json
{
  "mcpServers": {
    "theone-training-skills": {
      "command": "npx",
      "args": [
        "-y",
        "theone-training-skills"
      ]
    }
  }
}

Ouvrez Claude Desktop → Settings → Developer → Edit Config. Redémarrez après avoir enregistré.

~/.cursor/mcp.json · .cursor/mcp.json
{
  "mcpServers": {
    "theone-training-skills": {
      "command": "npx",
      "args": [
        "-y",
        "theone-training-skills"
      ]
    }
  }
}

Cursor utilise le même schéma mcpServers que Claude Desktop. La config projet l'emporte sur la globale.

VS Code → Cline → MCP Servers → Edit
{
  "mcpServers": {
    "theone-training-skills": {
      "command": "npx",
      "args": [
        "-y",
        "theone-training-skills"
      ]
    }
  }
}

Cliquez sur l'icône MCP Servers dans la barre latérale Cline, puis "Edit Configuration".

~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "theone-training-skills": {
      "command": "npx",
      "args": [
        "-y",
        "theone-training-skills"
      ]
    }
  }
}

Même format que Claude Desktop. Redémarrez Windsurf pour appliquer.

~/.continue/config.json
{
  "mcpServers": [
    {
      "name": "theone-training-skills",
      "command": "npx",
      "args": [
        "-y",
        "theone-training-skills"
      ]
    }
  ]
}

Continue utilise un tableau d'objets serveur plutôt qu'une map.

~/.config/zed/settings.json
{
  "context_servers": {
    "theone-training-skills": {
      "command": {
        "path": "npx",
        "args": [
          "-y",
          "theone-training-skills"
        ]
      }
    }
  }
}

Ajoutez dans context_servers. Zed recharge à chaud à la sauvegarde.

claude mcp add theone-training-skills -- npx -y theone-training-skills

Une seule ligne. Vérifiez avec claude mcp list. Supprimez avec claude mcp remove.

Cas d'usage

Usages concrets : TheOne Training Skills

Get started with TheOne Training Skills

Quand l'utiliser : When you want to bring TheOne Training Skills into your Claude workflow.

Déroulement
  1. Install the skill in your client (see Install tab).
  2. Authenticate or configure required tokens.
  3. Ask Claude to use the new tools.
    Use TheOne Training Skills to help me with a task.✓ Copié

Résultat : Claude can interact with TheOne Training Skills directly from your IDE.

Plus

Ressources

📖 Lire le README officiel sur GitHub

🐙 Voir les issues ouvertes

🔍 Parcourir les 400+ serveurs MCP et Skills