Productivity & Collaboration contract-reviewnda-generationlegal-document-draftingrisk-analysiscompliance-auditpdf-reportingmulti-agent

AI Legal Assistant (legal/SKILL.md Orchestrator)

One /legal command in Claude Code for contract review, risk scoring, NDA and terms generation, compliance checks, and PDF reports — replacing costly first-pass legal review.

FollowSkills review · FSRS-2.0
Not recommended
43/ 100 5-point scale 2.2 / 5
1 2 3 4 5 6
1Trust13 / 25 · 2.6/5

The SKILL.md itself requests low privileges (file reads, WebFetch, local Markdown writes) with transparent data flow, and mandates a legal disclaimer on every output plus attorney referral — positive signals. Deducted for: no stated handling boundaries for sensitive contract text, no rollback mechanism, no data-flow disclosure for WebFetch of external URLs, and unverifiable details around the curl|bash install path.

2Reliability8 / 20 · 2.0/5

Routing table is clear and missing-input handling asks the user explicitly; the main path (read → analyze → write Markdown) is self-consistent. Deducted for: no tests or sample inputs/outputs, PDF dependency (reportlab) failure feedback not covered in this file, and no guidance for abnormal inputs (corrupt, oversized, non-English contracts).

3Adaptability8 / 15 · 2.7/5

Audience (freelancers, small businesses) and scenarios are clear; command semantics and trigger conditions (/legal prefix) are precise with low false-trigger risk. Deducted for: undeclared capability boundaries (jurisdictions, languages), fully English output, and total dependence on overseas services (Claude Code, WebFetch) with no Chinese support, raising mainland-China usability concerns.

4Convention6 / 15 · 2.0/5

Structure is clean (command menu, routing table, naming conventions, output naming scheme) and readable. Deducted for: unknown license metadata, no versioning, changelog, or maintenance ownership, marketing metrics in README without sources, and mixing of Skool community promotion that dilutes documentation integrity.

5Effectiveness5 / 15 · 1.7/5

The promised core flows (contract analysis, document generation, Markdown output) are plausible at the instruction level with directly usable output formats. Deducted for: key value claims (Contract Safety Score, severity scoring, GDPR/CCPA coverage) rest entirely on model quality, with no representative output samples; static review cannot confirm real usability.

6Verifiability3 / 10 · 1.5/5

Only author claims and marketing statements ('review in 60 seconds', dollar-savings metrics) with no sources; no test suite, CI evidence, or third-party execution material; facts and inference are not separated. The only auditable material is the repository source itself.

Evidence confidence:Low Reviewed Sep 09, 2026 Reviewed revision 19ece98df260
Before you use it
  • The disclaimer is not legal protection: AI-generated contract analysis and documents must be reviewed by a licensed attorney; risk flags here are not legal opinions.
  • License metadata is unknown; confirm terms before any commercial use.
  • No versioning or maintenance commitment; users bear update and abandonment risk.
  • Treat quantified outputs (Contract Safety Score, severity scoring) as heuristic references, not a validated assessment system.
  • Core function depends entirely on overseas services (Claude Code, WebFetch); mainland-China reachability is unverified and there is no Chinese-language output support.
  • Publisher is unverified in the FollowSkills registry; identity is unknown (not itself a deduction, but disclosed).
Review evidence [1][2]
See the full review method →

What does this skill do, and when should you use it?

This is the main orchestrator skill of the zubair-trabzada/ai-legal-claude repository, located at legal/SKILL.md. It performs no analysis itself; instead it routes 13 /legal slash commands to concrete skills in the repo's skills/ directory (legal-review, legal-nda, legal-compliance, etc.). The flagship /legal review command launches 5 parallel agents (clause analysis, risk assessment, compliance, obligations mapping, recommendations) that aggregate into a 0–100 Contract Safety Score with clause-by-clause analysis. Every output carries a mandatory legal disclaimer stating the tool is not a lawyer and provides no legal advice. A one-line curl installer deploys all 14 skills, 5 agents, and the PDF generation scripts.

When the user types /legal, it presents a 14-command menu and routes each command: /legal review (5-agent parallel full contract review), /legal risks (clause-by-clause severity scoring), /legal compare (side-by-side diff of two contracts), /legal plain (legalese-to-plain-English translation), /legal negotiate (counter-proposals with replacement language), /legal missing (finds absent protections), /legal nda / terms / privacy / agreement (generate NDAs, terms of service, privacy policies, business agreements), /legal freelancer (freelancer-perspective review), /legal compliance (GDPR/CCPA/ADA/PCI-DSS/CAN-SPAM/SOC 2 gap analysis), /legal report-pdf (ReportLab-based PDF report). It accepts contracts as a file path, pasted text, or URL (via Read/WebFetch), and saves generated documents as Markdown in the working directory (e.g., NDA-[party]-[date].md).

  1. A freelancer reviewing a client contract before signing to spot common contractor trap clauses
  2. A small business assessing vendor or supplier contracts and estimating financial exposure before committing
  3. A founder generating a custom NDA for a new partnership, or terms of service and a privacy policy for a website
  4. An AI automation agency packaging contract review as a paid service with client-ready PDF reports
  5. A site operator running a compliance gap check against GDPR, CCPA, ADA, PCI-DSS, CAN-SPAM, or SOC 2

What are this skill's strengths and limitations?

Pros
  • Command coverage spans the full contract lifecycle: review, compare, negotiate, generate, comply, report
  • Flagship /legal review cross-checks with 5 parallel agents and outputs a structured 0–100 safety score with per-clause fixes
  • Requires explaining WHY each clause is risky and proposing specific alternative language, not just flagging
  • Mandatory legal disclaimer on every output keeps expectations honest
  • One-line install/uninstall scripts with minimal dependencies (nothing beyond Python/reportlab unless you want PDFs)
Limitations
  • Not a lawyer and explicitly not legal advice — every output demands licensed-attorney review before reliance
  • Deeply tied to Claude Code-specific mechanics: slash commands, parallel subagents, Read/WebFetch tool references — porting to other clients requires rewriting
  • No test suite, benchmarks, or accuracy evidence; analysis quality is unverifiable from the source
  • No license declared, so commercial use terms must be confirmed with the author
  • The repo description mixes in Skool community marketing, which should be discounted when evaluating capability claims
  • README cost-comparison figures (e.g., $300–500/hr attorney rates) are unsourced

How do you install this skill?

Run the repo's one-line installer: curl -fsSL https://raw.githubusercontent.com/zubair-trabzada/ai-legal-claude/main/install.sh | bash — installs all 14 skills, 5 agents, and the PDF scripts at once. PDF reporting requires Python 3.8+ and reportlab (pip3 install reportlab). Uninstall via curl -fsSL .../uninstall.sh | bash or a local ./uninstall.sh. The source does not document exactly where the installer places files.

How do you use this skill?

In Claude Code, type /legal to bring up the command menu, then use commands in their documented form, e.g.: /legal review my-contract.pdf (full review), /legal nda mutual NDA with client Acme (NDA generation), /legal risks <file> (deep risk analysis). Contracts can be supplied by file path, pasted text, or URL; if omitted, the assistant asks for one. The README also describes passing a website URL for terms generation and compliance analysis.

How does this skill compare with similar options?

The source names no competitors; the repo only positions itself within the author's Claude Code Skills Series alongside an AI Marketing Suite and AI Sales Team (unrelated to legal work). No reliable alternative is named — evaluate against human attorney first-pass review or paid contract-review services on your own.

FAQ

Can it replace a lawyer?
No. Both SKILL.md and README explicitly state it does not provide legal advice and is only a starting point; a licensed attorney should make the final review before signing anything.
Do I have to install all 14 skills?
The official installer deploys everything (skills, agents, PDF scripts) in one shot; the source documents no steps for installing only the legal/SKILL.md orchestrator alone.
What does PDF reporting require?
Python 3.8+ with reportlab installed; the repo ships a generate_legal_pdf.py script. If you skip PDF reports, no Python is needed.
What is the license? Can I use it commercially?
The repository declares no license (License: unknown), so confirm terms with the author before commercial use or redistribution.

More skills from this repository

All from zubair-trabzada/ai-legal-claude

Productivity & Collaboration

AI Legal Assistant: Full Contract Review

One command launches five parallel AI agents to review a contract, producing a scored report with clause-by-clause risk analysis and negotiation priorities in under 60 seconds.

Productivity & Collaboration

Missing Protections Finder (AI Legal Assistant)

Scans a contract for protections that industry standards say should be there but aren't, then delivers ready-to-insert clause language with urgency ratings.

Dev & Engineering

Deep Risk Analysis (AI Legal Assistant Skill)

Clause-by-clause contract risk scoring (1-10), financial exposure estimates, and ready-to-use replacement clause language.

Productivity & Collaboration

Counter-Proposal Generator

Flags every unfavorable contract clause and produces insert-ready replacement language, talking points, and a ready-to-send revision email.

Productivity & Collaboration

Legal Analysis PDF Report Generator

Turns completed legal contract-review results into a polished branded PDF with score gauge, risk dashboard, and clause-by-clause analysis.

Productivity & Collaboration

Freelancer Contract Review

Reviews contracts from the freelancer's perspective, flags common traps, scores fairness, and produces actionable negotiation scripts before you sign.

Dev & Engineering

Custom NDA Generator

Generate a complete, situation-tailored Non-Disclosure Agreement from one command, with plain English annotations on every section — no more piecing together templates.

Productivity & Collaboration

Contract Comparison Skill

Clause-by-clause comparison of two contract versions, flagging every change, who it favors, and hidden risks before you sign.

Productivity & Collaboration

Plain English Contract Translator

Turns every clause of a contract from legalese into clear plain English, flagging deliberately confusing or misleading language.

Productivity & Collaboration

Business Agreement Generator

Turns a short Q&A into a complete business agreement with plain-English annotations — freelancer contracts, partnerships, SOWs, MSAs and more.

Productivity & Collaboration

Terms of Service Generator (AI Legal Assistant)

Scans any website or SaaS product and drafts complete, GDPR/CCPA-compliant Terms of Service with plain-English summaries for every section.

Writing & Content

Privacy Policy Generator

Scans a website's actual data collection practices and generates a GDPR/CCPA-compliant privacy policy tailored to what it really finds.

Productivity & Collaboration

Compliance Gap Analysis

Scans any website and audits it against GDPR, CCPA, ADA/WCAG, PCI-DSS, CAN-SPAM, COPPA and SOC 2, producing a scored gap report with a remediation roadmap.

Related skills