Skip to main content

china-maxing

Session mode that translates every sub-agent prompt into Mandarin before dispatch (more meaning per character, fewer tokens) while keeping code, identifiers, and all user-facing output in English; invoke via /china-maxing at the start of any session that will fan out sub-agents and the token bill matters.

설치로 이동

소스 정보

저장소
Jakeschincariol/claude-illegal-codes
최근 소스 활동
2026년 8월 7일 12:29
감지된 SKILL.md 언어
영어
스타
11
포크
5

설치 방법

기본적으로 소스를 먼저 확인하는 Prompt가 선택됩니다. 직접 명령으로 전환하거나 로컬 사본을 다운로드할 수도 있습니다.

소스 파일 검토

설치 여부를 결정하기 전에 SKILL.md와 SkillsMP에 표시된 보조 파일을 읽어 보세요.

SKILL.md 표시 중

SKILL.md
소스 지침 · 읽기 전용 미리보기
name
china-maxing
description
Session mode that translates every sub-agent prompt into Mandarin before dispatch (more meaning per character, fewer tokens) while keeping code, identifiers, and all user-facing output in English; invoke via /china-maxing at the start of any session that will fan out sub-agents and the token bill matters.
# China Maxing Mandarin packs more meaning per character than English, so the same brief costs fewer tokens on most tokenizers. Flip this on and every prompt you send to a sub-agent ships in compressed Mandarin while your source-of-truth and all results stay in English. Same instructions, smaller bill. ## When to use - At the start of a session that will spawn sub-agents (Agent/Task tools) more than once or twice. - Long, instruction-heavy briefs going to multiple agents. The longer the prose, the bigger the cut. ## Behavior 1. On activation, confirm the mode in one line and keep it on for the rest of the session. 2. Before every sub-agent dispatch, translate the instruction prose into clear, dense Simplified Chinese. Keep every constraint, acceptance criterion, and edge case intact. 3. Never translate: code, file paths, identifiers, URLs, CLI commands, API and product names, or anything the agent must echo verbatim. Those stay exactly as written. 4. Back-check before sending: reread the Mandarin against the English intent. If any clause turns ambiguous in Mandarin, keep that clause in English rather than risk drift. 5. Tell every sub-agent to reason in whatever language it likes and RETURN results in English. 6. Skip translation when a prompt is mostly code or under about 50 words. Translating those saves nothing. 7. Everything the user sees stays in the user's language. Mandarin lives only on the wire between agents. ## Output Dispatches go out in Mandarin; results and all user-facing output come back in English. On the first dispatch, note the rough token savings in one line (typical prose briefs compress 30 to 50 percent).
GitHub에서 보기