Anthropic Open-Sources Claude for Legal: Plugin Suite for Contract Review, NDA Triage, and More

Anthropic has open-sourced Claude for Legal, a suite of plugins, managed-agent cookbooks, and MCP connectors designed for in-house, firm, and academic legal work. The repo is structured around practice areas: commercial, privacy, product, corporate, employment, litigation, regulatory, AI governance, IP, and law student clinics.
Key Agents and Commands
Each agent maps to a specific workflow and is invoked via a plugin command. Notable agents include:
- Vendor Agreement Reviewer —
/commercial-legal:review: Reviews vendor MSAs against your playbook and produces a redline memo. - NDA Triager —
/commercial-legal:review: GREEN/YELLOW/RED triage so only hard NDAs hit a lawyer's desk. - Amendment Tracer —
/commercial-legal:amendment-history: Traces contract changes across amendments. - Renewal Watcher — scheduled agent that scans for cancel-by and renewal deadlines.
- Deal Debrief — weekly sweep of signed agreements with playbook deviations.
Agents cover litigation, corporate, employment, privacy, regulatory, AI governance, IP, and law student use cases.
Architecture and Deployment
The system prompt and skills are shared across two deployment options:
- Claude Cowork / Claude Code plugin — install via marketplace instructions in QUICKSTART.md (60-second install).
- Claude Managed Agents API — deploy behind your own workflow engine.
Each plugin runs a cold-start interview that learns your playbook and a CLAUDE.md practice profile that every skill reads.
MCP Connectors
Connectors include general productivity tools (Slack, Google Drive, Box) and legal-specific systems:
- Ironclad
- DocuSign
- iManage
- Everlaw
- CourtListener
Guardrails and Disclaimers
Every output is treated as a draft for attorney review — not legal advice. Features include: source attribution on every citation, conservative defaults on privilege and subjective legal calls, jurisdiction assumptions surfaced, and explicit gates before anything is filed or sent. The repo explicitly states: "These plugins do not represent Anthropic's legal positions."
Getting Started
The README points to QUICKSTART.md for a 60-second install. The repo is open-source (starred 4.4k, forked 641) and accepts contributions via the CONTRIBUTING.md guidelines.
📖 Read the full source: HN AI Agents
👀 See Also

Hollow AgentOS Reduces Claude Code Token Usage by 68.5% with JSON-Native OS Approach
Hollow AgentOS, a JSON-native operating system layer for AI agents, reduces Claude Code token usage by 68.5% by eliminating wasteful shell command overhead. The tool plugs into Claude Code via MCP and runs local inference through Ollama.

AI Roundtable: Tool for Comparing 200+ AI Models on Structured Questions
AI Roundtable is a free tool that lets users pose questions with defined answer options, select up to 50 models from a pool of 200+, and get structured responses under identical conditions. It also includes a debate feature where models can see each other's reasoning and a reviewer model that summarizes transcripts.

Top 6 Open Source Claude Skills (April 15 – May 3)
Six open-source Claude skills from the last 15 days: brand-alchemy, npm-downloads-to-leads, hyperframes, email-newsletter, pricing, and more. Detailed breakdown of each skill's functionality.

Snip tool enables visual communication with AI coding agents
Snip is a free tool that lets developers screenshot, annotate, and draw to show AI agents what they mean visually, while agents can generate diagrams or load images directly through CLI or MCP. Currently runs on Apple Silicon Macs with Mermaid diagram support and HTML support in progress.