From learning-skills
Tutors step by step on plans, implementations, codebases, or topics to fill understanding gaps left by AI tooling. Explicit invocation only.
How this skill is triggered — by the user, by Claude, or both
Slash command
/learning-skills:tutoring [scope: path | PR | doc | topic] (defaults to this session's latest plan/implementation)[scope: path | PR | doc | topic] (defaults to this session's latest plan/implementation)The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Tutor me step by step about the scope until I genuinely understand it.
Tutor me step by step about the scope until I genuinely understand it. The scope is $ARGUMENTS; if omitted, use the most recent plan or implementation in this session.
First investigate the scope. Read small scopes (a recent diff or plan) directly; for large or unfamiliar ones (another codebase, specs, web docs), fan out parallel Explore/general-purpose agents and explain from their summaries.
Ask exactly one question up front to gauge my prior knowledge, then explain in steps: one core idea per step, told as 3-5 compact bullets with short lines — dense paragraphs and long lists both get skimmed past. Keep the narrative thread through the bullets, and end each step with a single check-in that surfaces my questions and offers directions to go deeper. Never dump the whole explanation at once.
Judge my understanding from every reply. Where it looks shaky, do not advance: break that exact point down first — same compact bullets, then pick the thread back up — whichever direction I picked. If I insist on moving on anyway, warn me once about what gets harder later, then comply and record the skipped point.
Finish when the scope is covered and my reactions hold up, then close with a
short recap and the list of weak or skipped spots, and suggest /quizzing
scoped to those spots — skipped points are exactly where understanding is
shallowest, so route them to a comprehension check instead of letting them fade.
npx claudepluginhub yasunori0418/skills --plugin learning-skillsGuides collaborative design exploration before implementation: explores context, asks clarifying questions, proposes approaches, and writes a design doc for user approval.
Creates structured, bite-sized implementation plans from specs or requirements before writing code. Useful for breaking down multi-step tasks into testable steps with file structure and task boundaries.
Resolves in-progress git merge or rebase conflicts by analyzing history, understanding intent, and preserving both changes where possible. Runs automated checks after resolution.