Claude Code skill for researching foreign law questions — structured workflow from Chinese/English resources to AI-assisted research.
Based on the methodology from 快速检索外国法问题:从中英文资料到AI的全方位指南! by 文刀二中.
A problem-oriented research assistant that helps you find reliable answers to foreign law questions efficiently. Instead of systematic academic study, it focuses on getting you to the right resource for your specific jurisdiction and legal topic.
- Source Authority Hierarchy (L1-L4) — Distinguishes primary law, authoritative guides, firm commentary, and AI-generated leads
- Certainty Labels — Tags information as
[法规原文][权威指南][一般评论][待验证]to prevent certainty inflation - Timeliness Sensitivity — Flags rapidly evolving areas (sanctions, data privacy) vs stable domains (contract law principles)
- Smart Navigation — Uses WebSearch/WebFetch to verify resource links and extract table of contents, without summarizing legal content (avoids hallucination risk)
- Topic-Resource Matching — Maps 13 legal topics to their best specialized resources
- Dual Research Paths — Quick overview or comprehensive research report, user chooses
- Word Output — Generates law-firm-style .docx reports with proper footnotes via
document-skills:docx
Free English Guides (L2): Chambers Practice Guides | Legal500 | ICLG | Lex Mundi | Doing Business series
Specialized Databases: DLA Piper Data Protection | UNCTAD Investment Policy | WIPO Lex | ILO NATLEX | EUR-Lex | Global-Regulation.com
Chinese Sources: 商务部国别指南 | 金杜/中伦/走出去智库等大所公众号
Regional Databases for Thin-Coverage Jurisdictions: AfricanLII | PacLII | SICE/OAS | EBRD
Copy the foreign-law-research/ directory into your Claude Code skills path:
cp -r foreign-law-research/ ~/.claude/skills/Or reference it directly in your Claude Code configuration.
foreign-law-research/
├── SKILL.md # Main skill: workflow + methodology
└── references/
└── resources.md # Resource database with URLs, access info, search templates
Trigger the skill by asking about foreign law in any form:
- "越南外商投资法的基本规定是什么?"
- "What are data protection requirements in Brazil?"
- "帮我调研一下沙特的公司法框架"
- "Compare labor law in Vietnam, Thailand and Indonesia"
The skill will ask you to choose:
- Jurisdiction and legal topic(s) (single, multiple, or comprehensive)
- Quick overview or comprehensive research report
Then deliver findings with footnoted sources.
- Substantive legal analysis first, resource links in footnotes
- Footnote format:
[^1]: Source Name — Title, URL - Optional Word (.docx) export in law firm style
Inspired by deep-research 8-step methodology, adapted for legal research:
| Mechanism | Application |
|---|---|
| Source Authority (L1-L4) | Legal source hierarchy: statutes > guides > firm articles > AI |
| Certainty Labels | Never upgrade "may require" to "requires" |
| Timeliness Grading | Sanctions law (3-6mo) vs contract principles (stable) |
| Question Decomposition | Break "set up factory in Vietnam" into sub-questions |
MIT