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:
Kswan
2026-08-17 10:23:10 -07:00
committed by GitHub
parent 89dcaa3a28
commit f379e5ad66
3 changed files with 420 additions and 0 deletions

View File

@@ -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"
]
}
]
}