run-english

Switches the session working language to native English for reasoning and responses.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? When working through complex design discussions or debugging sessions, translating thoughts into Japanese adds overhead and can reduce precision. This Skill removes that translation burden by explicitly permitting the assistant to think and respond in native English for the rest of the session. ## Core Features & Use Cases - Session-wide language switch: Once invoked, all reasoning, notes, and user-facing replies proceed in natural English until /japanese is called or the user explicitly requests Japanese. - Permission, not enforcement: Japanese may still be mixed in where it communicates better, such as explaining specific terms. - Artifact conventions preserved: Commit messages, docs, and code comments continue to follow existing project language conventions; only the conversational working language changes. - Use Case: During a deep debugging session or intricate architecture discussion, invoke /run-english so the assistant reasons at full speed in English without translation overhead, then switch back with /japanese when done. ## Quick Start Invoke the /run-english skill to allow the assistant to think and respond in native English for the rest of the session.

Frequently Asked Questions about run-english

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

FAQPage Schema
How do I let the assistant think and respond in English?

Invoke the /run-english skill at any point in the session. From that moment, reasoning, notes, and replies proceed in native English without translation into Japanese.

How do I switch the response language back to Japanese?

Call the paired /japanese skill or explicitly instruct the assistant in Japanese. The run-english permission remains active until one of those actions occurs.

Does run-english change the language of code comments and docs?

No. The skill only changes the conversational working language. Commit messages, documentation, and code comments continue to follow the project's existing language conventions, which remain Japanese.

Can Japanese still be mixed in after invoking run-english?

Yes. The skill is a permission, not a mandate. Japanese can be mixed in wherever it communicates more clearly, such as when explaining specific terminology.

What happens if both run-english and japanese are invoked?

The most recently invoked skill takes effect. If /japanese is called after /run-english, the session returns to Japanese, and vice versa.