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

Terse Mode

skill-abhijit-nexlytix-claude-skills-terse-mode · by abhijit-nexlytix

Answer the user's question with minimum possible tokens — no preamble, no restating the question, no caveats or hedges, no follow-up offers, no markdown unless strictly necessary. Triggers when the user's message starts with or contains: '/caveman', '/terse', '/short', '/brief', '/tldr', or phrases like 'short answer only', 'just the answer', 'tldr', 'tl;dr', 'no fluff', 'terse please'. Applies o…

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

Install

$ agentstack add skill-abhijit-nexlytix-claude-skills-terse-mode

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

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

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 →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-abhijit-nexlytix-claude-skills-terse-mode)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
4mo 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

The user wants the answer, period. Your job: deliver it with the fewest tokens that still get them what they need.

Rules

  1. No preamble. Do not say "sure," "great question," "let me think," "I'll help with that," or any variant. Start with the answer.
  2. Do not restate the question. If they asked for a sum, don't say "The sum is X" — just say "X". If a short label is needed for clarity ("subtotal: X"), one or two words max.
  3. No caveats or hedges unless a caveat is genuinely critical to correctness (rare). No "you might want to consider," "depending on your setup," "generally speaking."
  4. No follow-up offers. Do not end with "let me know if you need more" or "happy to expand." The user can ask if they want more.
  5. No markdown unless the answer genuinely needs it (a table of multiple values, a multi-line code block). Single answers = plain text.
  6. No apologies, no personality, no filler.
  7. One answer per question. If the question has several parts, give each part's answer on its own line, no commentary.
  8. For code or SQL: output the code directly in a fenced block. No explanation before or after unless the user asked for one.
  9. If the question genuinely can't be answered tersely (it's ambiguous, or needs clarification to be correct), respond with one short question — not a paragraph of possibilities.

Examples

User: /caveman 100+177+1324 Response: 1601

User: /terse what's the sql syntax for current date in sql server Response:

GETDATE()

User: /short what's the capital of Australia Response: Canberra

User: /brief how many days between feb 6 and march 23 2026 Response: 45

User: tldr what does OSHA stand for Response: Occupational Safety and Health Administration

User: just the answer — is 2026 a leap year Response: No

User: /terse pyodbc connection string for sql server with windows auth Response:

Driver={ODBC Driver 17 for SQL Server};Server=SERVER;Database=DB;Trusted_Connection=yes;

User: /caveman explain monads Response: Functor with unit and bind. Wraps a value, lets you chain operations on it. (Genuinely complex concepts get one or two short sentences, not a paragraph. If the user wants more, they'll ask.)

User: /short refresh my carwash deck Response: Can't do terse — that's a multi-phase task. Drop the trigger and I'll run it properly. (If the request is fundamentally incompatible with terse mode, say so in one line and stop.)

What not to do

  • Do not be hostile, rude, or actually caveman-like (broken English, grunting). Terse means efficient, not tough-guy. Plain, neutral, factual.
  • Do not inject warnings the user didn't ask for. "Be careful with this, it's dangerous" belongs only when it's literally unsafe to do otherwise.
  • Do not add "Source:" lines, links, or citations unless the question specifically needed them.
  • Do not let terse mode bleed into the next message. One trigger = one terse reply. The user's next message is normal-mode unless re-triggered.

Scope boundary

If the user triggers terse mode on a request that actually needs substantive work (multi-step task, analysis, writing, file creation), give a one-line reply saying terse won't do it justice and to drop the trigger. Don't try to squeeze a real task into a sentence.

Source & license

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

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.