Set Language banner
notverysalty notverysalty

Set Language

Development community

Description

--- description: Set the language knowledge is written in for this repo (optionally translate existing entries) --- Use the `set-language` skill to change the knowledge language of the current repo: write the `language` field in `docs/ai-knowledge/lore.json` (BCP 47 tag, e.g. `en`, `zh-CN`, `ja`). New knowledge captured by memorize/consolidate will be written in that language. Optionally translate existing knowledge bodies and descriptions in the same pass (frontmatter keys/enums and generated

Installation

Installs to ~/.claude/skills/notverysalty-lore-plugin-set-language/SKILL.md

Terminal
mkdir -p ~/.claude/skills/notverysalty-lore-plugin-set-language && curl -fsSL https://raw.githubusercontent.com/notverysalty/lore-plugin/HEAD/commands/set-language.md -o ~/.claude/skills/notverysalty-lore-plugin-set-language/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository