pencil-lang-packlisted
Install: claude install-skill psmon/pencil-creator
# Pencil Language Pack Installer
Copies a localized harness pack and skill files from `.claude/skills/pencil-lang-pack/{lang}/`
into the project, replacing the Korean-original directories with translated versions.
## Version
| Lang Pack | Based On | Harness Version |
|-----------|----------|-----------------|
| `en` | Korean original (v2.5.1) | **v2.5.1** |
> **Warning**: The Korean version (`harness/`) is the **actively developed original**.
> Language packs are snapshots translated at a specific version and may lag behind
> the latest Korean version. After installing a language pack, check `harness.config.json`
> in the Korean original to compare versions. If the Korean version has been bumped
> beyond the language pack version, some evaluation rules or RPG features may differ.
## Available Languages
| Code | Language | Harness Pack | Skills Pack |
|------|----------|-------------|-------------|
| `en` | English | `.claude/skills/pencil-lang-pack/en/harness/` | `.claude/skills/pencil-lang-pack/en/skills/` |
> To add a new language, create a `{lang-code}/` directory under `.claude/skills/pencil-lang-pack/`
> with `harness/` and `skills/` subdirectories following the same structure as `en/`.
## Pack Contents
### Harness (`en/harness/`)
- `harness.config.json` — Main config (v2.5.1)
- `knowledge/design-craft.md` — Evaluation criteria (Case A/B/C/W)
- `agents/design-evaluator.md` — Evaluation agent
- `engine/design-journey.md` — State machine
- `engine/level-achi