Leaderboard/Legal/ai-legal-claude
Last commit on March 26, 2026·Created on March 26, 2026

zubair-trabzada/ai-legal-claude

Turns legal contracts into documents you can read, compare, and negotiate.
Combined rank
#203
across all skills
In Legal
#1
category rank
Stars
1.7k
+0.8% in last 7d
Forks
386
+1.0% in last 7d
Watchers
18
0.0% in last 7d
Traction scoreGitHub stars can be faked, so popularity alone can be misleading. Traction Score looks for broader signs of recent attention, adoption, and active maintenance.
TL;DR

This skill library brings contract review, legal document generation, and compliance auditing into a single set of commands. It helps freelancers, small business owners, and contract managers review agreements clause by clause, compare versions, identify missing protections, generate counter-proposals, and translate legalese into plain English. The suite also includes tools for generating NDAs, terms of service, privacy policies, and business agreements, plus a compliance gap analysis skill that scans websites against regulatory frameworks.

WHO IT'S FOR
Freelancers and Independent Contractors
review contracts for fairness and risk
Small Business Owners and Startup Founders
generate legal documents and review contracts
Compliance and Privacy Officers
audit websites for regulatory compliance gaps
Contract Managers and Legal Operations Teams
compare contract versions and identify risks
Repository contents

14 skill files

Compatible AgentsThe repository documents support for these agents. The skills may also work with other agents that can load SKILL.md files, but they may need some setup or small changes.
Compatibility not documented

Use this skill collection

Follow the documented setup, then try a first task.

Claude Code full bundle

Installs: Complete AI Legal Assistant bundle: all 14 skills, 5 agents, PDF-generation scripts, and templates. · Claude Code

Before you start
  • Claude Code
  • A terminal environment with curl and Bash capable of running the documented pipeline
  • Python 3 must already be installed to use PDF reports
  • The reportlab Python package is needed to use PDF reports
  1. Run this command in a terminal to install the complete bundle.

    curl -fsSL https://raw.githubusercontent.com/zubair-trabzada/ai-legal-claude/main/install.sh | bash
install.sh · Checked Sep 18, 2026README.md · Checked Sep 18, 2026

Give it something to do.

Suggested first task

Translate the opening contract clauses

Uses plain-english-translation

  • A contract supplied as a file path, pasted text, or URL
  • Replace <contract-file-path> with the actual contract path when using a file
Use the plain-english-translation skill on the contract at <contract-file-path>. As a small first result, translate its first three substantive clauses into everyday English, preserve each original clause, and flag any surprising, deliberately confusing, unusually broad, or hidden obligations. Treat <contract-file-path> as a placeholder for my actual contract path. This is informational analysis, not legal advice.
skills/legal-plain/SKILL.md · Checked Sep 18, 2026
Suggested first task

Compare two contract versions

Uses contract-comparison

  • Two contracts or two versions of one contract, each supplied as a file path, URL, or pasted text
  • Replace <earlier-contract-path> and <later-contract-path> with the corresponding files
Use the contract-comparison skill to compare <earlier-contract-path> with <later-contract-path>. Identify sections added, removed, or reorganized, then classify the first five changed clauses as substantive or cosmetic and state which party each change favors. Replace both placeholders with the actual contract paths; URLs or pasted text may also be supplied. This is informational analysis, not legal advice.
skills/legal-compare/SKILL.md · Checked Sep 18, 2026
Suggested first task

Draft a customized mutual NDA

Uses custom-nda-generator

  • Full legal names of both parties
  • Mutual or one-way NDA type
  • Purpose for sharing confidential information
  • Types of confidential information
  • Governing-law jurisdiction
  • Optional duration, survival period, exclusions, addresses, or special terms
Use the custom-nda-generator skill to draft a mutual NDA as a starting point for attorney review. The parties are <full-legal-name-a> and <full-legal-name-b>; the purpose is <purpose>; the confidential information includes <information-types>; and the governing law is <jurisdiction>. Ask me for any other critical missing information before drafting, and include plain-English annotations. Replace each angle-bracketed placeholder with the real details.
skills/legal-nda/SKILL.md · Checked Sep 18, 2026