research-mode

by assafkipVerified

Anti-hallucination research mode for Claude Code. Toggle on/off to enforce citation requirements and source grounding.

139
Stars
16
Forks
8/23/2026
Added
View on GitHubDownload ZIP

⚠️ Third-Party Software Notice

This skill is third-party open-source software developed and hosted independently on GitHub. SkillTip is an informational directory and does not control or maintain the underlying repository. Any security checks displayed are automated and limited in scope. Review the source code before installing.

Read the Terms of Service

Installation

Add to your Claude Code skills directory:

# Add to your Claude Code skills
git clone https://github.com/assafkip/research-mode

Getting Started

Guides for using skills like research-mode.

Security Report

Verified

Last scanned: —

{
  "status": "PASSED",
  "issues": []
}

README.md

Research Mode for Claude Code

Anti-hallucination toggle for Claude Code. Activates citation constraints from Anthropic's documentation that force Claude to cite sources, say "I don't know" when unsure, and ground responses in direct quotes.

Using Kipi Founder OS? Research mode is already built into kipi-core. Just run /q-research <topic>. No extra install needed.

Install

Works in Claude Code CLI, the macOS desktop app, and the VS Code extension. Open Claude Code and run these two commands:

Step 1 -- Add the marketplace:

/plugin marketplace add assafkip/research-mode

Step 2 -- Install the plugin:

/plugin install research-mode@assafkip-research-mode

That's it. To confirm it installed, run /plugin and check that research-mode appears in your list.

Alternative -- install as a standalone skill: If you prefer not to use the plugin system, clone this repo and copy the SKILL.md file into your project's .claude/skills/research-mode/ directory.

Use

/research-mode:research

Or with a topic:

/research-mode:research what caused the Change Healthcare breach

Say "exit research mode" to turn it off.

What it does

Three constraints activate simultaneously:

  1. Say "I don't know" -- no guessing, no inferring. If there's no credible source, Claude says so.
  2. Cite everything -- every claim must reference a file, URL, paper, or named source. Unsourced claims get retracted.
  3. Quote first, then analyze -- responses are grounded in word-for-word quotes from source material, not paraphrased summaries.

Source cascade (keeps token costs low)

Sources are checked in order. Claude stops at the first level that answers the question:

  1. Local files (Grep + Read) -- zero cost, most reliable
  2. WebSearch snippets -- cite the snippet directly, skip downloading full pages
  3. WebFetch -- only when the snippet is ambiguous or user needs full quotes
  4. Scholar Gateway -- for academic papers, if available

Token budget: 5 WebSearch, 3 WebFetch max per question. If the limit is hit, Claude summarizes what it found and asks before going deeper.

What it doesn't do

  • Not always-on. It's a toggle. Turn it on for research, off for creative work.
  • Not slow. Claude still uses tools in parallel and works efficiently.
  • Not restrictive on new ideas. You can synthesize across sources, but inputs must be grounded.

Why

LLMs hallucinate. When you're doing research that matters, you need guardrails that force citation discipline. This plugin packages Anthropic's own recommendations into a one-command toggle.

Troubleshooting

"Plugin not found" after Step 1: Make sure you typed the marketplace command exactly as shown. The marketplace name is assafkip/research-mode (GitHub username/repo).

Command doesn't appear after install: Run /reload-plugins to refresh, or restart Claude Code.

Want to scope it to one project only: Add --scope project to the install command in Step 2.

Built by

Assaf Kipnis -- built while running GTM, investor outreach, and content ops for KTLYST entirely through Claude Code. When your AI assistant is writing your pitch decks, researching competitors, and drafting investor briefs, hallucinated facts aren't a minor annoyance. They're a credibility risk. This toggle exists because I needed it.

Questions or feedback: [REDACTED]

Frequently Asked Questions

What is research-mode?

research-mode is an open-source ide extensions skill for AI coding assistants such as Claude Code, Codex CLI, and ChatGPT, built by assafkip. Anti-hallucination research mode for Claude Code. Toggle on/off to enforce citation requirements and source grounding. It has 139 GitHub stars.

Is research-mode safe to use?

Yes. research-mode passed SkillsLLM's automated security scan — a dependency vulnerability audit plus prompt-injection heuristics — with no high-severity issues. You can read the full report in the Security Report section on this page.

How do I install research-mode?

Clone the repository with "git clone https://github.com/assafkip/research-mode" and add it to your Claude Code skills directory (see the Installation section above). research-mode ships a SKILL.md manifest, so compatible agents can discover and load it automatically.

Are there alternatives to research-mode?

Yes. SkillsLLM lists many other IDE Extensions skills you can browse and compare side by side. Open the IDE Extensions category from the badge at the top of this page, or use the Related Skills and comparison links further down to weigh research-mode against similar tools.

Comments (0)

No comments yet. Be the first to share your thoughts!

claudian

by YishenTu

An Obsidian plugin that embeds Claude Code/Codex as an AI collaborator in your vault

14,921972TypeScript
IDE Extensions
View details

OpenMythos

by kyegomez

A theoretical reconstruction of the Claude Mythos architecture, built from first principles using the available research literature.

14,8003,292Python
IDE Extensions
View details

cursor-hooks

by cursor

5

Automate Cursor behavior around agent events with hooks.

12,500890TypeScript
IDE Extensionsclaude-codeai-tools
View details

arscontexta

by agenticnotetaking

Claude Code plugin that generates individualized knowledge systems from conversation. You describe how you think and work, have a conversation and get a complete second brain as markdown files you own.

3,479220Shell
IDE Extensions
View details

Developers Also Liked

Based on votes and bookmarks from developers who liked this skill

ECC

by affaan-m

10

The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.

242,21936,702JavaScript
AI Agentsai-agentsanthropicclaude-code
View details
15

An agentic skills framework & software development methodology that works.

234,96620,863Shell
AI Agentsai-agentsbrainstorming
View details

n8n

by n8n-io

12

Fair-code workflow automation platform with native AI capabilities. Combine visual building with custom code, self-host or cloud, 400+ integrations.

201,88160,308TypeScript
MCP Serversapisai-tools
View details

The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.

185,94028,768JavaScript
AI Agentsai-agentsanthropicclaude-code
View details

cc-switch

by farion1231

3

A cross-platform desktop All-in-One assistant for Claude Code, Codex, OpenCode, OpenClaw, Grok Build & Hermes Agent. Only official website: ccswitch.io

128,8688,826Rust
AI Agentsclaude-codeai-tools
View details