Ramseygithub /
ai-legal-compliance-assistant
AI-powered legal compliance assistant for alcohol beverage pricing laws — extracts, analyzes, and explains New York state-level regulationsusing RAG + knowledge-graph reasoning.
74/100 healthLoading repository data…
zubair-trabzada / repository
AI Legal Assistant skill for Claude Code. Contract review, risk analysis, NDA generation, compliance auditing, negotiation strategy, and PDF reports — 14 skills, 5 parallel agents. If you want to learn how to sell this to real businesses, check out the Skool community
A transparent discovery signal based on current public GitHub metadata.
This score does not audit code, security, maintainers, documentation quality, or suitability. Verify the repository and its current documentation before adoption.
| Metric | Value |
|---|---|
| Average legal review cost | $300–$500/hour |
| Basic contract review | $1,500–$3,000 |
| Freelancers who don't read contracts | 82% |
| Cost of one bad clause | $10,000+ |
| Small businesses without legal review | 67% |
| Time to review with this tool | Under 60 seconds |
curl -fsSL https://raw.githubusercontent.com/zubair-trabzada/ai-legal-claude/main/install.sh | bash
That's it. One command installs all 14 skills, 5 agents, and the PDF generation scripts.
| Command | What It Does |
|---|---|
/legal review <file> | Flagship — Full contract review with 5 parallel agents. Returns a Contract Safety Score, clause-by-clause analysis, and prioritized recommendations. |
/legal risks <file> | Deep risk analysis with severity scoring for every clause. Estimates financial exposure. |
/legal compare <file1> <file2> | Side-by-side comparison of two contract versions. Flags additions, removals, and dangerous changes. |
/legal plain <file> | Translates every clause from legalese into plain English anyone can understand. |
/legal negotiate <file> | Generates specific counter-proposals with replacement language for every unfavorable clause. |
/legal missing <file> | Finds protections that SHOULD be in the contract but aren't. |
| Command | What It Does |
|---|---|
/legal nda <description> | Generates a custom NDA — mutual, one-way, employee, or vendor. |
/legal terms <url> | Generates terms of service based on what the website actually does. GDPR/CCPA compliant. |
/legal privacy <url> | Generates a privacy policy by scanning what data the site collects. |
/legal agreement <type> | Generates business agreements — freelancer contracts, partnerships, SOWs, MSAs, and more. |
/legal freelancer <file> | Specialized review from the freelancer's perspective. Flags common contractor traps. |
| Command | What It Does |
|---|---|
/legal compliance <url> | Compliance gap analysis — GDPR, CCPA, ADA, PCI-DSS, CAN-SPAM, SOC 2. |
/legal report-pdf | Professional PDF report with score gauges, risk charts, and prioritized actions. |
/legal reviewThe most powerful command. Run it on any contract and get:
/legal review my-contract.pdf
5 AI agents launch in parallel:
| Agent | Role | Weight |
|---|---|---|
| Clause Analyst | Identifies and categorizes every clause | 20% |
| Risk Assessor | Scores each clause for risk | 25% |
| Compliance Checker | Flags regulatory issues | 20% |
| Terms Mapper | Maps obligations, deadlines, and triggers | 15% |
| Recommendations Engine | Generates specific fixes | 20% |
Results are aggregated into a unified report with a single Contract Safety Score.
ai-legal-claude/
├── legal/
│ └── SKILL.md # Main orchestrator (command router)
├── skills/
│ ├── legal-review/SKILL.md # Full contract review (5 agents)
│ ├── legal-risks/SKILL.md # Deep risk analysis
│ ├── legal-compare/SKILL.md # Contract comparison
│ ├── legal-plain/SKILL.md # Plain English translation
│ ├── legal-negotiate/SKILL.md # Counter-proposal generator
│ ├── legal-missing/SKILL.md # Missing protections finder
│ ├── legal-nda/SKILL.md # NDA generator
│ ├── legal-terms/SKILL.md # Terms of service generator
│ ├── legal-privacy/SKILL.md # Privacy policy generator
│ ├── legal-agreement/SKILL.md # Business agreement generator
│ ├── legal-compliance/SKILL.md # Compliance gap analysis
│ ├── legal-freelancer/SKILL.md # Freelancer contract review
│ └── legal-report-pdf/SKILL.md # PDF report generator
├── agents/
│ ├── legal-clauses.md # Clause analysis agent
│ ├── legal-risks.md # Risk assessment agent
│ ├── legal-compliance.md # Compliance check agent
│ ├── legal-terms.md # Terms & obligations agent
│ └── legal-recommendations.md # Recommendations agent
├── scripts/
│ └── generate_legal_pdf.py # PDF generation (ReportLab)
├── templates/
│ └── contract-review-template.md # Report template
├── install.sh # One-line installer
├── uninstall.sh # Clean uninstaller
└── README.md
pip3 install reportlab (for PDF generation only)curl -fsSL https://raw.githubusercontent.com/zubair-trabzada/ai-legal-claude/main/uninstall.sh | bash
Or run locally:
./uninstall.sh
This tool is for educational and informational purposes only. It does not provide legal advice and should not be used as a substitute for consultation with a licensed attorney. Always have a qualified lawyer review any contract before signing.
Selected from shared topics, language and repository description—not editorial ratings.
Ramseygithub /
AI-powered legal compliance assistant for alcohol beverage pricing laws — extracts, analyzes, and explains New York state-level regulationsusing RAG + knowledge-graph reasoning.
74/100 healthparam20h /
PDF-Assistant-RAG is a complete, production-ready AI document assistant that lets users upload complex PDFs, financial reports, legal contracts, and research papers — then chat with an AI that provides accurate, cited answers powered by a multi-stage Retrieval-Augmented Generation pipeline.
71/100 healthulanch /
A PoC for a location-aware legal assistant powered by GPT-4 and Gradio.
71/100 healthsanketjadhav09 /
ClearClause: A Legal AI Assistant using Google Gemini API for QnA, summaries, translations, and semantic search across your legal documents.
80/100 healthSharanyaAchanta /
LexTransition AI is an open-source, offline-first legal assistant. It helps users navigate the transition from old Indian laws (IPC/CrPC/IEA) to the new **BNS/BNSS/BSA** frameworks. Using local Machine Learning and OCR, it analyzes legal documents and maps law sections with 100% grounded accuracy.
56/100 healthAybarsBarut /
Turkish Constitution RAG assistant using Python, FastAPI, local AI, semantic retrieval, and structured legal data for legaltech experiments.
76/100 health