session

session is a skill for Claude Code from uk-agents/uk-legal-plugins. It costs 83 tokens per session (548 once invoked), scanned A, original, Apache-2.0.

A fixed study session built around multiple-choice questions, essays, or flashcards for a chosen subject. It records performance and can update the student's study plan.

In plain words
What is it for?
It helps students run focused SQE1 practice, essay work, or flashcard drills and review their progress afterward.
Why use it?
It gives revision a defined amount of practice and uses results to show which topics need more attention.

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-uk plugin — 13 skills shipped together

Good fit It helps students run focused SQE1 practice, essay work, or flashcard drills and review their progress afterward.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/uk-agents/uk-legal-plugins/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 uk-agents/uk-legal-plugins --skill session
Clone the repo
git clone --depth 1 https://github.com/uk-agents/uk-legal-plugins

Made for: Claude Code.

Or install law-student-uk, the plugin that ships this one along with the rest of its 13 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/uk-agents/uk-legal-plugins/session/github.svg)](https://agentmods.dev/skills/uk-agents/uk-legal-plugins/session)
Your own site
<a href="https://agentmods.dev/skills/uk-agents/uk-legal-plugins/session"><img src="https://agentmods.dev/badge/skills/uk-agents/uk-legal-plugins/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/uk-agents/uk-legal-plugins/session"><img src="https://agentmods.dev/badge/skills/uk-agents/uk-legal-plugins/session.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 83 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 548 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.00083 $0.00548
Opus 5 $0.00042 $0.00274
Sonnet 5 $0.00017 $0.00110
Haiku 4.5 $0.00008 $0.00055

Measured 6d ago against content hash 4e445576076d, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-10, 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 6d 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-uk/skills/session/SKILL.md · 32 lines

What it actually says

/law-student-uk:session

  1. Parse $ARGUMENTS — subject and N. If missing, ask:

    What subject, and how many questions? (e.g., Land Law 10 or Contract 5 --essay.)

  2. Load ~/.claude/plugins/config/uk-legal-plugins/law-student-uk/CLAUDE.md → qualification route, exam format, weak subjects.
  3. Load ~/.claude/plugins/config/uk-legal-plugins/law-student-uk/study-plan.yaml if it exists. Read session_history for this subject to weight subtopics toward where the student has been weak.
  4. Route by method flag:
    • --sqe1 (default for SQE1 subjects): load bar-prep-questions skill, run N SQE1-style single-best-answer questions. Apply jurisdiction handling (see that skill's ## Jurisdiction handling). Label each [E&W] or [Scots law] as appropriate.
    • --essay: load bar-prep-questions, run N problem question or 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:
    • If study-plan.yaml exists: append to session_history per the schema in the study-plan skill.
    • If not: write to ~/.claude/plugins/config/uk-legal-plugins/law-student-uk/session-history.yaml.
  7. 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
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. 6d ago First seen · 32 lines · 83 tokens per session scan A 4e445576076d

Subscribe to this mod's changes

session is a skill published in the GitHub repository uk-agents/uk-legal-plugins (9 stars, last pushed 3mo ago), licensed Apache-2.0. It adds 83 tokens to every session and 548 once invoked, about $0.0004 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.