---
name: Korean Character Count
slug: korean-character-count
category: Automation
description: "Korean Character Count measures Korean text with deterministic grapheme, line, and byte rules for self-intros and form limits. Use it when you need exact counts that match the skill's contracts."
github: "https://github.com/sangrokjung/claude-forge/tree/main/skills/korean-character-count"
language: Shell
stars: 806
forks: 175
install: "npx degit https://github.com/sangrokjung/claude-forge/tree/main/skills/korean-character-count ~/.claude/skills/korean-character-count"
installs_to: ~/.claude/skills/korean-character-count
source_path: skills/korean-character-count/SKILL.md
collection_size: 25
category_size: 1523
collection_url: "https://dirskills.com/collections/sangrokjung/claude-forge"
added: 2026-08-22T05:22:18.468Z
last_synced: 2026-08-22T05:22:18.468Z
canonical_url: "https://dirskills.com/skills/korean-character-count"
---

# Korean Character Count

Korean Character Count measures Korean text with deterministic grapheme, line, and byte rules for self-intros and form limits. Use it when you need exact counts that match the skill's contracts.

**Install:**

```bash
npx degit https://github.com/sangrokjung/claude-forge/tree/main/skills/korean-character-count ~/.claude/skills/korean-character-count
```

## README

# korean-character-count

<!-- k-skill:cli-stub — generated by scripts/generate-skill-stubs.js; edit skill.json / instruction.md instead -->

## Get the full instructions (required first step)

Run this and follow its output as the primary instructions for this skill:

```bash
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:

```bash
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.
