mdn-translation-ja-mcp: Skill for Cursor

.cursor/skills/mdn-translation-workflow/SKILL.md

mdn-translation-workflow is a skill for Cursor from gurezo/mdn-translation-ja-mcp. It costs 64 tokens per session (984 once invoked), scanned A, original, MIT.

Instructions for translating MDN Web Docs, a reference website for web-development technologies, into Japanese through an MCP workflow. It explains how to start a translation, copy source files, apply terminology, and review the result.

In plain words
What is it for?
Use it to start MDN translation tasks, retrieve source commits, apply the Japanese glossary, and review translated files with the specified MCP tools.
Why use it?
It prevents translation tools from being mistaken for shell commands and keeps the work in the required repositories and workflow. It also helps maintain consistent Japanese wording and terminology.

Skill for Cursor

Written for Cursor: installed under .cursor/.

This is gurezo/mdn-translation-ja-mcp's own configuration. It tells Cursor how to work on mdn-translation-ja-mcp itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything mdn-translation-ja-mcp configures →

Reuse

Borrowing it

Nothing to install: this file belongs to gurezo/mdn-translation-ja-mcp. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/gurezo/mdn-translation-ja-mcp/main/.cursor/skills/mdn-translation-workflow/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/gurezo/mdn-translation-ja-mcp

Made for: Cursor.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for mdn-translation-workflow

README.md
[![agentmods](https://agentmods.dev/badge/skills/gurezo/mdn-translation-ja-mcp/mdn-translation-workflow/github.svg)](https://agentmods.dev/skills/gurezo/mdn-translation-ja-mcp/mdn-translation-workflow)
Your own site
<a href="https://agentmods.dev/skills/gurezo/mdn-translation-ja-mcp/mdn-translation-workflow"><img src="https://agentmods.dev/badge/skills/gurezo/mdn-translation-ja-mcp/mdn-translation-workflow/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for mdn-translation-workflow

Your own site · 80×15
<a href="https://agentmods.dev/skills/gurezo/mdn-translation-ja-mcp/mdn-translation-workflow"><img src="https://agentmods.dev/badge/skills/gurezo/mdn-translation-ja-mcp/mdn-translation-workflow.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 64 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 984 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00064 $0.00984
Opus 5 $0.00032 $0.00492
Sonnet 5 $0.00013 $0.00197
Haiku 4.5 $0.00006 $0.00098

Measured 8d ago against content hash d493d2ab5a2e, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

mdn-translation-workflow scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 8d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

.cursor/skills/mdn-translation-workflow/SKILL.md · 88 lines

How it starts

The opening of the file, as written. The whole thing — 88 lines — stays where its author put it; the contents beside it link to each section on GitHub.

MDN Translation Workflow

この Skill は Cursor 向けの optional 補助です。正本の手順は MCP Prompt(mdn_translate / mdn_sync / mdn_review)です。translated-content へこの Skill や Rules をコピーしなくても、MCP サーバー登録だけで基本フローを実行できます。

Prerequisites

  • content / translated-content / mdn-translation-ja-mcp が同じ親ディレクトリに並んでいる
  • MCP サーバー mdn-translation-ja が設定済み(Cursor では translated-content/.cursor/mcp.json
  • 翻訳作業は translated-content をワークスペースとして開く

薄い Rule(integrations/cursor/rules/01-mdn-mcp-tools.mdc)は、エージェントがツール名をシェルと誤認する場合だけ任意で入れる。

MCP の呼び出し方(重要)

以下の名前は すべて MCP ツールである。ターミナル・シェル・npm では実行しない。

呼び出し MCP サーバー MCP ツール名 主な引数
翻訳開始 mdn-translation-ja mdn_trans_start url
sourceCommit mdn-translation-ja mdn_trans_commit_get url
glossary mdn-translation-ja mdn_trans_replace_glossary jaFile
レビュー mdn-translation-ja mdn_trans_review jaFile

ユーザーが「mdn_trans_review を実行して」と書いた場合も、MCP ツールとして jaFile を渡して呼び出す。

標準フローをまとめて実行するときは Prompt mdn_translate を使う。

Workflow

1. 翻訳開始

mdn_trans_start
url: https://developer.mozilla.org/en-US/docs/...

contentfiles/en-us/.../index.mdtranslated-contentfiles/ja/.../index.md にコピーするのみ。翻訳・他ファイル編集は行わない。

2. 翻訳実施

MCP Resources を読む(.agents/skills のコピーは不要):

  • mdn://guidelines/editorial — 表記
  • mdn://guidelines/l10n — 意訳・UI 表現
  • mdn://glossary — 用語
  • mdn://guidelines/japanese-style — 文体

3. sourceCommit 反映

mdn_trans_commit_get
url: https://developer.mozilla.org/en-US/docs/...

4. glossary 第2引数補完

mdn_trans_replace_glossary
jaFile: files/ja/.../index.md

5. レビュー(読み取り専用)

MCP ツール: mdn_trans_review(サーバー mdn-translation-ja

引数 値の例
jaFile files/ja/web/api/audio_session_api/index.md

チャット例(エージェントは上記 MCP ツールを呼ぶ。シェルでは実行しない):

mdn_trans_review を MCP ツールで実行して。レビュー結果だけ報告し、当該 index.md は編集・保存しないで。
jaFile: files/ja/.../index.md

重要: レビュー結果を理由に当該ファイルを編集・保存しない。MCP の返却テキストを報告のみ。

Read the full file on GitHub · 88 lines

Files

What ships with it

1 file beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 8d ago Changed · +6 lines d493d2ab5a2e
  2. 11d ago First seen · 82 lines · 64 tokens per session scan A 7c1775ab4e8a

Subscribe to this mod's changes

mdn-translation-workflow is a skill published in the GitHub repository gurezo/mdn-translation-ja-mcp (0 stars, last pushed 4d ago), licensed MIT. It adds 64 tokens to every session and 984 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

tongwen

Use when translating engineering CAD drawings between languages — DWG text extraction, translation workspace with terminology management, quality-checked write-back. TongWen (同文): local-first CAD/BIM lossless translation suite for AutoCAD 2019-2026.

znlgis/opengis-skills · 55 tokens

internationalization-i18n

Audits and implements internationalization (i18n) and localization (l10n) for a frontend application. Covers message format selection, locale file organisation, pluralization, RTL layout, and CI extraction workflows. Invoked when the user asks to add i18n support, set up translations, or make the UI multilingual.

soulcodex/agentic · 72 tokens

i18n

A guide to adding multiple languages and regional formats to Flutter apps. It covers translation files, right-to-left layouts, plural and gender-aware messages, and changing the language while the app runs.

sonature-lab/timsquad · 50 tokens

localization-testing

Internationalization (i18n) and localization (l10n) testing for global products including translations, locale formats, RTL languages, and cultural appropriateness. Use when launching in new markets or building multi-language products.

summarybotng/summarybot-ng · 48 tokens

i18n-manager

An internationalization tool for managing text in software for different languages and regions. It extracts strings, finds missing translations, creates locale files, and reports coverage.

chainlesschain/chainlesschain · 28 tokens

chinese-documentation

A Chinese technical-documentation style guide covering spacing, punctuation, numbers, terminology, and links when Chinese and English appear together.

jnMetaCode/superpowers-zh · 62 tokens