session Skill
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. Published by anthropics in claude-for-legal.
What is session Skill?
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. Published by anthropics in claude-for-legal. This profile combines repository metadata with install, compatibility, and usage signals so developers can quickly decide whether it fits their agent workflow before opening the source repository.
Automated repository signals based on public metadata such as recency, license, installation evidence, and adoption. These are not a security audit or endorsement.
Key capabilities
- Includes SKILL.md support
- Reusable instructions support
- Writing
- Writing use cases
Technical details
- Install or run with Copy skill directory
When to use session Skill
- Use it for writing.
Built with
Editorial notes
Source
- Creator: anthropics
- Repository: anthropics/claude-for-legal
- Skill file: law-student/skills/session/SKILL.md
What it does
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.
Skill instructions
/session 1. Parse $ARGUMENTS — subject and N. If missing, ask: What subject, and how many questions? (e.g., Evidence 10 or Contracts 5 --essay.) 2. Load ~/.claude/plugins/config/claude-for-legal/law-student/CLAUDE.md → jurisdiction, exam format, weak subjects. 3. Load ~/.claude/plugins/config/claude-for-legal/law-student/study-plan.yaml if it exists. Read sessionhistory for this subject to weight subtopics toward where the student has been weak. 4. Route by method flag: - --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. 5. Run N questions one at a time. After each, explain right/wrong and flag rule-body when jurisdictions diverge. 6. At session end, write session results:
Explore related resources
Frequently asked questions
What is session?
session is a open-source AI agent skill with Copy skill directory. Run a focused N-question study session on a subject — MBE, essay, or flashcards. Tracks performance and updates the study plan.
Who is session best for?
session is best for reusing agent instructions, scripts, and references, writing workflows.
How do I install session?
Install or run session using Copy skill directory. Check session for the latest setup command.
Is session actively maintained?
session may need a closer maintenance check before production use.
Auto-fetched from GitHub.