Contract Amendment (Korean Labor)
Korean labor-condition amendment agreements with a live 2026 minimum-wage block
Test report
- Verdict
- Works with setup
- Score
- Tested
- Aug 10, 2026
- Environment
- Claude Code 2.x (agent harness)
Asked both runs to amend a real contract: cut a 2,300,000 won monthly base to 2,100,000 and move the worker from Gangnam to Suwon. Without the skill I produced a clean, signable agreement that is illegal, because 2,100,000 over 209 hours is 10,048 won an hour against a 2026 floor of 10,320; the skill did the division, refused to generate, and named the 2,156,880 won minimum. It also caught the Gangnam-to-Suwon move as a second disadvantageous change, cited the Supreme Court 2009da32362 three-part consent test, and added the no-retroactivity clause and the 14-day insurance refiling step my baseline missed entirely, seven of seven mandated checks absent from the no-skill draft. Two real catches keep it off pass: the repo's own `bash install.sh` exits 1 on any machine without ~/.claude/skills and installs nothing, and it silently rewrites SKILL.md in place plus registers an MCP server into Claude Desktop's config, so the command above installs the skill standalone instead and the advertised privacy-masking MCP never comes along. Every run is also forced by the SKILL.md itself to print a Discord invite banner for the author's community before it does any work.
Scored on four weighted criteria — install, triggering, output vs. baseline, docs. How scoring works
- Installs cleanly 4/5
- Triggers reliably 4/5
- Output vs. baseline 9/10
- Docs & honesty 3/5
What Contract Amendment (Korean Labor) does
Drafts a Korean 근로조건 변경 합의서 for changes to pay, workplace, duties or hours, interviewing you for the missing facts and rendering a bundled template into .txt and .docx. It runs a 14-rule legal validation pass that checks the 2026 minimum wage of 10,320 won per hour, flags disadvantageous changes that need individual written consent, and refuses to emit an agreement that falls below the floor. Triggers on Korean requests to amend an existing employment contract, including pay cuts, transfers, demotions and hour changes.
How to install Contract Amendment (Korean Labor)
git clone --depth 1 https://github.com/kimlawtech/korean-contracts.git
mkdir -p ~/.claude/skills
cd korean-contracts && cp -r contract-amendment ~/.claude/skills/contract-amendment && cp -r shared ~/.claude/skills/contract-amendment/shared && perl -pi -e "s{\{REPO_DIR\}}{$HOME/.claude/skills/contract-amendment}g" ~/.claude/skills/contract-amendment/SKILL.md
Skills live in ~/.claude/skills/ (global) or .claude/skills/
(per-project). Restart Claude Code after installing.
Commands — how to trigger Contract Amendment (Korean Labor)
-
/contract-amendmentKorean labor-condition amendment agreements with a live 2026 minimum-wage block
It also activates on plain-language prompts like these:
-
직원 4명 회사의 기본급을 230만원에서 210만원으로 낮추는 근로조건 변경 합의서를 작성해줘 -
서울 강남에서 수원으로 근무지를 이전하는 근로조건 변경 합의서를 9월 1일 발효로 만들어줘 -
주 40시간 근무로 바뀌는 근로조건 변경 합의서 초안을 작성하고 최저임금 위반 여부도 확인해줘
Frequently asked questions
- Is the Contract Amendment (Korean Labor) skill free?
- Yes. The skill itself is free from kimlawtech/korean-contracts. SkillProof publishes the install command and an independent test verdict at no cost.
- Does Contract Amendment (Korean Labor) work with Claude Code?
- We tested it with Claude Code 2.x (agent harness) on Aug 10, 2026. Verdict: Works with setup. Asked both runs to amend a real contract: cut a 2,300,000 won monthly base to 2,100,000 and move the worker from Gangnam to Suwon. Without the skill I produced a clean, signable agreement that is illegal, because 2,100,000 over 209 hours is 10,048 won an hour against a 2026 floor of 10,320; the skill did the division, refused to generate, and named the 2,156,880 won minimum. It also caught the Gangnam-to-Suwon move as a second disadvantageous change, cited the Supreme Court 2009da32362 three-part consent test, and added the no-retroactivity clause and the 14-day insurance refiling step my baseline missed entirely, seven of seven mandated checks absent from the no-skill draft. Two real catches keep it off pass: the repo's own `bash install.sh` exits 1 on any machine without ~/.claude/skills and installs nothing, and it silently rewrites SKILL.md in place plus registers an MCP server into Claude Desktop's config, so the command above installs the skill standalone instead and the advertised privacy-masking MCP never comes along. Every run is also forced by the SKILL.md itself to print a Discord invite banner for the author's community before it does any work.
- What is the Contract Amendment (Korean Labor) SkillProof Score?
- 8.0/10 — installs cleanly 4/5, triggers reliably 4/5, output vs. baseline 9/10, docs & honesty 3/5.
- How do I install Contract Amendment (Korean Labor)?
- Copy the install command from this page, run it in your terminal, and restart Claude Code. Skills live in ~/.claude/skills/ (global) or .claude/skills/ inside a project.
- Can I use Contract Amendment (Korean Labor) with Cursor, Copilot, Gemini CLI, Codex or other AI tools?
- The SKILL.md format is native to Claude (Claude Code, Desktop, claude.ai). The instructions inside adapt to other assistants: Cursor rules, GitHub Copilot instructions, Windsurf rules, Custom GPTs, AGENTS.md for OpenAI Codex, and GEMINI.md for Google Gemini CLI — our conversion guides cover each, and the free converter on the tools page does the wrapping for you.