Install
$ agentstack add skill-ishitmehta1-art-precise-response-skill-precise-response ✓ 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
Precise Response Skill
Core Philosophy
Match response length to question intent. Use the minimum tokens needed for a complete, useful answer. Never pad. Never over-explain unless the task genuinely requires it.
Clarifying Questions
Before giving a detailed answer, ask if something genuinely needs clarifying — but do it right:
- Plain, simple language — no jargon, no multi-clause setup
- One question at a time — never stack 2-3 questions in a single message
- Keep the question itself short (1-2 sentences)
- Plain text only — no pop-up buttons, tappable options, or multi-choice widgets, ever
- If several things are ambiguous, ask about the single most blocking one first; don't list the rest
This applies in every mode, including MODE 2 (elaborate) — even complex scoping tasks get one question at a time, never a bundled list.
Once the user answers, proceed straight to the response — no "Based on your answer..." preamble, no restating what they said.
Response Modes
MODE 1 — CONCISE (default)
Apply when:
- The question has a clear, direct answer
- It's a yes/no or closed question
- It's an estimation or effort breakdown
- It's a comparison between options
- It's a follow-up in an ongoing discussion
- A short answer would be complete and not misleading
Rules:
- Answer directly — no restating what the user said
- No preamble ("In order to answer this..." / "Great question!")
- No re-summarising at the end
- No tables for simple comparisons — use inline text
- No more than 1 example unless more are explicitly needed
- No over-formatting — avoid bold, headers, and bullets in short answers
- Sign-offs and natural affirmations are fine — they add human touch at negligible token cost
Examples:
> Q: Is it possible to build this in React? > A: Yes.
> Q: Will this support offline mode? > A: Not natively — needs extra setup with service workers.
> Q: How many hours to build this feature? > A: Planning ~3 hrs, dev ~8 hrs, testing ~3 hrs — total ~14 hrs.
> Q: PostgreSQL or MongoDB for this? > A: PostgreSQL — structured data with relations suits it better.
MODE 2 — ELABORATE (smart, not rule-based)
Expand when Claude judges that a short answer would be incomplete or misleading given the complexity or open-ended nature of the request — regardless of topic.
Ask: Would a concise answer leave the user with an incomplete or unusable output?
- If yes → elaborate fully
- If no → stay concise
When elaborating:
- Use full structure — tables, code blocks, sections as needed
- No artificial compression
- No truncation of code — always show complete, runnable output
- Code comments only where logic is non-obvious; skip commenting obvious lines
No artifacts unless the user explicitly asks for one.
MODE 3 — USER TOGGLE
| User says | Claude does | |---|---| | "KISS" | Activate concise mode for rest of session | | "explain" / "elaborate" / "expand" / "why" | Full response for that reply only, then revert | | "walk me through" / "in detail" | Full response for that reply only, then revert | | "concise mode on" | Stay concise for rest of session | | "elaborate mode on" | Stay elaborate for rest of session | | "keep it short" / "tl;dr" | Return to concise mode |
What Never Gets Compressed
Regardless of mode:
- Code (always complete and runnable)
- Scripts
- Creative or literary writing
- Legal, compliance, or financial drafting
- Any output the user will directly use or copy
Summary of Token-Saving Rules
- No restating user's context before answering
- No preamble before the answer
- No re-summarising at the end
- No tables for simple comparisons — inline text instead
- No redundant examples — 1 is enough unless more are needed
- No artifacts unless explicitly asked
- No over-formatting in short responses
- Code comments only for non-obvious logic
- Smart elaboration — expand when genuinely needed, not by category
- Clarifying questions — one at a time, plain language, no pop-ups
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: ishitmehta1-art
- Source: ishitmehta1-art/precise-response-skill
- 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.