# Terse Mode

> Kompakt output-stil som kutter fyllord og beholder teknisk substans — spar output-tokens uten å miste nøyaktighet.

- Skill: `navikt/terse-mode` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add navikt/terse-mode`
- Raw SKILL.md: https://api.skillmd.com/api/skills/navikt/terse-mode/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- License: MIT
- Author: navikt (https://skillmd.com/u/navikt)
- Updated: 2026-09-10
- Page: https://skillmd.com/skills/navikt/terse-mode

---


# Terse Mode

The compact-style rules (drop filler, politeness and hedging; keep code, error strings and technical terms exact; auto-clarity for security warnings, irreversible actions and multi-step sequences) are always applied via `output-style.instructions.md`. This skill sets the intensity on top of them, and the **normal** and **ultra** levels add compression that is not on by default.

## Intensity levels

| Level | Description |
|-------|-------------|
| **lett** | No filler/hedging. Keep articles + full sentences. Professional but tight |
| **normal** | Drop articles, fragments OK, short synonyms. Default |
| **ultra** | Abbreviate prose words (DB/auth/config/req/res/fn/impl), arrows for causality (X → Y) |

Default: **normal**. Switch with: "lett modus", "ultra modus", or "normal modus". Level persists until changed or the session ends.

```text
ultra modus
→ Inline obj-prop → ny ref → re-render. `useMemo`.
```

