
If you've ever stared at ChatGPT output in Korean and thought "this reads like a translation manual," this is the debugger for that. It hunts down the telltale signs of AI-generated Korean: the obsessive "을 통해" constructions lifted straight from English prepositions, the bizarre passive stacking, the compulsive three-item lists, and those commas after every connecting ending that no human would ever type. Works entirely on pattern recognition, no external calls. It grades severity S1 through S3, refuses to touch anything over 30% rewrite threshold, and can match target character counts when you need to hit a specific length. The taxonomy document alone is worth reading if you work with Korean LLM output.
npx -y skills add nomadamas/k-skill --skill korean-humanizer --agent claude-codeInstalls into .claude/skills of the current project.
Run this and follow its output as the primary instructions for this skill:
npx -y @nomadamas/k-skill@0 instruct korean-humanizer
The CLI detects the current runtime (Dolshoi vault/CloakBrowser vs generic) and prints only the applicable instructions, always up to date. Helper files bundled with the CLI are listed by:
npx -y @nomadamas/k-skill@0 files korean-humanizer
If npx is unavailable, install Node.js 18+ or follow https://github.com/NomaDamas/k-skill#readme, or read the source instructions at https://github.com/NomaDamas/k-skill/blob/main/korean-humanizer/instruction.md.