language-injection Skill
LLM Agent 多语言注入规范。在修改 Agent 提示词、添加新的 Agent 端点、处理用户可见的后端消息(messagecode)时使用。 Published by microsoft in data-formulator.
What is language-injection Skill?
LLM Agent 多语言注入规范。在修改 Agent 提示词、添加新的 Agent 端点、处理用户可见的后端消息(messagecode)时使用。 Published by microsoft in data-formulator. This profile combines repository metadata with install, compatibility, and usage signals so developers can quickly decide whether it fits their agent workflow before opening the source repository.
Automated repository signals based on public metadata such as recency, license, installation evidence, and adoption. These are not a security audit or endorsement.
Key capabilities
- Includes SKILL.md support
- Reusable instructions support
- Documentation
- Documentation use cases
Technical details
- Install or run with Copy skill directory
When to use language-injection Skill
- Use it for documentation.
Built with
Editorial notes
Source
- Creator: microsoft
- Repository: microsoft/data-formulator
- Skill file: .cursor/skills/language-injection/SKILL.md
What it does
LLM Agent 多语言注入规范。在修改 Agent 提示词、添加新的 Agent 端点、处理用户可见的后端消息(messagecode)时使用。
Skill instructions
Language Injection for Agent Prompts Authoritative developer guide: docs/dev-guides/6-i18n-language-injection.md. Prerequisites: Read docs/dev-guides/6-i18n-language-injection.md before changing Agent prompts, Agent routes, backend user-visible messages, or frontend i18n strings. If your work introduces new language injection patterns or conventions, update this file and related dev-guides accordingly. Architecture Frontend i18n.language → Accept-Language header → getlanguageinstruction() │ buildlanguageinstruction() (agents/agentlanguage.py) │ ┌────────────┴────────────┐ ▼ ▼ mode="full" mode="compact" (text-heavy agents) (code-gen agents) Core Modules | Module | Role | |--------|------| | agents/agentlanguage.py | buildlanguageinstruction(lang, mode) — generates prompt fragments; injectlanguageinstruction() — injects into system prompts; supports 20 languages; returns "" for English | | routes/agents.py → getlanguageinstruction() | Reads Accept-Language header, delegates to buildlangu
Explore related resources
Frequently asked questions
What is language-injection?
language-injection is a open-source AI agent skill with Copy skill directory. LLM Agent 多语言注入规范。在修改 Agent 提示词、添加新的 Agent 端点、处理用户可见的后端消息(messagecode)时使用。
Who is language-injection best for?
language-injection is best for reusing agent instructions, scripts, and references, documentation workflows.
How do I install language-injection?
Install or run language-injection using Copy skill directory. Check language-injection for the latest setup command.
Is language-injection actively maintained?
language-injection may need a closer maintenance check before production use.
Auto-fetched from GitHub.