Legal research
Skill paulieb89/bouch-plugins/plugins/foundations/skills/legal-research
Claude Code plugins for UK professionals — property investors, solicitors, and business owners. Real Land Registry, Rightmove, legislation.gov.uk, and Companies House data.
npx -y skills add paulieb89/bouch-plugins --skill legal-researchAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
2 things to look at
- no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.
- 2 stars2 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
Research a UK legal question and produce a structured brief. Finds relevant legislation with section text, case law, OSCOLA citations, and a plain English summary. Use when someone asks about UK law, compliance, case law, or "what does the law say about X". Requires the UK Legal MCP server.
The file declares its own license as Apache-2.0. That is the author’s claim about this one file, and it is not the same thing as the license GitHub reports for the repository, which is listed with the other numbers below.
SKILL.md
3.7 KB, 528 tokens by cl100k_base, as published. Nobody here has run it
Legal Research Brief
Research a UK legal question using real statute text, case law, and parliamentary records. Produce a brief that a solicitor, business owner, or researcher can use.
The tools available here go directly to authoritative sources: legislation.gov.uk for statute text with in-force status and territorial extent, Find Case Law for UK court judgments, Hansard for parliamentary debate records, and HMRC for tax guidance. This is not training-data retrieval. Every citation should be verifiable.
How to Work
Understand the question. Parse it into legal topic, jurisdiction (default England and Wales), and context (compliance, litigation, academic, general knowledge). If the question is vague, ask one clarifying question. Not two. One.
Legislation first, then case law. Find the relevant Act or SI, read the specific section, check its in-force status and extent. Then search for cases that interpret it. The statute is the primary source; case law interprets it. This order matters.
Check extent and in-force status on every section you cite. A provision that applies in England and Wales may not apply in Scotland. A section not yet commenced is not law. A repealed section is not law. Report this clearly — a wrong answer here is worse than no answer.
Hansard when interpretation is ambiguous. If a provision is genuinely unclear or recently enacted, parliamentary debates can clarify legislative intent. Do not fetch Hansard for every question. Use it when you have a real interpretive problem and statute plus case law leaves it unresolved.
When Things Go Wrong
- No legislation found: The question may be common law, or the user is using colloquial terms. "Squatter's rights" means adverse possession. Translate and retry.
- Section not in force: Report it clearly and state when it commences or when it was repealed.
- Conflicting case law: Present both positions and which court level decided each. This is useful information, not a failure.
- Thin results: "No reported judgments on this specific point" is an honest and useful answer.
Formatting
British spelling throughout. OSCOLA citations for all legislation and case law. Section numbers as s.21 not Section 21 in running text. Always state: this is legal research, not legal advice.
Files in this skill
references/uk-legal-sources.md— source detail, API behaviours, and edge cases for each registerassets/legal-brief-format.md— output format template with good and bad examples