Leaderboard/Learning/tutor-skills
Last commit on February 28, 2026·Created on February 22, 2026

bevibing/tutor-skills

Turns learning materials into a study vault that quizzes you on what you don't know.
Combined rank
#281
across all skills
In Learning
#5
category rank
Stars
1.2k
+1.1% in last 7d
Forks
97
+1.0% in last 7d
Watchers
3
0.0% in last 7d
Traction scoreGitHub stars can be faked, so popularity alone can be misleading. Traction Score looks for broader signs of recent attention, adoption, and active maintenance.
TL;DR

This skill library works in two connected stages. First, tutor-setup scans documents, PDFs, or codebases and builds a structured Obsidian StudyVault with concept notes, practice questions, and onboarding exercises. Then, the tutor skill uses that vault to run diagnostic quizzes, track each concept's proficiency, and drill the topics where the user is weakest. It is designed for self-directed learners, developers new to a codebase, and exam preparation.

WHO IT'S FOR
Obsidian Power Users
convert study materials into structured vaults
Self-Learners and Students
generate study notes and practice quizzes from textbooks
New Developer Onboarding Leads
create onboarding vaults from unfamiliar codebases
Active Recall Practitioners
take adaptive quizzes and track concept mastery
Repository contents

2 skill files

Compatible AgentsThe repository documents support for these agents. The skills may also work with other agents that can load SKILL.md files, but they may need some setup or small changes.

Use this skill collection

Follow the documented setup, then try a first task.

I’m using

Install the tutor-skills bundle with npx skills

Installs: Complete tutor-skills bundle containing tutor-setup and tutor. · Claude Code, Cursor, Windsurf

Before you start
  • npx skills must already be available.
  1. In a terminal, run the documented one-line bundle installation command.

    npx skills add RoundTable02/tutor-skills
README.md · Checked Sep 18, 2026

Give it something to do.

Suggested first task

Create a StudyVault from local study documents

Uses tutor-setup

  • A small set of Markdown or text source files placed in the current working directory
Use the tutor-setup skill on the Markdown or text study materials in the current working directory. Detect the appropriate mode, show me the detected sources, and ask me to confirm the mode and source selection before creating the Obsidian StudyVault. Keep all reading and output within the current working directory.
skills/tutor-setup/SKILL.md · Checked Sep 18, 2026
Suggested first task

Take a first four-question StudyVault quiz

Uses tutor

  • An existing StudyVault somewhere in the current project
  • Answers to the four quiz questions
Use the tutor skill with the existing StudyVault in this project. Discover the vault, read its dashboard if present, and offer context-aware session choices. After I choose a session, give me exactly four questions, grade my answers with concise explanations, and update the concept tracker and dashboard as documented.
skills/tutor/SKILL.md · Checked Sep 18, 2026