japanese

Locks all user-facing assistant responses to Japanese for the session.

3|Updated Jun 7, 2026
One-click install
npx skills add https://github.com/MLShukai/ResoniteIO --skill japanese-mlshukai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: japanese
Source: https://github.com/MLShukai/ResoniteIO/tree/main/.claude/skills/japanese
Command: npx skills add https://github.com/MLShukai/ResoniteIO --skill japanese-mlshukai

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Claude occasionally drifts into English during sessions with Japanese-speaking users, forcing repeated manual corrections. This Skill pins the response language to Japanese with a single trigger, eliminating that friction. ## Core Features & Use Cases - Session-wide language lock: Once invoked, all user-facing prose is written in Japanese until /run-english is called or the user explicitly requests English. - Selective translation: Code, identifiers, file paths, commands, and established technical terms (gRPC, Unix Domain Socket, BepInEx) remain in their original form for readability. - Scoped to conversation only: Artifact language conventions (commit messages, docs, code comments) still follow project rules; only the chat response language is overridden. - Use Case: A Japanese-speaking developer working on the ResoniteIO project notices Claude replying in English mid-session and invokes /japanese once to keep all subsequent answers in Japanese. ## Quick Start Invoke the /japanese skill or say "日本語で返して" to lock all subsequent responses to Japanese.

Frequently Asked Questions about japanese

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

FAQPage Schema
How do I make Claude always respond in Japanese?

Invoke the /japanese skill or use a trigger phrase like "日本語で返して" or "ずっと日本語で". From that point, all user-facing prose in the session is written in Japanese until you switch modes.

How do I switch Claude back to English after locking Japanese?

Call the paired /run-english skill or explicitly instruct the model to respond in English. When both skills are invoked, the one called most recently takes effect.

Does the Japanese language lock translate code and technical terms?

No. Code, identifiers, file paths, shell commands, and established technical terms like gRPC or BepInEx stay in their original form, since translating them would reduce readability.

Does this skill change commit messages or documentation language?

No. The skill only overrides the conversational response language. Artifacts such as commit messages, docs, and code comments continue to follow the project's existing language conventions.

Why does Claude drift into English during Japanese conversations?

The model occasionally defaults to English, especially around English-heavy technical content. This skill acts as an explicit persistent trigger that corrects the drift without repeated user reminders.