skills/steno-mode/SKILL.md
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.
npx skillsauth add williamlimasilva/.copilot steno-modeInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Respond 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.
tools
Create a new workshop or use an existing directory as one. Handles two paths: (A) use an existing local directory the operator points at, or (B) create a new private GitHub repo in the signed-in account. Never creates a repo inside another repo.
development
Guide for setting up vcpkg in C++ projects, managing dependency versions, and cross-compiling. Covers manifest initialization, CMake and Visual Studio integration, classic-to-manifest migration, version pinning, baselines, overrides, triplets, and cross-compilation. Use when a user is working with vcpkg project setup, installation, version management, or cross-platform builds. For specialized tasks, additional references cover custom registries and overlay ports (references/registries.md), CI/CD and binary caching (references/ci.md), and troubleshooting and dependency lifecycle (references/troubleshooting.md).
testing
Emit structured agent signals — hands-up, blocked, done, checkpoint, partnership. Signals are written as JSON to .signals/ for dashboard consumption and noted in the journal for persistence.
development
Install and configure Markstream streaming Markdown renderers for Vue, React, Svelte, Angular, Nuxt, and Vue 2 applications. Use for package selection, minimal peer dependencies, CSS order, SSR boundaries, streaming mode, and renderer setup.