ishwarjha/legalant
4 stars · Last commit 2026-03-02
18-agent AI system for Indian legal work — Claude Code plugin
README preview
# LegalAnt LegalAnt is an 18-agent AI system for Indian legal work. It handles contract review, legal research, translation, redline analysis, negotiation tracking, MCA due diligence, and five practice area workflows, all as a Claude Code plugin. --- ## Prerequisites **All platforms:** [Claude Code](https://claude.ai/code), a Claude account (Pro or higher for Opus calls), and Git. **macOS / Linux:** Nothing else needed. **Windows:** You need one of the following before running any install commands. - **Git Bash** (recommended): comes with [Git for Windows](https://git-scm.com/download/win) and lets you run `./install.sh` as written. - **WSL**: run all commands in your WSL terminal unchanged. - **PowerShell 5.1+**: built into Windows 10/11. Check your version: ```powershell $PSVersionTable.PSVersion