/ Diretório / Playground / Claude Education Skills
● Comunidade GarethManning ⚡ Instantâneo

Claude Education Skills

por GarethManning · GarethManning/claude-education-skills

165 evidence-based education skills for Claude, Codex, Hermes and any Agent Skills-compatible tool.

165 evidence-based education skills for Claude, Codex, Hermes and any Agent Skills-compatible tool.

Demo ao vivo

Como fica na prática

claude-education-skills.replay ▶ pronto
0/0

Instalar

Escolha seu cliente

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

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

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

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

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

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

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

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

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

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

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

Adicione em context_servers. Zed recarrega automaticamente ao salvar.

claude mcp add claude-education-skills -- npx -y claude-education-skills

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

Casos de uso

Usos do mundo real: Claude Education Skills

Get started with Claude Education Skills

Quando usar: When you want to bring Claude Education Skills 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 Claude Education Skills to help me with a task.✓ Copiado

Resultado: Claude can interact with Claude Education Skills directly from your IDE.

Mais

Recursos

📖 Leia o README oficial no GitHub

🐙 Ver issues abertas

🔍 Ver todos os 400+ servidores MCP e Skills