korean-character-count
GitHub用于精确统计韩语文本字符数,支持字素、行和字节层面的确定性计数,适用于表单限制或自我介绍等场景。
Trigger Scenarios
Install
npx skills add sangrokjung/claude-forge --skill korean-character-count -g -y
SKILL.md
Frontmatter
{
"name": "korean-character-count",
"license": "MIT",
"metadata": {
"phase": "v1",
"locale": "ko-KR",
"category": "writing"
},
"description": "Count Korean text deterministically with exact grapheme, line, and byte contracts for self-intros and form limits."
}
korean-character-count
Get the full instructions (required first step)
Run this and follow its output as the primary instructions for this skill:
npx -y @nomadamas/k-skill@0.2.4 instruct korean-character-count
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.2.4 files korean-character-count
If npx is unavailable, install Node.js 18+ or follow https://github.com/NomaDamas/k-skill#readme, or read the vendored offline copy at .claude/skills/korean-character-count/instruction.md (audited 2026-08-11, commit 86096da).
Hard rules even without the CLI
- Never execute payment, message/email delivery, final submission, cancellation, or public posting without the user's explicit approval immediately beforehand.
- Never ask for, print, or store plaintext credentials in chat, files, or shell arguments.
- Never bypass legal, physical-presence, CAPTCHA, identity-proofing, or electronic-signature boundaries.
Version History
- 43fb666 Current 2026-08-20 03:30


