kirilxd

40 mods across 2 repositories, 197 stars between them.

claude-tutor

02

kirilxd/claude-tutor

Plugin Claude Code

Interactive learning companion — creates personalized learning plans, quizzes with adaptive difficulty, and tracks progress across sessions.

119 1mo ago A tokens not measured original MIT

kirilxd/claude-tutor

Instructions file

Instructions for kirilxd/claude-tutor, covering claude.md, what this is, testing, architecture and data layout.

119 1mo ago A 1,046 tokens original MIT

dashboard

04

kirilxd/claude-tutor

Command

Launch the learning dashboard web UI to view and edit plans, progress, and spaced repetition data.

119 1mo ago A 18 tokens original MIT

learn

05

kirilxd/claude-tutor

Command

Start learning a new topic — asks clarifying questions, researches resources, and creates a structured learning plan.

119 1mo ago A 20 tokens original MIT

quiz

06

kirilxd/claude-tutor

Command

Quiz yourself on a topic from your learning plan with adaptive difficulty and mixed question formats.

119 1mo ago A 16 tokens original MIT

resources

07

kirilxd/claude-tutor

Command

Find curated learning resources — books, courses, tutorials, and docs for any topic.

119 1mo ago A 16 tokens original MIT

review

08

kirilxd/claude-tutor

Command

View your learning progress — quiz scores, weak areas, and what to study next.

119 1mo ago A 16 tokens original MIT

dashboard

09

kirilxd/claude-tutor

Skill Claude CodeCodex

Use only when user explicitly asks to "open dashboard", "show dashboard", "launch dashboard", or "learning UI". Opens a local web interface for viewing and editing learning plans, quiz progress, and spaced repetition data.

119 1mo ago A 46 tokens original MIT

learn

10

kirilxd/claude-tutor

Skill Claude CodeCodex

Use when user wants to learn a topic or create a study plan. Triggers on "teach me", "I want to learn", "explain X to me", "study", "help me understand", "where do I start with", "how do I get into", or any request to understand a subject in depth. Covers both technical topics (programming, system design, DevOps) and…

119 1mo ago A 128 tokens original MIT

quiz

11

kirilxd/claude-tutor

Skill Claude CodeCodex

Use when user wants to be tested or quizzed on any topic. Triggers on "quiz me", "test me", "test my knowledge", "practice questions", "check my understanding", or when asking for a quiz on something they've been learning. Also use when user finishes a learning module and wants to check understanding. Works with or…

119 1mo ago A 77 tokens original MIT

resources

12

kirilxd/claude-tutor

Skill Claude CodeCodex

Use when user asks for learning resources, recommendations, or materials on any topic. Triggers on "find me resources", "what should I read about", "best tutorials for", "recommend a book on", "good courses for", "where can I learn more about", "any videos on", or any request for curated study materials. Also use when…

119 1mo ago A 97 tokens original MIT

review

13

kirilxd/claude-tutor

Skill Claude CodeCodex

Use when user asks about their learning progress or wants study guidance. Triggers on "how am I doing", "my progress", "what should I study next", "show my scores", "what are my weak areas", "review my learning", "how well do I know X", or any request to see quiz results, track improvement, or decide what to focus on…

119 1mo ago A 97 tokens original MIT

swe-interview-coach

15

kirilxd/swe-interview-coach

Plugin Claude Code

SWE interview prep — behavioral (STAR story bank, company-tailored mocks, delivery drills, debriefs), system design (canonical walkthroughs, graded mocks on a shared local Excalidraw canvas, practice sessions, real-interview debriefs), and coding (DSA pattern walkthroughs, guided practice, graded mocks with a local…

78 1mo ago A tokens not measured original MIT

kirilxd/swe-interview-coach

Instructions file

Instructions for kirilxd/swe-interview-coach, covering claude.md, what this is, commands, develop the plugin locally (loads this dir as a plugin) and syntax-check the scripts before committing.

78 1mo ago A 2,874 tokens original MIT

kirilxd/swe-interview-coach

Agent

Realistic behavioral interviewer persona for mock interviews. Asks 5-7 questions over 35-45 minutes, mixes classic + company-specific, follows up like a real interviewer, pushes back on vagueness. Use only when running /mock-behavioral.

78 1mo ago A 59 tokens original MIT

kirilxd/swe-interview-coach

Agent

Conducts STAR-extraction interviews to capture a single canonical story from the user's experience. Two modes: cold (no context) and CV-grounded (reads a PDF resume, lists candidate experiences, probes the user's pick). Returns a draft canonical-story markdown blob for the main session to write. Use only when running…

78 1mo ago A 72 tokens original MIT

coding-interviewer

19

kirilxd/swe-interview-coach

Agent

Loaded by /mock-coding and /practice-coding; the main session reads this file and embodies it for the interview portion of the conversation. Not a spawnable subagent.

78 1mo ago A 0 tokens original MIT

kirilxd/swe-interview-coach

Agent

Loaded by /mock-sysdesign and /practice-sysdesign; the main session reads this file and embodies it for the interview portion of the conversation. Not a spawnable subagent.

78 1mo ago A 0 tokens original MIT

coding-drill

21

kirilxd/swe-interview-coach

Command

Rapid-fire reps — pattern recognition, complexity-of-this-snippet, template recall — flashcard cadence; prioritizes your weak patterns.

78 1mo ago A 26 tokens original MIT

coding-explain

22

kirilxd/swe-interview-coach

Command

Senior-engineer walkthrough of a DSA pattern or a specific problem — how to recognize it, the template, complexity, variants. Teaches the approach, not just the answer. No session file.

78 1mo ago B 40 tokens original MIT

coding-import

23

kirilxd/swe-interview-coach

Command

Import a LeetCode problem into your local library via WebFetch — no MCP, no login. Becomes a normal markdown problem you can practice or mock.

78 1mo ago A 32 tokens original MIT

debrief-coding

24

kirilxd/swe-interview-coach

Command

Capture a real coding round afterward — problem, pattern, approach, stuck points, gut outcome; feeds your weak-pattern tracker.

78 1mo ago A 25 tokens original MIT