/ Каталог / Песочница / Claude Education Skills
● Сообщество GarethManning ⚡ Сразу

Claude Education Skills

автор 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.

Живое демо

Как выглядит на практике

claude-education-skills.replay ▶ готово
0/0

Установка

Выберите клиент

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

Откройте Claude Desktop → Settings → Developer → Edit Config. Перезапустите после сохранения.

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

Cursor использует ту же схему mcpServers, что и Claude Desktop. Конфиг проекта приоритетнее глобального.

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

Щёлкните значок MCP Servers на боковой панели Cline, затем "Edit Configuration".

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

Тот же формат, что и Claude Desktop. Перезапустите Windsurf для применения.

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

Continue использует массив объектов серверов, а не map.

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

Добавьте в context_servers. Zed перезагружается автоматически.

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

Однострочная команда. Проверить: claude mcp list. Удалить: claude mcp remove.

Сценарии использования

Реальные сценарии: Claude Education Skills

Get started with Claude Education Skills

Когда использовать: When you want to bring Claude Education Skills into your Claude workflow.

Поток
  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.✓ Скопировано

Итог: Claude can interact with Claude Education Skills directly from your IDE.

Ещё

Ресурсы

📖 Читать официальный README на GitHub

🐙 Открытые задачи

🔍 Все 400+ MCP-серверов и Skills