/ Каталог / Песочница / Claude Code Guide (Auto-Updated)
● Сообщество Cranot ⚡ Сразу

Claude Code Guide (Auto-Updated)

автор Cranot · Cranot/claude-code-guide

The complete Claude Code CLI guide — live, auto-updated every 2 days.

The complete Claude Code CLI guide — live, auto-updated every 2 days.

Живое демо

Как выглядит на практике

claude-code-guide-cranot.replay ▶ готово
0/0

Установка

Выберите клиент

~/Library/Application Support/Claude/claude_desktop_config.json  · Windows: %APPDATA%\Claude\claude_desktop_config.json
{
  "mcpServers": {
    "claude-code-guide-cranot": {
      "command": "npx",
      "args": [
        "-y",
        "claude-code-guide-cranot"
      ]
    }
  }
}

Откройте Claude Desktop → Settings → Developer → Edit Config. Перезапустите после сохранения.

~/.cursor/mcp.json · .cursor/mcp.json
{
  "mcpServers": {
    "claude-code-guide-cranot": {
      "command": "npx",
      "args": [
        "-y",
        "claude-code-guide-cranot"
      ]
    }
  }
}

Cursor использует ту же схему mcpServers, что и Claude Desktop. Конфиг проекта приоритетнее глобального.

VS Code → Cline → MCP Servers → Edit
{
  "mcpServers": {
    "claude-code-guide-cranot": {
      "command": "npx",
      "args": [
        "-y",
        "claude-code-guide-cranot"
      ]
    }
  }
}

Щёлкните значок MCP Servers на боковой панели Cline, затем "Edit Configuration".

~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "claude-code-guide-cranot": {
      "command": "npx",
      "args": [
        "-y",
        "claude-code-guide-cranot"
      ]
    }
  }
}

Тот же формат, что и Claude Desktop. Перезапустите Windsurf для применения.

~/.continue/config.json
{
  "mcpServers": [
    {
      "name": "claude-code-guide-cranot",
      "command": "npx",
      "args": [
        "-y",
        "claude-code-guide-cranot"
      ]
    }
  ]
}

Continue использует массив объектов серверов, а не map.

~/.config/zed/settings.json
{
  "context_servers": {
    "claude-code-guide-cranot": {
      "command": {
        "path": "npx",
        "args": [
          "-y",
          "claude-code-guide-cranot"
        ]
      }
    }
  }
}

Добавьте в context_servers. Zed перезагружается автоматически.

claude mcp add claude-code-guide-cranot -- npx -y claude-code-guide-cranot

Однострочная команда. Проверить: claude mcp list. Удалить: claude mcp remove.

Сценарии использования

Реальные сценарии: Claude Code Guide (Auto-Updated)

Get started with Claude Code Guide (Auto-Updated)

Когда использовать: When you want to bring Claude Code Guide (Auto-Updated) into your Claude workflow.

Поток
  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 Claude Code Guide (Auto-Updated) to help me with a task.✓ Скопировано

Итог: Claude can interact with Claude Code Guide (Auto-Updated) directly from your IDE.

Ещё

Ресурсы

📖 Читать официальный README на GitHub

🐙 Открытые задачи

🔍 Все 400+ MCP-серверов и Skills