Agent skill · data analytics · mvanhorn

pp-lawhub

Use LawHub PP CLI for LSAT practice-test analytics: sync authenticated LawHub score metadata, inspect attempts, rank weaknesses by question type/section, add user-authored review notes, and open official LawHub review links without storing LSAT question content. Trigger phrases: lawHub LSAT analytics, sync LSAT practice tests, LSAT weaknesses, wrong answer review, LawHub review link, lawhub-pp-cli.

Why this skill is useful

Provides specific commands and workflows for analyzing LSAT practice test data that the AI wouldn't reliably generate on its own.

What it needs

Requires lawhub-pp-cli installed locally. Requires lawhub account access. About 3k tokens when loaded. Last updated 2026-08-06. 1,890 stars on the source repository.

What this skill does

LawHub — Printing Press CLI Prerequisites: Install the CLI This skill drives the lawhub-pp-cli binary. You must verify the CLI is installed before invoking any command from this skill. If it is missing, install it first: 1. Install via the Printing Press installer. It defaults binaries to $HOME/.local/bin on macOS/Linux and %LOCALAPPDATA%\Programs\PrintingPress\bin on Windows: 2. Verify: lawhub-pp-cli --version 3. Ensure the reported install directory is on $PATH for the agent/runtime that will invoke this skill. If the npx install fails (no Node, offline, etc.), fall back to a direct Go install (requires Go 1.26.6 or newer): If --version reports "command not found" after install, the runtime cannot see the binary directory on $PATH. Do not proceed with skill commands until verification succeeds. Prerequisites Verify the CLI is installed before use: If missing after publication: Use When Use for LSAT practice analytics from LawHub: sync history, sync score-report metadata, summarize attempts, rank weaknesses, list wrong questions, add user-authored notes, and open LawHub review links. Do Not Use For Do not extract or store LSAT question stems, passages, answer-choice text, official explanations, or bulk official LSAT content. Do not ask the user to paste LSAC credentials into chat. Auth Workflow LawHub/MSAL requires browser storage. Import auth from a browser launched with Chrome DevTools Protocol enabled. 1. User starts a browser and logs into LawHub: 2. Import session: 3. Verify: Expected: live.ok is true. …

How to use it

Reference it in AdaL, Claude Code, Cursor or any coding agent — nothing to install:

@skills mvanhorn/lawhub

View the source on GitHub

Browse the @skills marketplace