/ Каталог / Песочница / Skills for Architects
● Сообщество AlpacaLabs ⚡ Сразу

Skills for Architects

автор AlpacaLabs · AlpacaLabsLLC/skills-for-architects

Claude Code skills for architecture, real estate, and workplace strategy.

Claude Code skills for architecture, real estate, and workplace strategy.

Живое демо

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

skills-for-architects.replay ▶ готово
0/0

Установка

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

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

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

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

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

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

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

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

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

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

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

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

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

claude mcp add skills-for-architects -- npx -y skills-for-architects

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

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

Реальные сценарии: Skills for Architects

Get started with Skills for Architects

Когда использовать: When you want to bring Skills for Architects 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 Skills for Architects to help me with a task.✓ Скопировано

Итог: Claude can interact with Skills for Architects directly from your IDE.

Ещё

Ресурсы

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

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

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