/ Directorio / Playground / Elixir Architect
● Comunidad maxim-ist ⚡ Instantáneo

Elixir Architect

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

Demo en vivo

Cómo se ve en la práctica

elixir-architect-skill.replay ▶ listo
0/0

Instalar

Elige tu cliente

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

Abre Claude Desktop → Settings → Developer → Edit Config. Reinicia después de guardar.

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

Cursor usa el mismo esquema mcpServers que Claude Desktop. La configuración del proyecto prevalece sobre la global.

VS Code → Cline → MCP Servers → Edit
{
  "mcpServers": {
    "elixir-architect-skill": {
      "command": "npx",
      "args": [
        "-y",
        "elixir-architect-skill"
      ]
    }
  }
}

Haz clic en el icono MCP Servers de la barra lateral de Cline y luego en "Edit Configuration".

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

Mismo formato que Claude Desktop. Reinicia Windsurf para aplicar.

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

Continue usa un array de objetos de servidor en lugar de un mapa.

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

Añádelo a context_servers. Zed recarga en caliente al guardar.

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

Un solo comando. Verifica con claude mcp list. Quita con claude mcp remove.

Casos de uso

Usos del mundo real: Elixir Architect

Get started with Elixir Architect

Cuándo usarlo: When you want to bring Elixir Architect into your Claude workflow.

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

Resultado: Claude can interact with Elixir Architect directly from your IDE.

Más

Recursos

📖 Lee el README oficial en GitHub

🐙 Ver issues abiertas

🔍 Ver todos los 400+ servidores MCP y Skills