bigph00t/claude-research-team

8 stars · Last commit 2026-01-20

Autonomous research agents for Claude Code - passively research and inject helpful context

README preview

# Claude Research Team

A research system for Claude Code that provides web search, documentation lookup, and AI synthesis through slash commands.

## Features

- **Multi-source search**: Serper, Brave, GitHub, StackOverflow, npm, PyPI, crates.io, Wikipedia, ArXiv, HackerNews, Reddit, MDN, and more
- **AI synthesis**: Results synthesized by Claude or Gemini Flash
- **Depth control**: Quick (~10s), medium (~30s), or deep (~60s) research
- **Dashboard**: Web UI at http://localhost:3200

## Quick Install

### 1. Clone and build

```bash
git clone https://github.com/bigph00t/claude-research-team
cd claude-research-team
npm install
npm run build

View full repository on GitHub →