addon-llm-translation
Installation
SKILL.md
Add-on: LLM Translation
Use this skill when an app needs LLM translation endpoints or batch translation jobs with explicit user review before publish.
Compatibility
- Works with
architect-nextjs-bun-app,architect-python-uv-fastapi-sqlalchemy, andarchitect-python-uv-batch. - Can be combined with
addon-langchain-llmfor provider abstraction. - Can be combined with
addon-langgraph-agentfor multi-step translation workflows.
Inputs
Collect:
SOURCE_LANGUAGE: IETF language tag (for exampleen,es,fr).TARGET_LANGUAGE: IETF language tag.LLM_PROVIDER:openai|anthropic|ollama.LLM_MODEL: provider model id.REVIEW_MODE:dual-output(recommended) |translation-only.MAX_SOURCE_CHARS: default12000.