Help us improve
Share bugs, ideas, or general feedback.
From law-student
Runs a focused N-question study session on a subject with MBE, essay, or flashcards. Tracks performance and updates the study plan.
npx claudepluginhub zekaisuni/claude-for-legal-turkish --plugin law-studentHow this skill is triggered — by the user, by Claude, or both
Slash command
/law-student:session <subject> <n> [--mbe | --essay | --flashcards]<subject> <n> [--mbe | --essay | --flashcards]The summary Claude sees in its skill listing — used to decide when to auto-load this skill
1. Parse `$ARGUMENTS` — subject and N. If missing, ask:
Runs a focused N-question study session on a subject with MBE, essay, or flashcards. Tracks performance and updates the study plan.
Generates adaptive interactive quizzes on learning topics or any subject, delivers one question at a time via AskUserQuestion tool, tracks scores and progress in ~/.claude/learning/progress/{topic}.json, provides feedback and adjusts difficulty.
Converts syllabi, past papers, or notes into a ranked study roadmap ordered Easy → Medium → Hard. Supports theory, numerical, MCQ, coding, and lab prep with targeted sections, flashcards, and predicted exam papers.
Share bugs, ideas, or general feedback.
$ARGUMENTS — subject and N. If missing, ask:
What subject, and how many questions? (e.g.,
Evidence 10orContracts 5 --essay.)
~/.claude/plugins/config/claude-for-legal/law-student/CLAUDE.md → jurisdiction, exam format, weak subjects.~/.claude/plugins/config/claude-for-legal/law-student/study-plan.yaml if it exists. Read session_history for this subject to weight subtopics toward where the student has been weak.--mbe (default for bar prep subjects): load bar-prep-questions skill, run N MBE-style questions. Apply jurisdiction handling (see that skill's ## Jurisdiction handling). Label each [UBE/majority] or [state-specific].--essay: load bar-prep-questions, run N essay prompts. Grade per essay-mode rubric.--flashcards: load flashcards skill, run N cards in --drill mode.study-plan.yaml exists: append to session_history per the schema in the study-plan skill.~/.claude/plugins/config/claude-for-legal/law-student/session-history.yaml.