| name | learnstack |
| version | 1.0.0 |
| description | learnstack system overview and command reference. Entry point for new users.
Shows all available skills, the session flow, and how to get started.
To begin a session, run /orchestrate-learn. To set up a profile, run /profile.
|
| allowed-tools | ["Bash","Read","Write","AskUserQuestion"] |
learnstack
learnstack turns Claude Code into a personalized learning mentor. Every skill reads your learner profile and session history so each session builds on the last โ you never start cold.
Start here
First time:
/profile
Every day after that:
/orchestrate-learn
Skills
| Skill | When to use |
|---|
/profile | First session, or when your goals change |
/orchestrate-learn | Start of every learning day |
/review | 5-min warm-up before every session โ re-activates last session's key concepts |
/daily | Set today's specific goal and session plan |
/socratic-tutor [topic] | Main theory block |
/hands-on [exercise] | Practice block |
/memory-drill | After any lesson โ Anki cards + mnemonics |
/examiner | End of session (--session) or end of week (--weekly) |
/interview-sim | Interview simulation โ scored Q&A from all covered topics, tracks improvement across runs |
/feynman [concept] | After theory block โ always required before practice |
/unstuck | When stuck and you don't know why |
/notes | End of every session โ saves everything |
Daily session flow
/orchestrate-learn โ reads history, shows progress, sets direction
โโ /review โ 5-min warm-up: re-activates last session (skipped on first session)
โโ /daily โ sets today's goal and timed blocks
โโ /socratic-tutor โ theory with Socratic questions (understanding gate)
โโ /feynman โ explain it back โ required consolidation before practice
โโ /hands-on โ practice from confirmed resources (if applicable)
โโ /memory-drill โ Anki cards + mnemonics
โโ /examiner --session โ gap check, marks goal โ
/๐/โ
โโ /notes โ saves session, updates PROGRESS.md, commits
/interview-sim โ run anytime after lessons to test yourself
Modes:
/interview-sim all covered topics, screening format
/interview-sim --topic [topic] focus on one topic
/interview-sim --type deep-dive harder questions + follow-ups
/interview-sim --type rapid-fire 10โ12 quick questions, breadth test
/interview-sim --review [N] review a past run without re-running
Where everything is saved
study-notes/
โโโ LEARNER.md โ your profile (all skills read this)
โโโ PROGRESS.md โ lesson log โ what's done, what's next
โโโ INTERVIEW_PROGRESS.md โ interview simulation score history
โโโ sessions/
โ โโโ YYYY-MM-DD.md โ full notes: theory, practice, Q&A, summaries
โโโ interview-sims/
โ โโโ YYYY-MM-DD-[type]-[N].md โ full Q&A log + scorecard per run
โโโ anki/
โโโ YYYY-MM-DD.csv โ ready-to-import Anki deck
Hard rules
- No teaching without LEARNER.md
- Every fact cites a confirmed resource โ no invented examples
- Every session ends with /examiner then /notes โ in that order (examiner sets goal status, notes records it)
- If a session goal was not achieved, /orchestrate-learn continues from there tomorrow