session
作成者: anthropic
特定の科目(MBE、エッセイ、フラッシュカード)に焦点を当てたN問の学習セッションを実施します。パフォーマンスを追跡し、学習計画を更新します。ユーザーが「run me…」と言ったときに使用します。
npx skills add https://github.com/anthropics/claude-for-legal --skill session/session
- Parse
$ARGUMENTS— subject and N. If missing, ask:What subject, and how many questions? (e.g.,
Evidence 10orContracts 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.
- If
- 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