ワンクリックで
tutor
tutor には patmagee から収集した 4 個の skills があり、リポジトリ単位の職業カバレッジとサイト内 skill 詳細ページを表示します。
このリポジトリの skills
Review a codebase and generate layered, evidence-cited onboarding docs (overview, per-layer, gotchas, how-to-build, how-to-run-and-debug) under docs/onboarding/. Use when the user wants to onboard to or document an unfamiliar repo, or runs /tutor:build-study-guide.
Adaptive, non-deterministic quiz grounded in the onboarding docs' citations. Targets weak topics, ramps difficulty, requires opening the code for evidence questions, and records answers over time in .tutor/progress.md. Use when the user runs /tutor:quiz or wants to test their understanding of a codebase.
Bookmark a topic or subject for later study. Takes an optional prompt describing what to save; if omitted, infers the subject from the current conversation. Clarifies with the user when the subject is ambiguous. Saves the bookmark to .tutor/saved-topics.jsonl so it appears as a starting option the next time the user runs /tutor:study.
Interactive, guided code walk through generated onboarding docs — one layer at a time or by a route you choose (e.g. start at the database, follow a request). Three study modes — guided (drive-to-code, default), lecture (dense, optional questions), reference (dense, no questions). Use when the user runs /tutor:study or wants to be walked through a codebase.