/ 디렉터리 / 플레이그라운드 / tutor-skills
● 커뮤니티 bevibing ⚡ 바로 사용

tutor-skills

제작: bevibing · bevibing/tutor-skills

Two skills — tutor-setup turns PDFs/docs/codebases into an Obsidian study vault; tutor then quizzes you with progress tracking and spaced review.

Pairs content ingestion with interactive quizzing. tutor-setup scans your sources (PDFs, text, HTML, or code), extracts concepts with verified source mapping, and builds an Obsidian vault with wiki-linked notes, diagrams, and questions. tutor runs rounds of 4 questions with emoji-tracked mastery, diagnostic sessions, drills, and hard-mode reviews.

왜 쓰나요

핵심 기능

라이브 데모

실제 사용 모습

tutor-skill.replay ▶ 준비됨
0/0

설치

클라이언트 선택

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

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

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

Cursor는 Claude Desktop과 동일한 mcpServers 스키마 사용. 프로젝트 설정이 전역보다 우선.

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

Cline 사이드바의 MCP Servers 아이콘 클릭 후 "Edit Configuration" 선택.

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

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

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

Continue는 맵이 아닌 서버 오브젝트 배열 사용.

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

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

claude mcp add tutor-skill -- git clone https://github.com/bevibing/tutor-skills ~/.claude/skills/tutor-skills

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

사용 사례

실전 활용법: tutor-skills

Turn a 400-page textbook PDF into a study vault you can actually use

👤 Students and self-learners ⏱ ~90 min intermediate

언제 쓸까: You have a textbook and would rather quiz yourself than re-read it.

사전 조건
  • Obsidian installed — obsidian.md — free
  • Claude Code CLI — Required for running the skills
흐름
  1. Run tutor-setup
    Use tutor-setup on ./textbook.pdf — build the vault at ~/vaults/calc.✓ 복사됨
    → Vault created with chapter notes, concept maps, and question bank
  2. Start a study session
    Use tutor. Start a diagnostic session on chapter 3.✓ 복사됨
    → 4 questions with grading and mastery update
  3. Review weak areas
    Show my weak concepts and drill them.✓ 복사됨
    → Targeted drill on lowest-mastery concepts

결과: A personal study vault plus a working retention loop.

함정
  • PDFs with poor OCR yield low-quality notes — Run OCR with a better tool first if the source is image-based
함께 쓰기: human-skill-tree-skill

Onboard to an unfamiliar codebase via guided quizzing

👤 New hires and contractors ⏱ ~120 min intermediate

언제 쓸까: You inherited a 50k-line codebase and reading it linearly isn't working.

흐름
  1. Ingest the repo
    Use tutor-setup on ~/src/acme-api. Trace the architecture and build onboarding exercises.✓ 복사됨
    → Vault with module map, architecture diagrams, and exercise questions
  2. Run onboarding exercises
    Use tutor. Start the onboarding track.✓ 복사됨
    → Exercises that force you to navigate the code to answer

결과: Faster ramp-up than reading docs cover-to-cover.

함정
  • Generated exercises too shallow — Ask tutor-setup to focus on specific modules rather than the whole repo
함께 쓰기: filesystem

조합

다른 MCP와 조합해 10배 효율

Document-centric (tutor) + dialogue-centric (human-skill-tree)

Use tutor on my textbook, then switch to human-skill-tree for Socratic discussion of the hard concepts.✓ 복사됨
tutor-skill + filesystem

Save progress summaries outside the vault for version control

Every week, snapshot my mastery report to ~/learning-log/.✓ 복사됨

도구

이 MCP가 노출하는 것

도구입력언제 호출비용
tutor-setup source files (PDF/text/HTML/code) Start of a new study topic LLM tokens for extraction
tutor (quiz rounds) vault + focus topic Regular study sessions Tokens per round
Diagnostic mode topic Start of topic or after time away Tokens
Drill mode weak concepts Mid-study reinforcement Tokens
Hard-mode review mastered concepts Confidence check before exam Tokens

비용 및 제한

운영 비용

API 쿼터
None
호출당 토큰
Setup can be heavy (20-100k tokens for a big PDF). Quizzes are light (2-5k per round).
금액
Free — skill is local. Obsidian is free.
Split large textbooks by chapter for setup to keep ingestion manageable.

보안

권한, 시크릿, 파급범위

자격 증명 저장: No credentials — skill is prompts + local file ops
데이터 외부 송신: None — everything runs locally

문제 해결

자주 발생하는 오류와 해결

Vault notes missing concepts from the source

Re-run tutor-setup with chapter-level focus; full-book in one pass can skim.

Questions feel too easy

Switch to hard-mode review or ask tutor for application-level questions.

Obsidian doesn't show the wiki-links

Check vault settings; enable backlinks and graph view plugins.

대안

tutor-skills 다른 것과 비교

대안언제 쓰나단점/장점
human-skill-tree-skillYou prefer dialogue-based learning without a document vaultDifferent modality — no persistent vault
AnkiYou want pure SRS without the AI tutoring layerStronger SRS, no content generation

더 보기

리소스

📖 GitHub에서 공식 README 읽기

🐙 열린 이슈 보기

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