by RoundTable02
A Claude Code skill that turns PDFs, docs, and codebases into Obsidian study vaults
# Add to your Claude Code skills
git clone https://github.com/RoundTable02/tutor-skillsTwo Claude Code skills that turn any knowledge source into an Obsidian StudyVault and then quiz you on it — closing the loop from content to comprehension.
Documents / Code Obsidian Quiz Session
┌──────────────────┐ ┌──────────────────┐ ┌──────────────────┐
│ PDF, MD, HTML, │ /tutor │ StudyVault/ │ /tutor │ 4 questions per │
│ EPUB, source │──setup──▶ │ structured │────────▶ │ round, graded, │
│ code projects │ │ interlinked │ │ concept tracking │
└──────────────────┘ │ notes + MOC │ └────────┬─────────┘
└──────────────────┘ │
▲ │
└─────── progress updates ────┘
| Skill | Command | Purpose | Input | Output |
|-------|---------|---------|-------|--------|
| tutor-setup | /tutor-setup | Generate a StudyVault | Documents or source code | Obsidian vault with notes, dashboards, practice questions |
| tutor | /tutor | Interactive quiz tutor | An existing StudyVault | Quiz sessions with concept-level progress tracking |
No comments yet. Be the first to share your thoughts!
npx skills add RoundTable02/tutor-skills
Requires npx skills — works with Claude Code, Cursor, Windsurf, and more.
git clone https://github.com/RoundTable02/tutor-skills.git
cd tutor-skills
./install.sh
cd ~/study-materials/ # or any source code project
claude
> /tutor-setup
claude
> /tutor
Transforms knowledge sources into a structured Obsidian StudyVault. Mode is auto-detected:
| Marker Found | Mode |
|---|---|
| package.json, pom.xml, build.gradle, Cargo.toml, go.mod, etc. | Codebase Mode |
| No project markers | Document Mode |
Turns PDFs, text files, web pages, and other sources into comprehensive study notes.