localization-design
Catalogue stub — full skill: Owl-Listener/designer-skills
Decision tree
Is the full skill already installed?
- Global:
grep -q "^das:" ~/.agents/skills/localization-design/SKILL.md 2>/dev/null && echo "pointer" || echo "installed" - Project:
grep -q "^das:" .agents/skills/localization-design/SKILL.md 2>/dev/null && echo "pointer" || echo "installed" - No
das:block → full skill installed, invoke and proceed das:block present → go to step 2
- Global:
Detect scope, then install:
[ -e ~/.agents/skills/localization-design ] && echo "global" || echo "project"Global:
npx skills add Owl-Listener/designer-skills --skill localization-design -g -yProject:
npx skills add Owl-Listener/designer-skills --skill localization-design -yClaude Code: send either command as a chat message starting with
!to run it without leaving the conversation.
What it does
Owls best-in-class localization-design skill. Covers the failure modes generic agents miss: text-expansion budgets per language (German +35%, Finnish +40%), full RTL layout mirroring (what flips vs what does not), non-Latin script typography, margin-inline-start-style logical properties, and culturally loaded color/icon meanings. Web research found no public skill with deeper localization-design coverage.
When NOT to use
- Pure string/i18n plumbing (use an i18n library, not a design skill)
- General accessibility audits → use
wcag-audit-patternsorfixing-accessibility