<< All versions
Skill v1.0.0
currentTrusted Publisher100/100anthropics/claude-for-legal/session
──Details
PublishedMay 14, 2026 at 06:52 PM
Content Hashsha256:11e2da62428f46be...
Git SHA
──Files
Files (1 file, 1.9 KB)
SKILL.md1.9 KBactive
SKILL.md · 33 lines · 1.9 KB
version: "1.0.0" name: session description: > Run a focused N-question study session on a subject — MBE, essay, or flashcards. Tracks performance and updates the study plan. Use when the user says "run me 10 questions on [subject]", "do a session on [subject]", "let's do 5 cards on [subject]", or wants to drill a fixed number of questions and have the plan adapt. argument-hint: "<subject> <n> [--mbe | --essay | --flashcards]"
/session
- Parse
$ARGUMENTS— subject and N. If missing, ask:
> What subject, and how many questions? (e.g., Evidence 10 or Contracts 5 --essay.)
- Load
~/.claude/plugins/config/claude-for-legal/law-student/CLAUDE.md→ jurisdiction, exam format, weak subjects. - Load
~/.claude/plugins/config/claude-for-legal/law-student/study-plan.yamlif it exists. Readsession_historyfor this subject to weight subtopics toward where the student has been weak. - Route by method flag:
--mbe(default for bar prep subjects): loadbar-prep-questionsskill, run N MBE-style questions. Apply jurisdiction handling (see that skill's## Jurisdiction handling). Label each[UBE/majority]or[state-specific].--essay: loadbar-prep-questions, run N essay prompts. Grade per essay-mode rubric.--flashcards: loadflashcardsskill, run N cards in--drillmode.
- Run N questions one at a time. After each, explain right/wrong and flag rule-body when jurisdictions diverge.
- At session end, write session results:
- If
study-plan.yamlexists: append tosession_historyper the schema in thestudy-planskill. - If not: write to
~/.claude/plugins/config/claude-for-legal/law-student/session-history.yaml.
- Report:
- Score: X/N (percentage)
- Missed: list with subtopic tags
- Weak subtopics this session
- Pattern vs. prior sessions on this subject (if history has 2+ prior)
- What the plan now recommends next