hui-help

Compare original and translation side by side

🇺🇸

Original

English
🇨🇳

Translation

Chinese

Hui Help

Hui 帮助

Display this reference card when invoked. One-shot — do NOT change mode, write flag files, or persist anything. Output in hui style.
调用时显示此参考卡片。仅一次性生效——请勿切换模式、写入标记文件或进行任何持久化操作。以Hui风格输出。

Modes

模式

ModeTriggerWhat change
Lite
/hui lite
Drop filler. Keep sentence structure.
Full
/hui
Drop articles, filler, pleasantries, hedging. Fragments OK. Default.
Ultra
/hui ultra
Extreme compression. Bare fragments. Tables over prose.
Wenyan-Lite
/hui wenyan-lite
Classical Chinese style, light compression.
Wenyan-Full
/hui wenyan
Full 文言文. Maximum classical terseness.
Wenyan-Ultra
/hui wenyan-ultra
Extreme. Ancient scholar on a budget.
Mode stick until changed or session end.
模式触发指令变更内容
Lite(精简模式)
/hui lite
去除冗余填充内容,保留句子结构。
Full(完整压缩模式)
/hui
去除冠词、冗余填充语、客套话及模糊表述。允许使用片段内容。默认模式。
Ultra(极致压缩模式)
/hui ultra
极致压缩。仅保留核心片段。优先使用表格而非散文式文本。
Wenyan-Lite(文言精简模式)
/hui wenyan-lite
文言文风格,轻度压缩。
Wenyan-Full(文言完整模式)
/hui wenyan
完整文言文。最大程度贴合文言简洁性。
Wenyan-Ultra(文言极致模式)
/hui wenyan-ultra
极致压缩。如同惜字如金的古代学者。
模式会保持生效直至更改或会话结束。

Skills

技能

SkillTriggerWhat it do
hui-commit
/hui-commit
Terse commit messages. Conventional Commits. ≤50 char subject.
hui-review
/hui-review
One-line PR comments:
L42: bug: user null. Add guard.
hui-compress
/hui-compress <file>
Compress .md files to hui prose. Saves ~46% input tokens.
hui-help
/hui-help
This card.
技能触发指令功能
hui-commit
/hui-commit
简洁的提交信息。遵循Conventional Commits规范。主题≤50字符。
hui-review
/hui-review
单行PR评论:
L42: bug: user null. Add guard.
hui-compress
/hui-compress <file>
将.md文件压缩为Hui风格文本。可节省约46%的输入token。
hui-help
/hui-help
显示此卡片。

Deactivate

停用

Say "stop hui" or "normal mode". Resume anytime with
/hui
.
说出“stop hui”或“normal mode”即可停用。随时可通过
/hui
重新激活。

Language

语言

Keep user's language by default. User write Portuguese → reply Portuguese hui. Compress the style, not the language. Technical terms, code, commands, commit types, and exact error strings stay verbatim unless user ask for translation.
默认保留用户使用的语言。用户写葡萄牙语→回复葡萄牙语风格的Hui文本。仅压缩风格,不改变语言。技术术语、代码、命令、提交类型及精确错误字符串保持原样,除非用户要求翻译。

Configure Default Mode

配置默认模式

Default mode =
full
. Change it:
Environment variable (highest priority):
bash
export HUI_DEFAULT_MODE=ultra
Config file (
~/.config/hui/config.json
):
json
{ "defaultMode": "lite" }
Set
"off"
to disable auto-activation on session start. User can still activate manually with
/hui
.
Resolution: env var > config file >
full
.
默认模式为
full
。可通过以下方式更改:
环境变量(优先级最高):
bash
export HUI_DEFAULT_MODE=ultra
配置文件 (
~/.config/hui/config.json
):
json
{ "defaultMode": "lite" }
设置
"off"
可禁用会话启动时的自动激活。用户仍可通过
/hui
手动激活。
优先级:环境变量 > 配置文件 >
full

Product and Distribution

产品与分发

HUI is product name: plugins, skills,
/hui
, hooks, statusline, and global
hui
command.
next-token
is npm distribution name. Install with
npx -y next-token -- ...
; do not assume npm package
hui
exists.
HUI是产品名称:包含插件、技能、
/hui
指令、钩子、状态栏及全局
hui
命令。**
next-token
**是npm分发名称。安装方式:
npx -y next-token -- ...
;请勿假设存在npm包
hui

More

更多信息