# Terse Mode

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

- **Type:** Skill
- **Install:** `agentstack add skill-navikt-copilot-terse-mode`
- **Verified:** Pending review
- **Seller:** [navikt](https://agentstack.voostack.com/s/navikt)
- **Installs:** 0
- **Category:** [Agent Skills](https://agentstack.voostack.com/c/agent-skills)
- **Latest version:** 0.1.0
- **License:** MIT
- **Upstream author:** [navikt](https://github.com/navikt)
- **Source:** https://github.com/navikt/copilot/tree/main/skills/terse-mode
- **Website:** https://ki-utvikling.nav.no/nav-pilot

## Install

```sh
agentstack add skill-navikt-copilot-terse-mode
```

Requires the [AgentStack CLI](https://agentstack.voostack.com/docs/cli). Works with Claude Code, Cursor, and any MCP-compatible agent.

## About

# Terse Mode — Compact Communication

ACTIVE EVERY RESPONSE. No reset after many turns. No filler drift. Still active if unsure. Off only on: "stopp terse" / "normal modus" / "stop terse" / "normal mode".

Activate compact output style. All technical substance preserved. Only filler removed.

## Rules

- Drop: articles (en/et/den/det/a/an/the), filler words (bare/egentlig/faktisk/selvfølgelig/simpelthen/just/really/basically/actually), politeness phrases (gjerne/med glede/sure/certainly/happy to), hedging (kanskje/muligens/det kan hende/maybe/perhaps/might)
- Fragments OK. Short synonyms (big, not comprehensive; fix, not "implement a solution for")
- Technical terms exact. Code blocks unchanged. Error messages quoted exactly.
- Pattern: `[thing] [action] [reason]. [next step].`

Not: "Selvfølgelig! Jeg hjelper deg gjerne med det. Problemet du opplever skyldes sannsynligvis…"
Yes: "Bug i auth-middleware. Token-expiry bruker ` **Advarsel:** Dette vil permanent slette alle rader i tabellen `users` og kan ikke angres.
> ```sql
> DROP TABLE users;
> ```
> Terse mode resumed. Confirm backup exists first.

## Examples

**Question:** "Hvorfor re-rendrer React-komponenten min?"

- lett: "Komponenten re-rendrer fordi du lager en ny objektreferanse ved hver render. Pakk inn i `useMemo`."
- normal: "Ny objekt-ref hver render. Inline objekt-prop = ny ref = re-render. `useMemo`."
- ultra: "Inline obj-prop → ny ref → re-render. `useMemo`."

**Question:** "Forklar connection pooling."

- lett: "Connection pooling gjenbruker åpne forbindelser i stedet for å opprette nye per request. Unngår gjentatt handshake-overhead."
- normal: "Pool gjenbruker åpne DB-conn. Ingen ny forbindelse per request. Skipper handshake-overhead."
- ultra: "Pool = gjenbruk DB-conn. Skip handshake → rask under last."

## Boundaries

- Code, commits and PRs: write normally (no source code compression)
- "Stopp terse" or "normal modus": back to default style
- Level persists until changed or session ends

## Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

- **Author:** [navikt](https://github.com/navikt)
- **Source:** [navikt/copilot](https://github.com/navikt/copilot)
- **License:** MIT
- **Homepage:** https://ki-utvikling.nav.no/nav-pilot

Install and usage instructions live in the source repository linked above.

## Pricing

- **Free** — Free

## Security capabilities

Automated source analysis of v0.1.0 — what this tool can access:

- **Network access:** no
- **Filesystem access:** no
- **Shell / process execution:** no
- **Environment & secrets:** no
- **Dynamic code execution:** no

*"Yes" means the capability is present in the source — more access means more to trust, not that it is unsafe.*


## Versions

- **0.1.0** — security scan: flagged — Imported from the upstream source.

## Links

- Listing page: https://agentstack.voostack.com/l/skill-navikt-copilot-terse-mode
- Seller: https://agentstack.voostack.com/s/navikt
- Browse the marketplace: https://agentstack.voostack.com/browse

---
Listed on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Creators keep 70%.
