session

session is a skill for Claude Code from zhou210712/claude-for-legal-ZH. It costs 93 tokens per session (614 once invoked), scanned A, original, Apache-2.0.

A tool for running a focused practice session with a fixed number of law questions or flashcards. It records the result and adjusts later practice towards topics the student has struggled with.

In plain words
What is it for?
Use it to practise multiple-choice questions, written answers, or flashcards for one subject, then review the score, mistakes, weak subtopics, and suggested next steps.
Why use it?
It turns a vague study task into a measured session and keeps recurring weaknesses from being ignored.

Skill for Claude Code

Written for Claude Code: argument-hint in frontmatter. Also seen: reads .claude/ paths; mentions CLAUDE.md.

Part of the law-student plugin — 11 skills shipped together

Good fit Use it to practise multiple-choice questions, written answers, or flashcards for one subject, then review the score, mistakes, weak subtopics, and suggested next steps.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/zhou210712/claude-for-legal-zh/session
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add zhou210712/claude-for-legal-ZH --skill session
Clone the repo
git clone --depth 1 https://github.com/zhou210712/claude-for-legal-ZH

Made for: Claude Code.

Or install law-student, the plugin that ships this one along with the rest of its 11 skills.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for session

README.md
[![agentmods](https://agentmods.dev/badge/skills/zhou210712/claude-for-legal-zh/session/github.svg)](https://agentmods.dev/skills/zhou210712/claude-for-legal-zh/session)
Your own site
<a href="https://agentmods.dev/skills/zhou210712/claude-for-legal-zh/session"><img src="https://agentmods.dev/badge/skills/zhou210712/claude-for-legal-zh/session/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for session

Your own site · 80×15
<a href="https://agentmods.dev/skills/zhou210712/claude-for-legal-zh/session"><img src="https://agentmods.dev/badge/skills/zhou210712/claude-for-legal-zh/session.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 93 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 614 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00093 $0.00614
Opus 5 $0.00046 $0.00307
Sonnet 5 $0.00019 $0.00123
Haiku 4.5 $0.00009 $0.00061

Measured 9d ago against content hash 51036ff1850d, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

session scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 9d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

law-student/skills/session/SKILL.md · 30 lines

What it actually says

/session

  1. 解析 $ARGUMENTS——科目和 N。如果缺失,问:

    什么科目,多少道题?(例如 刑法 10民法 5 --主观题。)

  2. 加载 ~/.claude/plugins/config/claude-for-legal/law-student/CLAUDE.md → 考试类型、薄弱科目。
  3. 加载 ~/.claude/plugins/config/claude-for-legal/law-student/study-plan.yaml(如存在)。读取该科目的 session_history,将子主题权重倾向学生曾经薄弱的地方。
  4. 按方法标志路由:
    • --客观题(法考备考科目默认):加载 bar-prep-questions 技能,运行 N 道客观题。适用省级口径处理(见该技能的 ## 省级口径处理)。每题标注 [全国统一规定][省级口径]
    • --主观题:加载 bar-prep-questions,运行 N 道主观题。按主观题评分标准批改。
    • --记忆卡片:加载 flashcards 技能,在 --drill 模式下运行 N 张卡片。
  5. 逐题运行 N 题。每题后解释对/错,当法域存在差异时标注适用的规则体系。
  6. 练习结束时,写入练习结果:
    • 如果 study-plan.yaml 存在:按 study-plan 技能中的 schema 追加到 session_history
    • 否则:写入 ~/.claude/plugins/config/claude-for-legal/law-student/session-history.yaml
  7. 报告:
    • 得分:X/N(百分比)
    • 错题:列表附子主题标签
    • 本次练习的薄弱子主题
    • 与该科目既往练习的模式对比(如有 2+ 历史记录)
    • 学习计划现在建议的下一步
Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 9d ago First seen · 30 lines · 93 tokens per session scan A 51036ff1850d

Subscribe to this mod's changes

session is a skill published in the GitHub repository zhou210712/claude-for-legal-ZH (212 stars, last pushed 4mo ago), licensed Apache-2.0. It adds 93 tokens to every session and 614 once invoked, about $0.0005 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-03.

Related

Other skills, from other repositories

hr-onboarding

A new-hire onboarding plan as a single page — first week schedule, buddy + manager intro, learning track, equipment checklist, and "you're set when…" outcomes. Use when the brief mentions "onboarding", "new hire", "first week plan", or "入职".

nexu-io/open-design · 62 tokens

book-mirror

Take any book (EPUB/PDF), produce a personalized chapter-by-chapter analysis. Each chapter is preserved in detail (The Chapter) and mirrored back to the reader's actual life (The Mirror) using brain context. The mirror observes and resonates — a friend pointing out parallels, NOT a consultant rearranging the reader's…

garrytan/gbrain · 138 tokens

miniapp

Build a tiny interactive HTML playground only when someone asks to see, play with, or step through a mechanism.

yc-software/qm · 25 tokens

eli5

Explain research, papers, or technical ideas in plain English with minimal jargon, concrete analogies, and clear takeaways. Use when the user says "ELI5 this", asks for a simple explanation of a paper or research result, wants jargon removed, or asks what something technically dense actually means.

companion-inc/feynman · 63 tokens

deck-course-module

A course or workshop slide template with persistent learning goals, teaching pages, multiple-choice self-tests, and a wrap-up.

nexu-io/html-anything · 25 tokens

master-yinguang

A reference-based assistant for questions about Yinguang and Pure Land Buddhism, a Buddhist tradition focused on faith, ethical living, and practice connected with rebirth in the Pure Land. It can answer in Yinguang’s historical teaching style.

xr843/Master-skill · 274 tokens