/ Diretório / Playground / human-skill-tree
● Comunidade 24kchengYe ⚡ Instantâneo

human-skill-tree

por 24kchengYe · 24kchengYe/human-skill-tree

33 learning skills from K-12 through career — turns Claude into a tutor that uses spaced repetition, active recall, and Socratic dialogue instead of just answering.

A skill collection for structured lifelong learning. Rather than giving direct answers (which research shows reduces skill acquisition), these 33 skills enforce pedagogical guardrails: spaced repetition, active recall, Socratic questions, and formative assessment. Covers K-12 subjects, university courses, research skills, career skills, and social intelligence across 800+ subjects and 15 education systems.

Por que usar

Principais recursos

Demo ao vivo

Como fica na prática

human-skill-tree-skill.replay ▶ pronto
0/0

Instalar

Escolha seu cliente

~/Library/Application Support/Claude/claude_desktop_config.json  · Windows: %APPDATA%\Claude\claude_desktop_config.json
{
  "mcpServers": {
    "human-skill-tree-skill": {
      "command": "git",
      "args": [
        "clone",
        "https://github.com/24kchengYe/human-skill-tree",
        "~/.claude/skills/human-skill-tree"
      ],
      "_inferred": true
    }
  }
}

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

~/.cursor/mcp.json · .cursor/mcp.json
{
  "mcpServers": {
    "human-skill-tree-skill": {
      "command": "git",
      "args": [
        "clone",
        "https://github.com/24kchengYe/human-skill-tree",
        "~/.claude/skills/human-skill-tree"
      ],
      "_inferred": true
    }
  }
}

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

VS Code → Cline → MCP Servers → Edit
{
  "mcpServers": {
    "human-skill-tree-skill": {
      "command": "git",
      "args": [
        "clone",
        "https://github.com/24kchengYe/human-skill-tree",
        "~/.claude/skills/human-skill-tree"
      ],
      "_inferred": true
    }
  }
}

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

~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "human-skill-tree-skill": {
      "command": "git",
      "args": [
        "clone",
        "https://github.com/24kchengYe/human-skill-tree",
        "~/.claude/skills/human-skill-tree"
      ],
      "_inferred": true
    }
  }
}

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

~/.continue/config.json
{
  "mcpServers": [
    {
      "name": "human-skill-tree-skill",
      "command": "git",
      "args": [
        "clone",
        "https://github.com/24kchengYe/human-skill-tree",
        "~/.claude/skills/human-skill-tree"
      ]
    }
  ]
}

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

~/.config/zed/settings.json
{
  "context_servers": {
    "human-skill-tree-skill": {
      "command": {
        "path": "git",
        "args": [
          "clone",
          "https://github.com/24kchengYe/human-skill-tree",
          "~/.claude/skills/human-skill-tree"
        ]
      }
    }
  }
}

Adicione em context_servers. Zed recarrega automaticamente ao salvar.

claude mcp add human-skill-tree-skill -- git clone https://github.com/24kchengYe/human-skill-tree ~/.claude/skills/human-skill-tree

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

Casos de uso

Usos do mundo real: human-skill-tree

Prep for a high-school calc exam without getting answers spoon-fed

👤 High school and early-college students ⏱ ~45 min beginner

Quando usar: You have two weeks before an exam and want to actually learn the material.

Fluxo
  1. Start a study session
    Use the human-skill-tree math skill. Quiz me on derivatives — start with what I already know, then push me.✓ Copiado
    → Diagnostic question before instruction; answers withheld until I try
  2. Spaced review
    End of session — schedule my next review.✓ Copiado
    → Spaced repetition schedule with specific topics

Resultado: Actual skill acquisition, not homework speedruns.

Armadilhas
  • Student pushes for direct answers — The skill's design resists this; if you short-circuit it you lose the benefit
Combine com: tutor-skill

Build a career skill (e.g. negotiation) through Socratic dialogue

👤 Early- to mid-career professionals ⏱ ~30 min intermediate

Quando usar: You want depth in a soft skill, not another article recap.

Fluxo
  1. Pick a target skill
    Use the negotiation skill. I want to get better at salary negotiation.✓ Copiado
    → Skill opens with a diagnostic scenario
  2. Role-play
    Let's run a scenario — you're the hiring manager, I'm the candidate.✓ Copiado
    → Pressure-tested role play with post-debrief

Resultado: Rehearsed responses you can bring to a real negotiation.

Armadilhas
  • Role play too easy — Tell the skill to increase difficulty — harder counteroffers, more pushback

Combinações

Combine com outros MCPs para 10× de alavancagem

human-skill-tree-skill + tutor-skill

Pair with tutor-skill's Obsidian study vaults for persistent notes

Use human-skill-tree for the dialogue, tutor-skill to save notes into my Obsidian vault.✓ Copiado
human-skill-tree-skill + filesystem

Store progress logs for each subject

Save today's session summary and spaced-rep schedule under ~/learning/calc/.✓ Copiado

Ferramentas

O que este MCP expõe

FerramentaEntradasQuando chamarCusto
Diagnostic assessment topic Start of any learning session 0
Active recall drills studied material Mid-session reinforcement 0
Socratic dialogue concept Conceptual depth, critical thinking 0
Spaced-repetition scheduling session results End of session 0

Custo e limites

O que custa rodar

Cota de API
None
Tokens por chamada
Moderate — dialogue-heavy by design
Monetário
Free — skill is local
Dica
Long dialogue sessions can burn tokens; break into 30-45 min chunks.

Segurança

Permissões, segredos, alcance

Armazenamento de credenciais: No credentials — skill is prompts
Saída de dados: None

Solução de problemas

Erros comuns e correções

Skill gives direct answers when asked to quiz

Explicitly say 'pedagogical mode — withhold answers until I try'.

Drills feel repetitive

Ask for interleaved practice across related topics, not blocked on one.

Alternativas

human-skill-tree vs. outros

AlternativaQuando usarTroca
tutor-skillYou want PDF-to-Obsidian study vaults, not live tutoringDifferent modality — document-centric vs dialogue-centric
Anki / spaced-repetition appsYou want purpose-built SRS toolingDeeper SRS but no tutoring dialogue

Mais

Recursos

📖 Leia o README oficial no GitHub

🐙 Ver issues abertas

🔍 Ver todos os 400+ servidores MCP e Skills