👥Employment Legal (official)
Offer letters, non-competes, terminations, and worker classification — reviewed with the jurisdiction check built in.
Works with
- Claude Code or Claude Cowork.
- The hiring/HR documents to review.
- Jurisdiction rules are researched per matter, not stored.
What's inside
- /employment-legal:hiring-reviewcommand
Reviews an offer letter and restrictive covenants — jurisdiction check included.
- /employment-legal:termination-reviewcommand
Runs a proposed termination against jurisdiction-specific risk flags.
- /employment-legal:worker-classificationcommand
Tests a proposed engagement against the controlling state test.
- /employment-legal:policy-draftingcommand
Drafts employment policies with state supplements where law differs.
Installation
First run captures your company's footprint and policies.
⚖️ Every output is a draft for attorney review — not legal advice.
- Make sure Claude Code is installed.
npm i -g @anthropic-ai/claude-code - Copy the block below and paste it into your terminal.
The lines run one after another — everything the plugin needs, in one paste.
- Credentials
No API keys required.
- Restart Claude Code and use it.
Quit and reopen Claude Code so the plugin loads. Its commands and skills are then available in every session — run
/pluginto confirm it's installed.
Prefer to read the source first? Open on GitHub.