⚖️Litigation Legal (official)
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
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.
- 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. Everlaw / CourtListener connectors have their own sign-in.
- 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.