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.
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
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.
Installs: Complete tutor-skills bundle containing tutor-setup and tutor. · Claude Code
In a terminal, start in the directory where the tutor-skills repository should be cloned, then run this complete command block. The script may ask whether to overwrite an existing skill.
git clone https://github.com/RoundTable02/tutor-skills.git
cd tutor-skills
./install.sh
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.
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.