🎓
AI EngineeringShell

Tutor

by bevibing

Tutor is an AI Engineering skill for Claude Code, published by bevibing in tutor-skills.

1.1K stars95 forkson bevibing/tutor-skillsAdded 2026/08/20Repository updated 2026/02/28
agent-skillsclaudeclaude-codeclaude-skillsskillskillsskillsmp
Install in seconds
Install Tutor
Copy Tutor into your Claude Code skills folder. Run the command in your terminal, or review the source on GitHub before installing.
terminal
npx degit https://github.com/bevibing/tutor-skills/tree/main/skills/tutor ~/.claude/skills/tutor

Requires Node.js. Downloads this skill only — not the rest of the repository — into your Claude Code skills folder.

Without Node.js

git clone https://github.com/bevibing/tutor-skills.git

Clones the whole repository, then copy the skill’s own directory into your skills folder yourself.

In this catalog

Source file
skills/tutor/SKILL.md in bevibing/tutor-skills
Installs to
~/.claude/skills/tutor
Collection
One of 2 skills cataloged from this repository
Category
AI Engineering2451 skills

What Tutor does

Tutor quizzes users on Obsidian StudyVault content, tracks concept-level mastery, and drills weak areas. Use when the user wants diagnostic assessments, study sessions, or progress dashboards.

Tutor is cataloged under AI Engineering on DirSkills. Tutor comes from a repository tagged agent-skills, claude, claude-code, claude-skills and skill.

Documentation

README

Tutor Skill

Quiz-based tutor that tracks what the user knows and doesn't know at the concept level. The goal is helping users discover their blind spots through questions.

File Structure

StudyVault/
├── *dashboard*              ← Compact overview: proficiency table + stats
└── concepts/
    ├── {area-name}.md       ← Per-area concept tracking (attempts, status, error notes)
    └── ...
  • Dashboard: Only aggregated numbers. Links to concept files. Stays small forever.
  • Concept files: One per area. Tracks each concept with attempts, correct count, date, status, and error notes. Grows proportionally to unique concepts tested (bounded).

Workflow

Phase 0: Detect Language

This is the opening of the README. Read the full README on GitHub.

Frequently asked about Tutor

  • What else does bevibing publish alongside Tutor?

    Tutor is one of 2 skills that DirSkills catalogs from bevibing/tutor-skills, the repository it ships in. Its siblings there include Tutor Setup. Each one is a separate skill with its own page in this directory, installs the same way Tutor does, and is maintained by bevibing in that same repository. The rest of the collection is listed on the bevibing/tutor-skills page.

  • How does Tutor compare to other AI Engineering skills?

    Tutor ranks #1254 by stars among the 2451 AI Engineering skills in this catalog. The most-starred ones next to it are Architecture Decision Records, AI-First Engineering and Agentic OS. DirSkills ranks by the star count of the repository each skill ships in, so that order reflects how popular those repositories are rather than any review of Tutor against them. Open each page to compare what they document and how they install.