AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
SKILL unreviewed MIT Self-run

Terse Mode

skill-navikt-copilot-terse-mode · by navikt

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

No reviews yet
0 installs
36 views
0.0% view→install

Install

$ agentstack add skill-navikt-copilot-terse-mode

Open-source listing, not yet scanned by AgentStack. Follow the source repository for install instructions.

Security review

⚠ Flagged

1 finding(s); flagged for manual review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures
  • high Destructive filesystem operation.

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

View the full security report →

Reliability & compatibility

Not yet reviewed
0 installs to date
no reviews yet
2mo ago

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work →
Are you the author of Terse Mode? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

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
  • Source: navikt/copilot
  • License: MIT
  • Homepage: https://ki-utvikling.nav.no/nav-pilot

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

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.