session

Runs N-question law study sessions with MBE, essay, or flashcard modes and updates the study plan.

Updated Jun 17, 2026
One-click install
npx skills add https://github.com/tk1cntt/PhapChe --skill session-tk1cntt
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: session
Source: https://github.com/tk1cntt/PhapChe/tree/main/docs/claude-for-legal-main/law-student/skills/session
Command: npx skills add https://github.com/tk1cntt/PhapChe --skill session-tk1cntt

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Law students preparing for the bar exam need structured, focused practice that adapts to their weaknesses. This Skill runs a fixed number of practice questions on a chosen subject, grades each answer, and records results so the study plan evolves with performance. ## Core Features & Use Cases - Focused Question Sessions: Run N MBE-style, essay, or flashcard questions on a specific subject, one at a time, with explanations after each answer. - Jurisdiction-Aware Grading: Labels each question as UBE/majority or state-specific and flags rule differences when jurisdictions diverge. - Adaptive Study Tracking: Appends session results to study-plan.yaml session history, weights subtopics toward past weaknesses, and reports score, missed subtopics, and trends versus prior sessions. - Use Case: A student says "run me 10 questions on Evidence" and receives 10 MBE questions weighted toward their weak subtopics, followed by a score report and updated study plan recommendations. ## Quick Start Ask the assistant to run a study session by saying something like "run me 10 questions on Evidence" or "do a session on Contracts 5 --essay".

Frequently Asked Questions about session

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I run a practice question session for bar exam prep?

Provide a subject and question count, such as "Evidence 10" or "Contracts 5 --essay". The session runs questions one at a time, explains each answer, and reports your score with missed subtopics at the end.

What question formats does a law study session support?

Sessions support three modes: MBE multiple-choice questions (default for bar prep subjects), essay prompts graded per an essay rubric, and flashcards run in drill mode. Select the mode with the --mbe, --essay, or --flashcards flag.

Does the session adapt to my weak subjects over time?

Yes. The session reads session_history from study-plan.yaml and weights subtopics toward areas where you previously struggled. After each session it appends new results so future sessions keep adapting.

How are state-specific law differences handled in practice questions?

Each question is labeled as UBE/majority or state-specific based on your configured jurisdiction. When rules diverge between jurisdictions, the session flags the differing rule bodies after each answer.

What happens if I have no existing study plan file?

If study-plan.yaml does not exist, session results are written to a standalone session-history.yaml file in the law-student config directory instead, so your performance is still recorded.