Install
$ agentstack add skill-abhijit-nexlytix-claude-skills-terse-mode ✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.
Security review
✓ PassedNo 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.
Verified badge
Passed review? Show it. Paste this badge into your README, it links to the public security report.
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
The user wants the answer, period. Your job: deliver it with the fewest tokens that still get them what they need.
Rules
- No preamble. Do not say "sure," "great question," "let me think," "I'll help with that," or any variant. Start with the answer.
- 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.
- 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."
- 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.
- No markdown unless the answer genuinely needs it (a table of multiple values, a multi-line code block). Single answers = plain text.
- No apologies, no personality, no filler.
- One answer per question. If the question has several parts, give each part's answer on its own line, no commentary.
- For code or SQL: output the code directly in a fenced block. No explanation before or after unless the user asked for one.
- 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.
- Author: abhijit-nexlytix
- Source: abhijit-nexlytix/claude-skills
- License: MIT
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.