/ Annuaire / Playground / Skills for Architects
● Communauté AlpacaLabs ⚡ Instantané

Skills for Architects

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

Démo en direct

Aperçu en pratique

skills-for-architects.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": {
    "skills-for-architects": {
      "command": "npx",
      "args": [
        "-y",
        "skills-for-architects"
      ]
    }
  }
}

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

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

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": {
    "skills-for-architects": {
      "command": "npx",
      "args": [
        "-y",
        "skills-for-architects"
      ]
    }
  }
}

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

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

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

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

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

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

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

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

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

Cas d'usage

Usages concrets : Skills for Architects

Get started with Skills for Architects

Quand l'utiliser : When you want to bring Skills for Architects 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 Skills for Architects to help me with a task.✓ Copié

Résultat : Claude can interact with Skills for Architects directly from your IDE.

Plus

Ressources

📖 Lire le README officiel sur GitHub

🐙 Voir les issues ouvertes

🔍 Parcourir les 400+ serveurs MCP et Skills