hui-help
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
ChineseHui 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
模式
| Mode | Trigger | What change |
|---|---|---|
| Lite | | Drop filler. Keep sentence structure. |
| Full | | Drop articles, filler, pleasantries, hedging. Fragments OK. Default. |
| Ultra | | Extreme compression. Bare fragments. Tables over prose. |
| Wenyan-Lite | | Classical Chinese style, light compression. |
| Wenyan-Full | | Full 文言文. Maximum classical terseness. |
| Wenyan-Ultra | | Extreme. Ancient scholar on a budget. |
Mode stick until changed or session end.
| 模式 | 触发指令 | 变更内容 |
|---|---|---|
| Lite(精简模式) | | 去除冗余填充内容,保留句子结构。 |
| Full(完整压缩模式) | | 去除冠词、冗余填充语、客套话及模糊表述。允许使用片段内容。默认模式。 |
| Ultra(极致压缩模式) | | 极致压缩。仅保留核心片段。优先使用表格而非散文式文本。 |
| Wenyan-Lite(文言精简模式) | | 文言文风格,轻度压缩。 |
| Wenyan-Full(文言完整模式) | | 完整文言文。最大程度贴合文言简洁性。 |
| Wenyan-Ultra(文言极致模式) | | 极致压缩。如同惜字如金的古代学者。 |
模式会保持生效直至更改或会话结束。
Skills
技能
| Skill | Trigger | What it do |
|---|---|---|
| hui-commit | | Terse commit messages. Conventional Commits. ≤50 char subject. |
| hui-review | | One-line PR comments: |
| hui-compress | | Compress .md files to hui prose. Saves ~46% input tokens. |
| hui-help | | This card. |
| 技能 | 触发指令 | 功能 |
|---|---|---|
| hui-commit | | 简洁的提交信息。遵循Conventional Commits规范。主题≤50字符。 |
| hui-review | | 单行PR评论: |
| hui-compress | | 将.md文件压缩为Hui风格文本。可节省约46%的输入token。 |
| hui-help | | 显示此卡片。 |
Deactivate
停用
Say "stop hui" or "normal mode". Resume anytime with .
/hui说出“stop hui”或“normal mode”即可停用。随时可通过重新激活。
/huiLanguage
语言
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 = . Change it:
fullEnvironment variable (highest priority):
bash
export HUI_DEFAULT_MODE=ultraConfig file ():
~/.config/hui/config.jsonjson
{ "defaultMode": "lite" }Set to disable auto-activation on session start. User can still activate manually with .
"off"/huiResolution: env var > config file > .
full默认模式为。可通过以下方式更改:
full环境变量(优先级最高):
bash
export HUI_DEFAULT_MODE=ultra配置文件 ():
~/.config/hui/config.jsonjson
{ "defaultMode": "lite" }设置可禁用会话启动时的自动激活。用户仍可通过手动激活。
"off"/hui优先级:环境变量 > 配置文件 > 。
fullProduct and Distribution
产品与分发
HUI is product name: plugins, skills, , hooks, statusline, and global command. is npm distribution name. Install with ; do not assume npm package exists.
/huihuinext-tokennpx -y next-token -- ...huiHUI是产品名称:包含插件、技能、指令、钩子、状态栏及全局命令。****是npm分发名称。安装方式:;请勿假设存在npm包。
/huihuinext-tokennpx -y next-token -- ...hui