/ 디렉터리 / 플레이그라운드 / human-skill-tree
● 커뮤니티 24kchengYe ⚡ 바로 사용

human-skill-tree

제작: 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.

왜 쓰나요

핵심 기능

라이브 데모

실제 사용 모습

human-skill-tree-skill.replay ▶ 준비됨
0/0

설치

클라이언트 선택

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

Claude Desktop → Settings → Developer → Edit Config 열기. 저장 후 앱 재시작.

~/.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는 Claude Desktop과 동일한 mcpServers 스키마 사용. 프로젝트 설정이 전역보다 우선.

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
    }
  }
}

Cline 사이드바의 MCP Servers 아이콘 클릭 후 "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
    }
  }
}

Claude Desktop과 같은 형식. Windsurf 재시작 후 적용.

~/.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는 맵이 아닌 서버 오브젝트 배열 사용.

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

context_servers에 추가. 저장 시 Zed가 핫 리로드.

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

한 줄 명령. claude mcp list로 확인, claude mcp remove로 제거.

사용 사례

실전 활용법: human-skill-tree

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

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

언제 쓸까: You have two weeks before an exam and want to actually learn the material.

흐름
  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.✓ 복사됨
    → Diagnostic question before instruction; answers withheld until I try
  2. Spaced review
    End of session — schedule my next review.✓ 복사됨
    → Spaced repetition schedule with specific topics

결과: Actual skill acquisition, not homework speedruns.

함정
  • Student pushes for direct answers — The skill's design resists this; if you short-circuit it you lose the benefit
함께 쓰기: tutor-skill

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

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

언제 쓸까: You want depth in a soft skill, not another article recap.

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

결과: Rehearsed responses you can bring to a real negotiation.

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

조합

다른 MCP와 조합해 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.✓ 복사됨
human-skill-tree-skill + filesystem

Store progress logs for each subject

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

도구

이 MCP가 노출하는 것

도구입력언제 호출비용
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

비용 및 제한

운영 비용

API 쿼터
None
호출당 토큰
Moderate — dialogue-heavy by design
금액
Free — skill is local
Long dialogue sessions can burn tokens; break into 30-45 min chunks.

보안

권한, 시크릿, 파급범위

자격 증명 저장: No credentials — skill is prompts
데이터 외부 송신: None

문제 해결

자주 발생하는 오류와 해결

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.

대안

human-skill-tree 다른 것과 비교

대안언제 쓰나단점/장점
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

더 보기

리소스

📖 GitHub에서 공식 README 읽기

🐙 열린 이슈 보기

🔍 400+ MCP 서버 및 Skills 전체 보기