원클릭으로
translate-markdown
// Translates a markdown file to a target language, preserving structure. Use when the user needs a markdown file translated.
// Translates a markdown file to a target language, preserving structure. Use when the user needs a markdown file translated.
| name | translate-markdown |
| description | Translates a markdown file to a target language, preserving structure. Use when the user needs a markdown file translated. |
| when_to_use | translate this file, convert markdown to French, translate docs to Japanese, translate markdown, translate content to language |
| user-invocable | true |
| model | haiku |
| disable-model-invocation | true |
| allowed-tools | Bash, Write, Edit, Read |
Translate a markdown file (or markdown content) to a target language, preserving structure.
This skill is a convenience wrapper around the general-purpose language-translate skill, specialized for the common case of translating markdown files on disk. For the underlying translation rules (what to preserve, what to translate, how to handle code blocks), defer to language-translate.
language-translate skill:
Accepts flexible input, for example:
path/to/file.md Spanishpath/to/file.md --lang fr --out path/to/output.mdUse translate-markdown when the user specifically wants a markdown file translated and written to disk. Use language-translate directly for non-file inputs, non-markdown formats (plain text, standalone code snippets), or when embedding translation into a larger workflow.
Shows a report of skill invocations and usage frequency.
Picks the right Kubernetes Deployment update strategy (RollingUpdate / Recreate / Blue-Green / Canary) for the situation. Use when configuring a new Deployment, changing rollout config, or deciding how to ship a risky change.
Runs Multica CLI commands by mapping the user's request to the right `multica <command>` invocation. Use when the user asks to do anything with Multica — issues, agents, workspaces, autopilots, skills, squads, or the daemon.
Runs Multica CLI commands by mapping the user's request to the right `multica <command>` invocation. Use when the user asks to do anything with Multica — issues, agents, workspaces, autopilots, skills, squads, or the daemon.
Diagnoses and fixes CI/CD failures from GitHub Actions logs. Use when a build is broken, CI is red, or a pipeline has failed.
Generates written content — blog posts, social posts, emails, and marketing copy — matched to the project's existing voice. Use when the user needs written material.