
from myself-skill22
Detects the user's language and routes the session to a language-specific skill file (Chinese or English), loading the corresponding instructions and tools.
Detects the user's first message language (Chinese or English) and dynamically loads a language-specific SKILL file. Once loaded, the agent follows the loaded file's instructions for the remainder of the session, ensuring consistent localized behavior and prompt templates.
Use this skill when building multilingual agent experiences that must switch behavior and prompts based on the user's language preference. It's useful for repos that ship parallel language flows or localized prompt templates.
${SKILL_DIR}/tools/.Best for agents that can load and follow local SKILL.md instructions and share Python tooling: Copilot/Codex-style tools, Claude Code, and local Python-enabled agent runtimes.
This skill has not been reviewed by our automated audit pipeline yet.