droit

droit is a command for Claude Code from Tough-Respawn/claude-legal-skills-france. It costs 13 tokens per session (288 once invoked), scanned A, original, MIT.

A French-law question router that identifies the relevant area of law and uses the matching research material. It covers areas such as civil, criminal, employment, business, administrative, digital, and European law.

In plain words
What is it for?
Use it for general or cross-topic questions about French law, with cited legal sources and a required reminder that the result is information rather than definitive legal advice.
Why use it?
It removes the need to know which legal specialty fits your question. When the built-in material is not enough, it can direct research to official French legal sources.

Command for Claude Code

Written for Claude Code: allowed-tools in frontmatter.

Part of the legal-france plugin — 8 skills, 10 commands shipped together

Good fit Use it for general or cross-topic questions about French law, with cited legal sources and a required reminder that the result is information rather than definitive legal advice.

Compare 6 commands from other repositories ↓
Install with agentmods
npx agentmods add commands/tough-respawn/claude-legal-skills-france/droit
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.

Clone the repo
git clone --depth 1 https://github.com/Tough-Respawn/claude-legal-skills-france

Made for: Claude Code.

Or install legal-france, the plugin that ships this one along with the rest of its 8 skills, 10 commands.

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 droit

README.md
[![agentmods](https://agentmods.dev/badge/commands/tough-respawn/claude-legal-skills-france/droit/github.svg)](https://agentmods.dev/commands/tough-respawn/claude-legal-skills-france/droit)
Your own site
<a href="https://agentmods.dev/commands/tough-respawn/claude-legal-skills-france/droit"><img src="https://agentmods.dev/badge/commands/tough-respawn/claude-legal-skills-france/droit/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 droit

Your own site · 80×15
<a href="https://agentmods.dev/commands/tough-respawn/claude-legal-skills-france/droit"><img src="https://agentmods.dev/badge/commands/tough-respawn/claude-legal-skills-france/droit.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 13 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 288 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.00013 $0.00288
Opus 5 $0.00006 $0.00144
Sonnet 5 $0.00003 $0.00058
Haiku 4.5 $0.00001 $0.00029

Measured today against content hash dd005b033a49, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

droit 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 today.

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.

plugins/legal-france/commands/droit.md · 17 lines

What it actually says

Invoke the legal-france meta skill to route the user's question.

Workflow

  1. Detect the legal domain from the question keywords (civil, pénal, travail, affaires, administratif, numérique, européen). If the question is genuinely multi-domain or transversal, stay in the meta skill.
  2. If a single domain is identified, load plugins/legal-france/skills/legal-france-<domain>/references/<domain>.md (the references now live with each domain skill since v3).
  3. Also load plugins/legal-france/skills/legal-france/references/codes-index.md for cross-cutting article lookup.
  4. Apply the response template matching the user's role (see plugins/legal-france/skills/legal-france/methodology.md).
  5. Verify the applicable official sources through web search and page reading by default. Use an API only when the user requests it or has already chosen that mode in the session: lib/legifrance-client.md for dated texts, lib/judilibre-client.md for judicial case law.
  6. Cite all sources precisely (article numbers, decision references).
  7. End with the mandatory legal disclaimer.
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. today Changed dd005b033a49
  2. 12d ago First seen · 17 lines · 13 tokens per session scan A 8f0241671f79

Subscribe to this mod's changes

droit is a command published in the GitHub repository Tough-Respawn/claude-legal-skills-france (6 stars, last pushed today), licensed MIT. It adds 13 tokens to every session and 288 once invoked, about $0.0001 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-08-31.