From c8504d3b30cac0430811f534a028667cd89779b0 Mon Sep 17 00:00:00 2001 From: Matt Van Horn Date: Sat, 24 Jan 2026 15:05:45 -0800 Subject: [PATCH] fix: Use user's exact terminology, don't add outdated tech names Claude was "helpfully" adding DALL-E, GPT-4o to searches when user asked about "ChatGPT image prompting". This uses outdated knowledge. Now explicitly instructs: use the user's exact terminology, don't substitute or add tech names. Trust the user knows what they're asking about. Co-Authored-By: Claude Opus 4.5 --- SKILL.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/SKILL.md b/SKILL.md index faf2a82..9bbc42c 100644 --- a/SKILL.md +++ b/SKILL.md @@ -135,6 +135,10 @@ Choose search queries based on QUERY_TYPE: - Goal: Find what people are actually saying For ALL query types: +- **USE THE USER'S EXACT TERMINOLOGY** - don't substitute or add tech names based on your knowledge + - If user says "ChatGPT image prompting", search for "ChatGPT image prompting" + - Do NOT add "DALL-E", "GPT-4o", or other terms you think are related + - Your knowledge may be outdated - trust the user's terminology - EXCLUDE reddit.com, x.com, twitter.com (covered by script) - INCLUDE: blogs, tutorials, docs, news, GitHub repos - **DO NOT output "Sources:" list** - this is noise, we'll show stats at the end