From law-student
Runs N-question practice sessions on a subject with objective questions, subjective questions, or flashcards. Tracks performance and updates study plans. Useful when users request a fixed number of practice items and want the plan adjusted accordingly.
How this skill is triggered — by the user, by Claude, or both
Slash command
/law-student:session <科目> <n> [--客观题 | --主观题 | --记忆卡片]<科目> <n> [--客观题 | --主观题 | --记忆卡片]The summary Claude sees in its skill listing — used to decide when to auto-load this skill
1. 解析 `$ARGUMENTS`——科目和 N。如果缺失,问:
$ARGUMENTS——科目和 N。如果缺失,问:
什么科目,多少道题?(例如
刑法 10或民法 5 --主观题。)
~/.claude/plugins/config/claude-for-legal/law-student/CLAUDE.md → 考试类型、薄弱科目。~/.claude/plugins/config/claude-for-legal/law-student/study-plan.yaml(如存在)。读取该科目的 session_history,将子主题权重倾向学生曾经薄弱的地方。--客观题(法考备考科目默认):加载 bar-prep-questions 技能,运行 N 道客观题。适用省级口径处理(见该技能的 ## 省级口径处理)。每题标注 [全国统一规定] 或 [省级口径]。--主观题:加载 bar-prep-questions,运行 N 道主观题。按主观题评分标准批改。--记忆卡片:加载 flashcards 技能,在 --drill 模式下运行 N 张卡片。study-plan.yaml 存在:按 study-plan 技能中的 schema 追加到 session_history。~/.claude/plugins/config/claude-for-legal/law-student/session-history.yaml。npx claudepluginhub zhou210712/claude-for-legal-zh --plugin law-studentRuns a focused N-question study session on a subject with MBE, essay, or flashcards. Tracks performance and updates the study plan.
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.
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.