/ Directorio / Playground / human-skill-tree
● Comunidad 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 qué usarlo

Características clave

Demo en vivo

Cómo se ve en la práctica

human-skill-tree-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": {
    "human-skill-tree-skill": {
      "command": "git",
      "args": [
        "clone",
        "https://github.com/24kchengYe/human-skill-tree",
        "~/.claude/skills/human-skill-tree"
      ],
      "_inferred": true
    }
  }
}

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

~/.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 el mismo esquema mcpServers que Claude Desktop. La configuración del proyecto prevalece sobre la 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
    }
  }
}

Haz clic en el icono MCP Servers de la barra lateral de Cline y luego en "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
    }
  }
}

Mismo formato que Claude Desktop. Reinicia 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"
      ]
    }
  ]
}

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

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

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

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

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

Casos de uso

Usos del 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

Cuándo usarlo: You have two weeks before an exam and want to actually learn the material.

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

Errores comunes
  • Student pushes for direct answers — The skill's design resists this; if you short-circuit it you lose the benefit
Combinar con: tutor-skill

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

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

Cuándo usarlo: You want depth in a soft skill, not another article recap.

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

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

Combinaciones

Combínalo con otros MCPs para multiplicar por 10

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

Herramientas

Lo que expone este MCP

HerramientaEntradasCuándo llamarCoste
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

Coste y límites

Lo que cuesta ejecutarlo

Cuota de API
None
Tokens por llamada
Moderate — dialogue-heavy by design
Monetario
Free — skill is local
Consejo
Long dialogue sessions can burn tokens; break into 30-45 min chunks.

Seguridad

Permisos, secretos, alcance

Almacenamiento de credenciales: No credentials — skill is prompts
Salida de datos: None

Resolución de problemas

Errores comunes y soluciones

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 otros

AlternativaCuándo usarlaContrapartida
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

Más

Recursos

📖 Lee el README oficial en GitHub

🐙 Ver issues abiertas

🔍 Ver todos los 400+ servidores MCP y Skills