translating-skills-jp

Translate SKILL.md content into Japanese and output SKILL.ja.md with translated_from.

Updated Jan 31, 2026
One-click install
npx skills add https://github.com/23prime/agent-skills --skill translating-skills-jp
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: translating-skills-jp
Source: https://github.com/23prime/agent-skills/tree/main/skills/translating-skills-jp
Command: npx skills add https://github.com/23prime/agent-skills --skill translating-skills-jp

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill enables the localization of SKILL.md by translating the Japanese version (SKILL.ja.md) from the original English SKILL.md, preserving structure and key terms.

Core Features & Use Cases

  • Translate the YAML frontmatter description to Japanese while keeping the English name intact.
  • Translate the Markdown body (instructions) into natural Japanese suitable for immediate use.
  • Produce SKILL.ja.md in the same directory and reference the source via translated_from in downstream tooling.

Quick Start

Translate the target SKILL.md into Japanese and output it as SKILL.ja.md in the same directory.

Frequently Asked Questions about translating-skills-jp

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I translate a SKILL.md markdown file into Japanese while preserving YAML frontmatter keys?

To translate SKILL.md into Japanese, translate the YAML frontmatter description and Markdown body while preserving the English name and frontmatter keys. The output is a valid SKILL.ja.md file saved in the same directory.

What is the best way to localize markdown documentation into Japanese without breaking the structure?

Localizing markdown into Japanese involves translating content into natural Japanese while keeping the original structure and key terms intact. The process preserves the English name and YAML frontmatter keys to ensure structural validity.

Does the Japanese markdown translation process keep the original English skill name intact?

Yes, the Japanese markdown translation process keeps the original English name intact. It translates the YAML frontmatter description and the Markdown body while explicitly preserving the English name and all frontmatter keys.

How do I add a translated_from reference pointing to the original SKILL.md in the localized file?

To add a translated_from reference, generate the translated SKILL.ja.md file in the same directory as the source. The localization workflow includes a translated_from field in the output pointing back to the original SKILL.md.

Can I use this translation workflow to generate a localized SKILL.ja.md file in the same directory?

Yes, you can use this translation workflow to generate a localized SKILL.ja.md file in the same directory. It translates the YAML frontmatter and Markdown body while preserving the English name and frontmatter keys.