AugmentClaude
OfficialClaude Code plugin

👥Employment Legal (official)

By Anthropic· 8,628

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

Before you start

First run captures your company's footprint and policies.

⚖️ Every output is a draft for attorney review — not legal advice.

  1. Make sure Claude Code is installed.
    npm i -g @anthropic-ai/claude-code
  2. Copy the block below and paste it into your terminal.

    The lines run one after another — everything the plugin needs, in one paste.

  3. Credentials

    No API keys required.

  4. 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 /plugin to confirm it's installed.

Prefer to read the source first? Open on GitHub.