legal-document-review

legal-document-review is a skill for Claude Code, Codex from alex-alecu/garden-desk. It costs 0 tokens per session (267 once invoked), scanned A, original, Apache-2.0.

A structured review of one supplied contract using the contract and the user’s review rules. It checks whether names, dates, amounts, duties, defined terms, clauses, and references agree across the document.

In plain words
What is it for?
It helps list each inconsistency or missing detail with both source locations, the difference found, and a check for a qualified human reviewer.
Why use it?
Contracts can contain internal contradictions, missing repeated details, or references that do not match, and these problems may be easy to overlook.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit It helps list each inconsistency or missing detail with both source locations, the difference found, and a check for a qualified human reviewer.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/alex-alecu/garden-desk/legal-document-review
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 alex-alecu/garden-desk --skill legal-document-review
Clone the repo
git clone --depth 1 https://github.com/alex-alecu/garden-desk

Made for: Claude Code, Codex.

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 legal-document-review

README.md
[![agentmods](https://agentmods.dev/badge/skills/alex-alecu/garden-desk/legal-document-review/github.svg)](https://agentmods.dev/skills/alex-alecu/garden-desk/legal-document-review)
Your own site
<a href="https://agentmods.dev/skills/alex-alecu/garden-desk/legal-document-review"><img src="https://agentmods.dev/badge/skills/alex-alecu/garden-desk/legal-document-review/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 legal-document-review

Your own site · 80×15
<a href="https://agentmods.dev/skills/alex-alecu/garden-desk/legal-document-review"><img src="https://agentmods.dev/badge/skills/alex-alecu/garden-desk/legal-document-review.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 0 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 267 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.00000 $0.00267
Opus 5 $0.00000 $0.00133
Sonnet 5 $0.00000 $0.00053
Haiku 4.5 $0.00000 $0.00027

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

Security

Grade A, and why

legal-document-review 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 12d 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.

prompts/skills/legal-document-review/SKILL.md · 13 lines

What it actually says

Use supplied contract, parts, and playbook only. Do not assume jurisdiction, law, market standard, represented party, or missing value; ask party only if rank/negotiation changes. Check all parts for identity/signers, dates, economics, terms/duties, confidentiality/data/IP, liability/indemnity/insurance, assignment/change/termination/disputes, and references.

Internal inconsistencies first; one field/row: identity mismatch, value mismatch, date conflict, defined-term drift, clause conflict, broken reference, or missing repeated detail. A blank repeated signer name/title/authority/party/date is missing repeated detail. Report distinct values; aliases need source support.

Table: field, both sources/values, conflict, reason, and check. Cite both locations; absence cites expected place/checked parts. Never invent correction; separate fact, interpretation, missing information, and human decision; rank only with known party/goal. Do not edit unless requested. Qualified human review is required for legal decisions. This skill does not say a contract is valid, enforceable, compliant, or safe.

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. 12d ago First seen · 13 lines · 0 tokens per session scan A c212c7427dda

Subscribe to this mod's changes

legal-document-review is a skill published in the GitHub repository alex-alecu/garden-desk (6 stars, last pushed yesterday), licensed Apache-2.0. It costs nothing until one of its globs matches a file; then it loads 267 tokens. 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.

Related

Other skills, from other repositories

reporting-adverse-events

Structures adverse-event mentions that OpenMed extracts into FAERS / ICH E2B(R3) reportable fields — suspect drug, reaction (MedDRA PT), seriousness criteria, and outcome. Use when the user needs to build an individual case safety report (ICSR), populate a FAERS submission, map a narrative to E2B(R3) data elements…

maziyarpanahi/openmed · 195 tokens

auditing-deidentification-runs

Produce a signed, reproducible, no-PHI audit trail for an OpenMed de-identification run via deidentify(audit=True). Use when the user needs compliance evidence, a tamper-evident record of what was redacted and why, to verify nothing was changed, to retain proof for HIPAA/GDPR audits, or to review de-id decisions…

maziyarpanahi/openmed · 155 tokens

pseudonymizing-for-gdpr

Apply GDPR-grade pseudonymization to clinical or personal text with OpenMed, keeping a separately-held re-linkage key so the data can be controlled-re-linked later. Use when the user must process EU personal/health data under GDPR, asks for pseudonymization vs anonymization, needs Art. 4(5) / Art. 9 / Recital 26…

maziyarpanahi/openmed · 158 tokens

validating-us-core

Validate FHIR R4 resources and Bundles against US Core / USCDI profiles with the official HL7 FHIR validator before submitting to an EHR. Covers running validatorcli.jar (or the public validator.fhir.org), declaring meta.profile, must-support elements, common conformance gaps (missing code/category/status), and…

maziyarpanahi/openmed · 134 tokens

fda-database

Query openFDA API for drugs, devices, adverse events, recalls, regulatory submissions (510k, PMA), substance identification (UNII), for FDA regulatory data analysis and safety research.

synthetic-sciences/openscience · 43 tokens

setup-openmed

Collect a bounded set of de-identification policy decisions and write a deterministic, reviewable DEID-POLICY.md from the versioned local template. Use when a project needs explicit jurisdiction, recall floor, surrogate strategy, model policy, audit location, and human approval before privacy work begins.

maziyarpanahi/openmed · 62 tokens