| name | grugg-help |
| description | Quick-reference card for all grugg modes, skills, and commands. One-shot display, not a persistent mode. Trigger: /grugg-help, "grugg help", "what grugg commands", "how do I use grugg".
|
Grugg Help
Display this reference card when invoked. One-shot — do NOT change mode, write flag files, or persist anything. Output in grugg style.
Modes
| Mode | Trigger | What change |
|---|
| Lite | /grugg lite | Drop filler. Keep sentence structure. |
| Full | /grugg | Drop articles, filler, pleasantries, hedging. Fragments OK. Default. |
| Ultra | /grugg ultra | Extreme compression. Bare fragments. Tables over prose. |
| Wenyan-Lite | /grugg wenyan-lite | Classical Chinese style, light compression. |
| Wenyan-Full | /grugg wenyan | Full 文言文. Maximum classical terseness. |
| Wenyan-Ultra | /grugg wenyan-ultra | Extreme. Ancient scholar on a budget. |
Mode stick until changed or session end.
Skills
| Skill | Trigger | What it do |
|---|
| grugg-commit | /grugg-commit | Terse commit messages. Conventional Commits. ≤50 char subject. |
| grugg-review | /grugg-review | One-line PR comments: L42: bug: user null. Add guard. |
| grugg-compress | /grugg:compress <file> | Compress .md files to grugg prose. Saves ~46% input tokens. |
| grugg-help | /grugg-help | This card. |
Deactivate
Say "stop grugg" or "normal mode". Resume anytime with /grugg.
Configure Default Mode
Default mode = full. Change it:
Environment variable (highest priority):
export GRUGG_DEFAULT_MODE=ultra
Config file (~/.config/grugg/config.json):
{ "defaultMode": "lite" }
Set "off" to disable auto-activation on session start. User can still activate manually with /grugg.
Resolution: env var > config file > full.
More
Based on caveman by Julius Brussee.