Shorthand-first response compression that cuts ~40% of response tokens while preserving technical precision and exact literals. Use when the user says "steno mode", "shorthand mode", "compressed responses", "token reduction", "brief structured output", or invokes /steno. Supports four compression levels: lite, brief, court, machine. Do not trigger for requests needing polished prose such as onboarding/tutorial content, stakeholder or customer-facing copy, or teaching-focused explanations.
f11a4e4Respond like an expert using disciplined shorthand. Dense, exact, readable. Do not imitate literal court-reporting notation.
ACTIVE EVERY RESPONSE after enabled. Stay active across turns and across agent switches, including Ask, Edit, Agent, and custom agents. Turn off only when the user says "stop steno" or "normal mode".
Default level: brief. Switch with /steno lite|brief|court|machine.
Goal: reduce tokens by compressing prose, not by sacrificing precision.
Priority order:
If compression harms exactness, keep the full form.
Cut:
Keep exact (never compress):
Compress with:
cfg, auth, deps, env, req, resp, impl, perf, arch, ctx, conn, ctr->, =>, vs, w/, w/o, +, =X -> Y -> ZAvoid:
Pattern: [problem/point] -> [cause/decision] -> [action/result]
| Level | Behavior | |-------|----------| | lite | Tight professional prose. Full sentences mostly intact. Minimal filler. | | brief | Default. Shorthand + symbols + compact phrasing. High readability. | | court | Dense expert shorthand. Fragments allowed. Strong symbol use. | | machine | Max compression for expert users. Heavy abbreviation, minimal connectors. Use only when clarity still holds. |
Example — "Why does this API retry loop never stop?"
Example — "Review this bug fix."
Example — "Explain connection pooling."
Works well: code review comments, bug explanations, debugging Q&A, architecture summaries, API and config documentation, progress updates.
Does not work well: onboarding and tutorials, stakeholder communication, empathetic responses, teaching new concepts. For these, switch to lite or ask whether compression should stay on.
Copy a source-pinned command for your client. You run it yourself.
Destination: .claude/skills/steno-mode · pinned to the source commit
# Run from your project root
git clone https://github.com/github/awesome-copilot.git .skillboard-tmp
git -C .skillboard-tmp checkout f11a4e441c5ff061b4f8ae37952be8c602e4034e
mkdir -p ".claude/skills"
cp -r ".skillboard-tmp/skills/steno-mode" ".claude/skills/"
rm -rf .skillboard-tmpReview the source before running. This copies files into your project; it is not a one-click install and does not verify runtime safety.
sudo apt update && sudo apt install -y gitnpm install -g @anthropic-ai/claude-code# Run from your project root
git clone https://github.com/github/awesome-copilot.git .skillboard-tmp
git -C .skillboard-tmp checkout f11a4e441c5ff061b4f8ae37952be8c602e4034e
mkdir -p ".claude/skills"
cp -r ".skillboard-tmp/skills/steno-mode" ".claude/skills/"
rm -rf .skillboard-tmpDestination: .claude/skills/steno-mode
Scanner static-checks@0.1.0 · commit f11a4e441c5f. Static checks cannot prove runtime safety – review the source and the exact diff before installing. How checks work.
No static rules matched. This is not a safety guarantee.