Legal Toolkit
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)
- Node.js (v18+) -- for generating Word documents
- Python 3 (v3.9+) -- for document processing, transcription, OCR, and analysis
- 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
- Node.js: Download from https://nodejs.org (LTS version). Check "Add to PATH" during install.
- Python 3: Download from https://www.python.org/downloads/. Check "Add Python to PATH" during install.
- ffmpeg: Download from https://ffmpeg.org/download.html and add the
bin/folder to your system PATH.
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
- Download the plugin zip from this repository
- Open Claude Desktop and start a Cowork session
- Drag and drop the `.zi
Related Skills
Auto Update
Pull the latest ECC repo changes and reinstall the current managed targets.
Development Ecc Guide
Navigate ECC's current agents, skills, commands, hooks, install profiles, and docs from the live repository su
Development Epic Claim
Claim an epic issue, stamp coordination state, and sync local ownership.
Development Epic Publish
Publish a validated epic update back to the issue and local cache.
Development Epic Review
Mark epic review requested, approved, or changes requested.
Development Epic Unblock
Sweep blocked epic issues and reopen anything whose dependencies are closed.
Development Related Agents
Django Build Resolver
Django/Python build, migration, and dependency error resolution specialist. Fixes pip/Poetry errors, migration
Openai Codex CLI
(55.8k ⭐) - Lightweight coding agent that runs in your terminal.
src/agents/ — 11 Agent Definitions
**Generated:** 2026-04-11