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
⚠ Flagged1 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.
Reliability & compatibility
Declared compatibility
Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.
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 →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.
Write a review
Versions
- v0.1.0 Imported from the upstream source.