mirror of
https://github.com/anthropics/skills
synced 2026-09-19 00:55:17 +00:00
Add discernment-nudge skill (#1553)
Opt-in skill that appends two or three short, targeted follow-up questions after a substantive answer the user may act on, helping them check key facts, probe the reasoning and assumptions, and notice missing context before relying on the answer. Fires at most once per conversation, with explicit skip rules for trivial lookups, formatting tasks, code, and creative writing.
This commit is contained in:
@@ -59,6 +59,15 @@
|
||||
"skills": [
|
||||
"./skills/claude-academy-guide"
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "discernment-nudge",
|
||||
"description": "Appends two or three short follow-up questions after a substantive answer to help users check key facts, probe the reasoning, and notice missing context",
|
||||
"source": "./",
|
||||
"strict": false,
|
||||
"skills": [
|
||||
"./skills/discernment-nudge"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user