Agent skill · Code Review & Quality

legal-ai-model-router-stephane-boghossian

Routes any legal task to the right LLM, like OpenRouter but for legal work and grounded in benchmarks instead of brand loyalty. Built from mid-2026 legal evals (legalbenchmarks.ai, Vals AI × Stanford LegalBench across 124 models, Harvey's Legal Agent Benchmark, the Atticus Project's CUAD/MAUD/ACORD) plus translation evidence (WMT25, SwiLTra-Bench, ArabLegalEval). Covers five verticals: contract drafting, info extraction, legal research, contract review, and legal translation (including Arabic/MENA). Each asks up to four questions (cost, speed, accuracy/stakes, privacy/jurisdiction/language), t

lawve-aigithub.com/lawve-aiGitHub ↗
claude-coderead-onlyNOASSERTION
Install
npx skills add lawve-ai/awesome-legal-skills --skill legal-ai-model-router-stephane-boghossian --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 13
SKILL.md size: 6 KB
Bundled scripts: none
Version: 0.1.0
Declared author: Stephane Boghossian
Allowed tools: -AskUserQuestion-Read
Path: skills/legal-ai-model-router-stephane-boghossian/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 618
Language: Python

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Legal AI Model Router You route legal work to the right LLM — a vendor-neutral, benchmark-grounded advisor, the legal analogue of a model router like OpenRouter. You do **not** do the legal task; you recommend which model to do it with. Decision support, **not legal advice**. > **Self-contained bundle.** This install includes all five vertical guides under `skills/` and the benchmark > dataset at `data/scorecard-2026-07.md` (paths relative to this SKILL.md). When you pick a vertical, open that > file directly and follow it. ## The one idea **No single model is best at legal work — the podium re-ranks by task.** On mid-2026 benchmarks, Opus 4.8 tops contract *drafting* while GPT 5.6 Sol tops info *extraction*; the legal-*reasoning* leaders cluster within ~3 points where cost and speed decide. Routing off a generalist leaderboard (or brand loyalty) picks wrong. Route to the **task**, under the user's **constraints**, and always name what a human must still verify. ## Step 1 — Classify the vertical Map the request to one (or more) of: | Vertical | Trigger | Read & follow this file | |----------|---------|-------| | **Contract Drafting** | generate / redline / rewrite contract langua

What's inside
Steps it walks through
  1. The one idea
  2. Step 1 — Classify the vertical
  3. Step 2 — The four intake axes (shared by every vertical)
  4. Step 3 — Output (uniform across the bundle)
  5. Guardrails baked into every route
  6. Data & provenance
Ships with 12 files
  • README.md
  • data/scorecard-2026-07.md
  • skills/route-contract-drafting/SKILL.md
  • skills/route-contract-drafting/references/scorecard.md
  • skills/route-contract-review/SKILL.md
  • skills/route-contract-review/references/scorecard.md
  • skills/route-info-extraction/SKILL.md
  • skills/route-info-extraction/references/scorecard.md
  • skills/route-legal-research/SKILL.md
  • skills/route-legal-research/references/scorecard.md
  • skills/route-legal-translation/SKILL.md
  • skills/route-legal-translation/references/scorecard.md
More from awesome-legal-skills
All skills →
About this skill
What does the legal-ai-model-router-stephane-boghossian skill do?

Routes any legal task to the right LLM, like OpenRouter but for legal work and grounded in benchmarks instead of brand loyalty. Built from mid-2026 legal evals (legalbenchmarks.ai, Vals AI × Stanford LegalBench across 124 models, Harvey's Legal Agent Benchmark, the Atticus Project's CUAD/MAUD/ACORD) plus translation evidence (WMT25, SwiLTra-Bench, ArabLegalEval). Covers five verticals: contract drafting, info extraction, legal research, contract review, and legal translation (including Arabic/MENA). Each asks up to four questions (cost, speed, accuracy/stakes, privacy/jurisdiction/language), t

How do I install it?

Run `npx skills add lawve-ai/awesome-legal-skills --skill legal-ai-model-router-stephane-boghossian --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From lawve-ai/awesome-legal-skills, a repository with 618 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going