/ Annuaire / Playground / Elixir Architect
● Communauté maxim-ist ⚡ Instantané

Elixir Architect

par maxim-ist · maxim-ist/elixir-architect

Claude Code skill that acts as an expert Elixir/OTP system architect — docs, project setup, idioms.

Claude Code skill that acts as an expert Elixir/OTP system architect — docs, project setup, idioms.

Démo en direct

Aperçu en pratique

elixir-architect-skill.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": {
    "elixir-architect-skill": {
      "command": "npx",
      "args": [
        "-y",
        "elixir-architect-skill"
      ]
    }
  }
}

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

~/.cursor/mcp.json · .cursor/mcp.json
{
  "mcpServers": {
    "elixir-architect-skill": {
      "command": "npx",
      "args": [
        "-y",
        "elixir-architect-skill"
      ]
    }
  }
}

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": {
    "elixir-architect-skill": {
      "command": "npx",
      "args": [
        "-y",
        "elixir-architect-skill"
      ]
    }
  }
}

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

~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "elixir-architect-skill": {
      "command": "npx",
      "args": [
        "-y",
        "elixir-architect-skill"
      ]
    }
  }
}

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

~/.continue/config.json
{
  "mcpServers": [
    {
      "name": "elixir-architect-skill",
      "command": "npx",
      "args": [
        "-y",
        "elixir-architect-skill"
      ]
    }
  ]
}

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

~/.config/zed/settings.json
{
  "context_servers": {
    "elixir-architect-skill": {
      "command": {
        "path": "npx",
        "args": [
          "-y",
          "elixir-architect-skill"
        ]
      }
    }
  }
}

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

claude mcp add elixir-architect-skill -- npx -y elixir-architect-skill

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

Cas d'usage

Usages concrets : Elixir Architect

Get started with Elixir Architect

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

Résultat : Claude can interact with Elixir Architect directly from your IDE.

Plus

Ressources

📖 Lire le README officiel sur GitHub

🐙 Voir les issues ouvertes

🔍 Parcourir les 400+ serveurs MCP et Skills