AugmentClaude
OfficialClaude Code plugin

⚖️Litigation Legal (official)

By Anthropic· 8,628

Claim charts built element by element, demand letters with FRE 408 awareness and a send gate, dockets watched on schedule.

Works with

  • Claude Code or Claude Cowork.
  • Matter documents (complaints, patents, correspondence).
  • Optional connectors: Everlaw, CourtListener.

What's inside

  • /litigation-legal:claim-chartcommand

    Element-by-element claim chart — patent or civil cause of action.

  • /litigation-legal:demand-draftcommand

    Drafts a demand with FRE 408 awareness and an explicit gate before anything is sent.

  • /litigation-legal:demand-intakecommand

    Pre-drafting context gathering — parties, facts, basis, leverage, privilege.

  • docket-watcherskill

    Scheduled agent that monitors court dockets for filings and deadlines.

Installation

Before you start

First run captures matter context and privilege boundaries.

⚖️ Every output is a draft for attorney review — nothing is filed or sent without an explicit gate.

  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. Everlaw / CourtListener connectors have their own sign-in.

  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.