/ Diretório / Playground / Mindrally Skills (240+ from Cursor rules)
● Comunidade Mindrally ⚡ Instantâneo

Mindrally Skills (240+ from Cursor rules)

por Mindrally · Mindrally/skills

240+ Claude Code skills converted from Cursor rules — expert guidelines for every major framework.

240+ Claude Code skills converted from Cursor rules — expert guidelines for every major framework.

Demo ao vivo

Como fica na prática

mindrally-skills-240.replay ▶ pronto
0/0

Instalar

Escolha seu cliente

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

Abra Claude Desktop → Settings → Developer → Edit Config. Reinicie após salvar.

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

Cursor usa o mesmo esquema mcpServers que o Claude Desktop. Config de projeto vence a global.

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

Clique no ícone MCP Servers na barra lateral do Cline, depois "Edit Configuration".

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

Mesmo formato do Claude Desktop. Reinicie o Windsurf para aplicar.

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

O Continue usa um array de objetos de servidor em vez de um map.

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

Adicione em context_servers. Zed recarrega automaticamente ao salvar.

claude mcp add mindrally-skills-240 -- npx -y mindrally-skills-240

Uma linha só. Verifique com claude mcp list. Remova com claude mcp remove.

Casos de uso

Usos do mundo real: Mindrally Skills (240+ from Cursor rules)

Get started with Mindrally Skills (240+ from Cursor rules)

Quando usar: When you want to bring Mindrally Skills (240+ from Cursor rules) into your Claude workflow.

Fluxo
  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 Mindrally Skills (240+ from Cursor rules) to help me with a task.✓ Copiado

Resultado: Claude can interact with Mindrally Skills (240+ from Cursor rules) directly from your IDE.

Mais

Recursos

📖 Leia o README oficial no GitHub

🐙 Ver issues abertas

🔍 Ver todos os 400+ servidores MCP e Skills