Plugin Claude Code
Plugin marketplace listing 1 plugin: claude-tutor.
Plugin Claude Code
Plugin marketplace listing 1 plugin: claude-tutor.
Plugin Claude Code
Interactive learning companion — creates personalized learning plans, quizzes with adaptive difficulty, and tracks progress across sessions.
Instructions file
Instructions for kirilxd/claude-tutor, covering claude.md, what this is, testing, architecture and data layout.
Command
Launch the learning dashboard web UI to view and edit plans, progress, and spaced repetition data.
Command
Start learning a new topic — asks clarifying questions, researches resources, and creates a structured learning plan.
Command
Quiz yourself on a topic from your learning plan with adaptive difficulty and mixed question formats.
Command
Find curated learning resources — books, courses, tutorials, and docs for any topic.
Command
View your learning progress — quiz scores, weak areas, and what to study next.
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.
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…
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…
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…
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…
Plugin Claude Code
Plugin marketplace listing 1 plugin: 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…
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.
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.
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…
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.
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.
Command
Rapid-fire reps — pattern recognition, complexity-of-this-snippet, template recall — flashcard cadence; prioritizes your weak patterns.
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.
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.
Command
Capture a real coding round afterward — problem, pattern, approach, stuck points, gut outcome; feeds your weak-pattern tracker.