law-note-supplement

Augments, reviews, and restructures existing Korean law study notes with sourced citations.

Updated Jun 15, 2026
One-click install
npx skills add https://github.com/kmjy98-sketch/khulaw --skill law-note-supplement-kmjy98-sketch
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: law-note-supplement
Source: https://github.com/kmjy98-sketch/khulaw/tree/main/.agent/skills/law-note-supplement
Command: npx skills add https://github.com/kmjy98-sketch/khulaw --skill law-note-supplement-kmjy98-sketch

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve? Existing Korean law study notes (civil, criminal, constitutional) often have missing precedents, statutes, requirements, or structural gaps, and manually supplementing them while preserving source traceability is error-prone. This Skill maintains and improves existing notes without rewriting them from scratch. ## Core Features & Use Cases - Three edit modes: augment (add missing precedents, statutes, requirements, footnotes, backlinks), review (scan for content errors, source mismatches, orphan footnotes, backlink coverage), and restructure (reorder sections by exam-issue frequency data). - Source priority enforcement: Applies a strict source hierarchy (professor materials > official statutes/precedents > peer notes) and flags conflicts instead of silently choosing. - Automatic statute and precedent lookup: Calls korean-law-mcp tools to fetch statute text and holding summaries when notes cite only article numbers or case names. - Use Case: A student asks to fill in missing requirements for a civil law note on voidable acts; the Skill converts noun-style requirement lists into precedent-sentence form, adds footnoted citations, and syncs the consolidated outline. ## Quick Start Ask the assistant to supplement your existing civil law note by adding the missing precedent holdings and requirements for the section on voidable legal acts.

Frequently Asked Questions about law-note-supplement

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I add missing precedents to an existing law study note?▼

Use augment mode, which inserts missing precedent holdings, statute requirements, and answer-template sentences into the existing note without changing its identity. Each addition gets a markdown footnote citation, and orphan footnote references are resolved from page markers.

How do I review Korean law notes for errors and gaps?▼

Use review mode, which reports content errors, source mismatches, structural gaps, orphan footnote references and definitions, and missing cross-references within the same subject. It does not rewrite content unless you explicitly approve.

Can this Skill create new law notes from scratch?▼

No, it only supplements, reviews, or restructures existing notes. For creating new notes from source materials, the documentation directs you to the separate study-notes skill.

Does it verify statute and precedent text automatically?▼

Yes, it automatically calls korean-law-mcp tools such as get_law_detail and search_precedent_tool when a note cites only an article number or case name without the original text. Results are recorded with a National Law Information Center citation format.

What happens when sources conflict during note supplementation?▼

Conflicts are explicitly flagged with both sources cited and marked as pending, rather than silently choosing one. Claims not supported by any source are marked as unverifiable or deferred due to insufficient material.

How does issue-priority restructuring reorder note sections?▼

It loads exam-issue frequency data from issue_frequency.json, maps existing sections to issue rankings, moves high-frequency sections to the top, and updates the ranking table with actual frequency counts. Section content and source traceability remain unchanged.