Korean Law & Precedent Search via zmd
Search Korean laws and precedents via local hybrid index (FTS + vector). USE FOR: 법률 검색, 판례 검색, semantic search, zmd query, zmd search. DO NOT USE FOR: legal advice, TUI navigation (use legal-ko-search), 법조인 search (use legal-ko-precedent).
Korean Law & Precedent Search via zmd
UTILITY SKILL — INVOKES: legal-ko-cli zmd search|query|similar
Search
| Situation | Command |
|---|---|
| Exact term / case number | legal-ko-cli zmd search "<q>" --json (~10 ms) |
| Natural language | legal-ko-cli zmd query "<q>" --json (~410 ms) |
| Precedents + cited laws | legal-ko-cli zmd similar "<q>" --json |
| Poor results fallback | zmd query "<q>" --rerank --json (~1.5 s) |
| Retrieve document | zmd get "<collection/path>" |
Scope: --collection laws, --collection precedents, --collection admrules, or --collection ordinances.
Workflow
- Identify topic, translate colloquial → formal legal terms
- Run 2-5 searches with varied terms
- Read full docs:
zmd getorlegal-ko-cli show --json - Cross-ref:
legal-ko-cli precedent-laws/law-precedents - Present: summary, docs table, excerpts, disclaimer
Data Sources
Legalize-KR provides four public datasets, all indexed by zmd:
- Laws:
legalize-kr/legalize-kr→ collectionlaws - Court precedents:
legalize-kr/precedent-kr→ collectionprecedents - Administrative rules:
legalize-kr/admrule-kr→ collectionadmrules - Local ordinances:
legalize-kr/ordinance-kr→ collectionordinances
Index Management
task zmd:sync — pull + re-index. task zmd:status — check state.
See reference/INDEXING.md for scope, tasks, and directory layout.
Disclaimer
⚠️ 검색 결과이며 법률 자문이 아닙니다. 변호사와 상담하세요.
No additional documents ship with this skill.
Related Skills
A. Statute claim protocol (조/항/호 verification)
Verify Korean legal claims using Korean-law MCP tools and return verdict JSON.
Korean Law Search
Use korean-law-mcp first for Korean law lookups, and fall back to Beopmang when the primary service is unavailable.
Korean Law Search
Find Korean laws and articles by title search via legal-ko-cli. USE FOR: 법 찾기, 법률 검색, 법조항 찾기, find Korean law, what law applies. DO NOT USE FOR: lega…