b1rdmania

Claude For Uk Legal — Development skill for Claude Code

Development community

UK-jurisdiction Claude plugins paired with anthropics/claude-for-legal.

How to install Claude For Uk Legal

This entry records only its repository, not the path inside it, so there is no exact command to give. Open b1rdmania/claude-for-uk-legal and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

What Claude For Uk Legal does

UK-jurisdiction Claude plugins paired with anthropics/claude-for-legal. England & Wales employment, civil litigation, and legal research. Demo.

Alternatives in Development

  • OpenAI Codex CLI — (Rust implementation) 67.8k ★
  • Scientific Agent Skills — A set of ready to use Agent Skills for research, science, engineering, analysis, finance and writing 18.7k ★
  • Industry Research — 行业投资研究:产业链全景扫描 + 四大师个股分析框架 15.9k ★

README

Claude for UK Legal

UK-jurisdiction Claude plugins paired with [anthropics/claude-for-legal](https://github.com/anthropics/claude-for-legal) (US). Two plugins, eight skills, England & Wales civil and employment law.

**Demonstration repository.** This is a worked example of what UK-jurisdiction Claude plugins can look like — not a production legal tool. Every output is a draft for solicitor review, not legal advice, and the skills are not a substitute for a qualified lawyer. Don't run these in a regulated workflow without a practising solicitor in the loop.

What's in it

graph TD
    A[claude-for-uk-legal] --> B[uk-employment-legal]
    A --> C[uk-litigation-legal]

    B --> B1[lba-drafter]
    B --> B2[unfair-dismissal-screener]
    B --> B3[settlement-agreement-review]

    C --> C1[pre-motion]
    C --> C2[chronology]
    C --> C3[cpr-letter-drafter]
    C --> C4[without-prejudice-drafter]
    C --> C5[disclosure-list]
Plugin Coverage Skills
`uk-employment-legal` England & Wales employment law 3
`uk-litigation-legal` England & Wales civil litigation (CPR + PD 57AD) 5

Install

/plugin marketplace add https://github.com/b1rdmania/claude-for-uk-legal
/plugin install uk-employment-legal@claude-for-uk-legal
/plugin install uk-litigation-legal@claude-for-uk-legal

Which skill do I use?

flowchart TD
    Q{What do you need?}
    Q -->|Stress-test a case| PM[pre-motion]
    Q -->|Build a chronology| CH[chronology]
    Q -->|Scope disclosure| DL[disclosure-list]
    Q -->|Review a settlement agreement| SAR[settlement-agreement-review]
    Q -->|Assess dismissal fairness| UD[unfair-dismissal-screener]
    Q -->|Draft a letter| W1{Which?}

    W1 -->|Civil pre-action| CL[cpr-letter-drafter]
    W1 -->|Without-prejudice offer| WP[without-prejudice-drafter]
    W1 -->|Employment pre-claim notice| LBA[lba-drafter]

Why this exis