Legal Toolkit banner
jdrodriguez jdrodriguez

Legal Toolkit

Development community

Description

A Claude Code plugin with 31 legal productivity skills -- document processing, criminal defense workflows, firm operations, and client management. Covers everything from document summarization and aud

Installation

This entry records only its repository, not the path inside it, so there is no exact command to give. Open the source below and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

README

Legal Toolkit

A Claude Code plugin with 31 legal productivity skills -- document processing, criminal defense workflows, firm operations, and client management. Covers everything from document summarization and audio transcription to motion drafting, intake call scoring, case strategy playbooks, and attorney workload analysis.

All processing is 100% local -- no data leaves your machine.

Works with both **Claude Code** (CLI) and **Claude Desktop / Cowork**.

Prerequisites

Claude Code (CLI)

  1. Node.js (v18+) -- for generating Word documents
  2. Python 3 (v3.9+) -- for document processing, transcription, OCR, and analysis
  3. ffmpeg (optional) -- for audio/video transcription and deposition indexing

Dependencies are auto-installed on first use of each skill.

macOS (with Homebrew)

brew install node python3 ffmpeg

Windows

Linux (Ubuntu/Debian)

curl -fsSL https://deb.nodesource.com/setup_20.x | sudo -E bash -
sudo apt-get install -y nodejs python3 python3-pip ffmpeg poppler-utils

Claude Desktop / Cowork

No prerequisites needed. Cowork's VM has Python and Node.js pre-installed. Dependencies are auto-installed on first run.

Installing the Plugin

Option A: Claude Code CLI

Install directly from within Claude Code:

/install-plugin https://github.com/jdrodriguez/legal-toolkit

Or clone and use locally:

git clone https://github.com/jdrodriguez/legal-toolkit.git
claude --plugin-dir /path/to/legal-toolkit

Option B: Claude Desktop / Cowork

  1. Download the plugin zip from this repository
  2. Open Claude Desktop and start a Cowork session
  3. Drag and drop the `.zi