Four findings from the overnight QA re-run against the post-fix build: 1. renewal-register.yaml storage path. Was references/renewal-register.yaml inside the skill directory, which lives in the plugin cache and gets wiped on update. Moved to the config directory path that survives updates. Silent data loss bug for any user who built up a register. 2. /setup references. Docs pointed at /<plugin>:setup which does not exist (the command is /cold-start-interview). QUICKSTART.md, two SKILL.md files, and a commented-out template all had the stale reference. This was the only hard give-up moment in the cold-install path. 3. False-premise defense promoted to all 12 plugins. corporate-legal had the strongest anti-fabrication rule in the suite: decline to characterize a statute you cannot retrieve. It was only in 1 of 12. Generalized and added to the shared guardrail block in all 12. 4. Currency-watch corrections in ai-governance-legal. The EU Digital Omnibus entry said high-risk deferrals were still being negotiated in the same bullet that cited the May 7 agreement that settled them. Illinois HB 3773 was marked pending when it has been in force since Jan 1, 2026, and was conflated with the distinct AIPA.
4.6 KiB
Quick Start
60 seconds. This gets you from zip to your first useful output.
Install
-
Open Claude Code (in your terminal) or Claude Cowork (the desktop app). Not sure which you have? If you have a terminal window open with Claude in it, that's Claude Code.
-
Add the marketplace. In Claude Code, type
/plugin marketplace add(with a space at the end), then drag the unzippedclaude-for-legalfolder onto the terminal window — it'll fill in the path. Then press Enter.(Or type the full path:
/plugin marketplace add /Users/you/Desktop/claude-for-legal) -
Install your plugin. Pick the one that matches your work from the table below, then:
/plugin install privacy-legal@claude-for-legal -
⚠️ Restart Claude Code. Close and reopen. This step is not optional — the plugin isn't live until you restart.
-
Run setup. Takes 2 minutes (quick start) or 10-15 minutes (full).
/privacy-legal:cold-start-interview -
Connect a research tool. Citations are flagged unverified without one. In Cowork: Settings → Connectors → add Lexis+ or CourtListener. In Claude Code: the plugin already lists the research MCP in its config; you'll be prompted to authorize it the first time a skill needs it.
Install user-scoped, not project-scoped
When you run /plugin install, you may be asked whether to install for this project only or for all projects (user scope). Pick user scope.
It's counterintuitive: project scope feels safer. But project scope blocks the plugin from reading files outside the project folder — your outlines in Downloads, your contract in Documents, your client file in Dropbox. Most skills need to read your files. User scope doesn't give the plugin any extra access to your files — the plugin can only read files you explicitly point it at or that are in the current directory. It just means the plugin works from any folder instead of one.
If you already installed project-scoped and want to switch: /plugin uninstall <plugin>, then /plugin install <plugin>@claude-for-legal from your home directory.
Which plugin is for me?
| You are a… | Install… | First command |
|---|---|---|
| Privacy lawyer / DPO | privacy-legal |
/privacy-legal:use-case-triage |
| Commercial / contracts lawyer | commercial-legal |
/commercial-legal:review |
| Corporate / M&A lawyer | corporate-legal |
/corporate-legal:diligence-issue-extraction |
| Employment lawyer / HR counsel | employment-legal |
/employment-legal:wage-hour-qa |
| Product counsel | product-legal |
/product-legal:is-this-a-problem |
| IP lawyer / patent agent | ip-legal |
/ip-legal:clearance |
| Litigator (in-house or firm) | litigation-legal |
/litigation-legal:matter-intake |
| Regulatory / compliance counsel | regulatory-legal |
/regulatory-legal:reg-feed-watcher |
| AI governance lead | ai-governance-legal |
/ai-governance-legal:use-case-triage |
| Clinic supervisor (law school) | legal-clinic |
/legal-clinic:cold-start-interview |
| Law student | law-student |
/law-student:cold-start-interview |
| Legal ops / looking for skills | legal-builder-hub |
/legal-builder-hub:registry-browser |
What you're installing
Each plugin learns your playbook through a setup interview, writes it to a practice profile file (~/.claude/plugins/config/claude-for-legal/<plugin>/CLAUDE.md), and every skill reads from it. The profile is yours — edit it, re-run setup, or tell a skill to update it.
Every output is a draft for attorney review. The plugins flag what they're unsure about, mark citations by source, and gate anything irreversible. A lawyer reviews, verifies, and takes responsibility. They make that review faster; they don't replace it.
What's in the box
12 practice-area plugins, 5 managed-agent cookbooks, 16+ connectors. The full reference is in README.md.
Stuck?
- "Command not found" after install → you forgot step 4. Restart Claude Code.
- "Run setup first" → run
/<plugin>:cold-start-interviewbefore any other command. - Citations flagged
[verify]→ connect a research tool (step 6). Without one, every cite is from training data, not a current database. - "I can't read [file]" → most often this means the plugin is project-scoped and the file is outside the project folder. See "Install user-scoped, not project-scoped" above — reinstall user-scoped or move the file into the project folder.
- The plugin doesn't do X → run
/legal-builder-hub:related-skills-surfacerto find a better match, or check the plugin's README for "What this plugin does not do."