Claude Skill
liangdabiao/Claude-Code-Deep-Research-main
一个使用Claude Skill代码代理框架逐步实现深度研究的指南。通过对比不同框架处理这一关键应用的方式,来评估其优劣。
概览
仓库信息
安装这个 Skill
git clone <repository-url>Registry 信息
项目简介
一个展示如何利用Claude Skill代码代理框架,一步步实现深度研究的项目。它作为一个实践指南和对比工具,通过考察不同框架实现深度研究的方式,来评估哪个框架才是真正出色的,因为深度研究正是代理框架的首要应用场景。
利用claude code agent框架一步一步实现deep research!很强大很简单的skills。我一步一步介绍实现deep research,因为deep research就是agent框架第一应用,对比一下各个框架实现这个deep research,就知道哪个框架才是真厉害。
要点
- 深度研究的逐步实现
- 使用Claude Skill代码代理框架
- 作为框架对比工具
- 聚焦代理框架的首要应用场景
- 旨在强大且简单易用
使用场景
- 学习代理框架的实现
- 对比不同AI代理框架
- 使用AI执行深度研究任务
- 评估框架的研究能力
- 构建研究代理的实践指南
README 摘要
# Claude Code Deep Research Agent A sophisticated multi-agent research framework that implements OpenAI's Deep Research and Google Gemini's Deep Research capabilities using Claude Code's native features. ## Overview This project leverages Claude Code's Skills and Commands system to conduct comprehensive, citation-backed research through: - **Graph of Thoughts (GoT) Framework** - Intelligent research path management with graph-based reasoning - **7-Phase Deep Research Process** - Structured methodology for quality research - **Multi-Agent Architecture** - Parallel research agents with specialized roles - **Citation Validation System** - A-E source quality ratings with chain-of-verification ## Quick Start ### Prerequisites - Claude Code CLI installed - Active Claude Code account with API access ### Installation 1. Clone this repository: ```bash git clone <repository-url> cd Claude-Code-Deep-Research-main ``` 2. The Skills and Commands are already configured in `.claude/` directory ### Basic Usage The simplest way to conduct deep research: ```bash /deep-research [your research topic] ``` **Example:** ```bash /deep-research AI applications in clinical diagnosis ``` This single command will: 1. Ask clarifying questions to refine your research needs 2. Create a structured research plan 3. Deploy multiple parallel research agents 4. Synthesize findings into a comprehensive report 5. Validate all citations 6. Output results to `RESEARCH/[topic]/` directory ## Advanced Usage ### Step-by-Step Research Workflow For more control over the research process: #### 1. Refine Your Question ```bash /refine-question Should I use WebAssembly for my project? ``` The Question Refiner will ask 5-6 clarifying questions about: - Specific focus areas - Output format requiremen