/ Diretório / Playground / TheOne Training Skills
● Comunidade The1Studio ⚡ Instantâneo

TheOne Training Skills

por 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.

Demo ao vivo

Como fica na prática

theone-training-skills.replay ▶ pronto
0/0

Instalar

Escolha seu cliente

~/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"
      ]
    }
  }
}

Abra Claude Desktop → Settings → Developer → Edit Config. Reinicie após salvar.

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

Cursor usa o mesmo esquema mcpServers que o Claude Desktop. Config de projeto vence a global.

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

Clique no ícone MCP Servers na barra lateral do Cline, depois "Edit Configuration".

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

Mesmo formato do Claude Desktop. Reinicie o Windsurf para aplicar.

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

O Continue usa um array de objetos de servidor em vez de um map.

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

Adicione em context_servers. Zed recarrega automaticamente ao salvar.

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

Uma linha só. Verifique com claude mcp list. Remova com claude mcp remove.

Casos de uso

Usos do mundo real: TheOne Training Skills

Get started with TheOne Training Skills

Quando usar: When you want to bring TheOne Training Skills into your Claude workflow.

Fluxo
  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.✓ Copiado

Resultado: Claude can interact with TheOne Training Skills directly from your IDE.

Mais

Recursos

📖 Leia o README oficial no GitHub

🐙 Ver issues abertas

🔍 Ver todos os 400+ servidores MCP e Skills