← ClaudeAtlas

pencil-lang-packlisted

Language pack installer for Pencil Design Harness & Skills. Copies a translated harness pack (evaluation rules, RPG system, achievements) and skill files into the project's harness/ and .claude/skills/ directories. Use this skill when the user wants to switch the harness language, install an English harness, or set up a localized version of the evaluation framework. Triggers on: "change harness language", "install English harness", "switch to English pack", "언어팩 설치", "영문 하네스", "lang pack", "/pencil-lang-pack".
psmon/pencil-creator · ★ 5 · Web & Frontend · score 67
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