By Kamisato520
Relay complex Chinese AI coding requests through English prompts and translate final answers back into Chinese.
Translate the main agent's final English answer into natural Chinese for the user. Use only after the main task is complete, and only for final user-facing output.
Translate complex Chinese user requests into faithful, executable English prompts for the main agent. Use only as a relay before the main agent performs coding, debugging, architecture, planning, research, document, multi-step, file, command, code, log, API, schema, or tooling tasks.
ZH-EN Relay Skills helps Chinese-speaking users work with AI coding agents through a lightweight translation relay:
The relay is intentionally narrow. It does not plan, edit files, run commands, research, or validate work during translation. It only carries the user's request and the final answer across Chinese and English.
Use this when you usually prompt coding agents in Chinese but want the task prompt seen by the main model to be clearer in English.
It is designed for:
SKILL.md filesIt works best for complex Chinese requests, including code changes, debugging, architecture, planning, reviews, research, long documents, and tasks involving files, paths, commands, code, logs, APIs, configs, schemas, packages, or tools.
It should be skipped for greetings, short confirmations, simple status checks, tiny clarifications, purely English requests, or when you explicitly want English output.
Send this prompt to your AI assistant, such as Claude Code, Cursor, Codex, or another coding agent:
Help me install ZH-EN Relay Skills from https://github.com/AzumaSeren/zh-en-relay-skills with Skills.
The assistant should copy or install the skill from this repository into its global or project-level skills directory.
For comparison, the same pattern works for other skill repositories:
Help me install Supervisor-Skills from https://github.com/HKUSTDial/Supervisor-Skills with Skills.
In Claude Code, add this repository as a plugin marketplace and install the plugin:
/plugin marketplace add AzumaSeren/zh-en-relay-skills
/plugin install zh-en-relay@zh-en-relay-skills
After installation, restart Claude Code or run:
/reload-plugins
The plugin provides:
/zh-en-relay:zh-en-relayzh-to-en-prompt-relayen-to-zh-output-relaynpx skills add MethodWhen your environment supports npx skills add, installation can be exposed with a command like:
npx skills add https://github.com/AzumaSeren/zh-en-relay-skills
This repository is structured so a future Skills installer can discover the SKILL.md content and related agent files.
.
├── .claude-plugin/
│ └── marketplace.json
├── plugins/
│ └── zh-en-relay/
│ ├── .claude-plugin/
│ │ └── plugin.json
│ ├── agents/
│ │ ├── en-to-zh-output-relay.md
│ │ └── zh-to-en-prompt-relay.md
│ └── skills/
│ └── zh-en-relay/
│ ├── SKILL.md
│ └── agents/
│ └── openai.yaml
└── snippets/
├── claude-CLAUDE.md
└── codex-AGENTS.md
Copy plugins/zh-en-relay/skills/zh-en-relay to:
%USERPROFILE%\.codex\skills\zh-en-relay
Then append snippets/codex-AGENTS.md to:
%USERPROFILE%\.codex\AGENTS.md
Copy plugins/zh-en-relay/skills/zh-en-relay to:
%USERPROFILE%\.claude\skills\zh-en-relay
Copy the two files in plugins/zh-en-relay/agents to:
%USERPROFILE%\.claude\agents
Then append snippets/claude-CLAUDE.md to:
%USERPROFILE%\.claude\CLAUDE.md
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
npx claudepluginhub kamisato520/zh-en-relay-skills --plugin zh-en-relayOpus Multi-Model Coding Protocol — four-phase parallel coding with GPT-5.4 Codex threads, Haiku summarization, and joint Opus↔Codex review. Trigger with: opus编码, 多模型编码, parallel coding.
Access thousands of AI prompts and skills directly in your AI coding assistant. Search prompts, discover skills, save your own, and improve prompts with AI.
Complete developer toolkit for Claude Code
Intelligent draw.io diagramming plugin with AI-powered diagram generation, multi-platform embedding (GitHub, Confluence, Azure DevOps, Notion, Teams, Harness), conditional formatting, live data binding, and MCP server integration for programmatic diagram creation and management.
Feature development with code-architect/explorer/reviewer agents, CLAUDE.md audit and session learnings, and Agent Skills creation with eval benchmarking from Anthropic.
Orchestrate multi-agent teams for parallel code review, hypothesis-driven debugging, and coordinated feature development using Claude Code's Agent Teams
Production-grade engineering skills for AI coding agents — covering the full software development lifecycle from spec to ship.