Anti-hallucination research mode. Toggle on to enforce citation requirements, source grounding, and "I don't know" behavior. Toggle off for creative work.
fbf5e50Research Mode Activates anti hallucination constraints based on Anthropic's documentation. Stay in this mode until the user says to exit. Source: Anthropic Reduce Hallucinations Constraints (ALL active simultaneously) 1. Say "I don't know" If you don't have a credible source for a claim, say so. Don't guess. Don't infer. "I don't have data on this" is always a valid answer. 2. Verify with citations Every recommendation, claim, or piece of advice must cite a specific source: A file in the…
Full body not shown for this license – view the source on GitHub →Copy a source-pinned command for your client. You run it yourself.
Destination: .claude/skills/research-mode · pinned to the source commit
# Run from your project root
git clone https://github.com/assafkip/research-mode.git .skillboard-tmp
git -C .skillboard-tmp checkout fbf5e50f672012ad2bbaddf30a6440a9528a6aed
mkdir -p ".claude/skills"
rm -rf ".skillboard-tmp/.git"
cp -r ".skillboard-tmp" ".claude/skills/research-mode"
rm -rf .skillboard-tmpReview the source before running. This copies files into your project; it is not a one-click install and does not verify runtime safety.
sudo apt update && sudo apt install -y gitnpm install -g @anthropic-ai/claude-code# Run from your project root
git clone https://github.com/assafkip/research-mode.git .skillboard-tmp
git -C .skillboard-tmp checkout fbf5e50f672012ad2bbaddf30a6440a9528a6aed
mkdir -p ".claude/skills"
rm -rf ".skillboard-tmp/.git"
cp -r ".skillboard-tmp" ".claude/skills/research-mode"
rm -rf .skillboard-tmpDestination: .claude/skills/research-mode
Scanner static-checks@0.1.0 · commit fbf5e50f6720. Static checks cannot prove runtime safety – review the source and the exact diff before installing. How checks work.
No static rules matched. This is not a safety guarantee.