deepresearch
Description
**版本**: 2.3.0 **最后更新**: 2026-01-05 **说明**: 智能法律深度研究工具,支持任意材料输入,使用独立Subagent进行深度检索
Installation
claude install-skill https://github.com/cat-xierluo/SuitAgent README
name: deepresearch description: 智能法律深度研究工具,支持任意材料输入,使用独立Subagent进行深度检索
deepresearch
**版本**: 2.3.0 **最后更新**: 2026-01-05 **说明**: 智能法律深度研究工具,支持任意材料输入,使用独立Subagent进行深度检索
命令功能概述
智能法律深度研究工具,自动分析材料并生成系统化研究文档。支持任意材料输入(聊天记录、法律服务方案、案例、条文等),通过**并行启动多个独立Subagent**使用 Claude Code 内置搜索工具进行深度检索,形成精简的研究知识库。
核心特性
🎯 并发 Subagent 架构
- undefined
📊 统一深度研究
- undefined
📄 标准化输出
- undefined
🗂️ 集成架构
- undefined
🔧 内置搜索工具
- undefined
输入格式
使用方式
**方式一:基于文件**
/deepresearch @文档路径.md
**方式二:直接粘贴**
/deepresearch
[粘贴材料内容]
**方式三:指定案件和课题**
/deepresearch
案件:[案件名称]
研究课题:
1. [课题一]
2. [课题二]
3. [课题三]
支持材料
- undefined
处理流程
阶段1:分析准备(主 Agent)
- undefined
阶段2:并行深度研究(多个独立 Subagent)
**为每个研究课题启动独立的 general-purpose Subagent**
每个 Subagent 执行以下任务:
**深度检索(4-6轮)**:
- undefined
**上下文传递**(主 Agent → Subagent):
- undefined
**文档生成**:
- undefined
**输出格式**:
- undefined
阶段3:整合输出(主 Agent)
- undefined
输出格式
目录结构
[案件编号]/03 - 🔍 法律研究/
├── 000.研究总览.md # 总览、核心结论、综合建议
├── YYMMDD [研究课题一].md # 聚焦文档,简洁明了
├── YYMMDD [研究课题二].md
├── YYMMDD [研究课题三].md
└── ...
**命名说明**:
- undefined
总览文档格式 (000.研究总览.md)
# [案件名称] 深度研究总览
**生成时间**: YYYY-MM-DD
**研究方式**: N个独立Subagent,各进行4-6轮深度检索
**总检索轮次**: XX+轮
**总文档量**: XX KB
---
## 📊 研究成果清单
### ✅ 已完成的N份精简研究报告
| 序号 | 研究课题 | 文件大小 | 核心价值 |
|------|---------|---------|---------|
| 01 | [课题一](./YYMMDD%20课题一.md) | XX KB | 简要描述 |
| 02 | [课题二](./YYMMDD%20课题二.md) | XX KB | 简要描述 |
---
## 🎯 核心发现
#
Related Skills
next.js
| The React Framework | 138360 | 1503 | 1 |
Development community sharing-skills
skill for guidance.
Development community root-cause-tracing
Use when errors occur deep in execution and you need to trace back to find the original trigger.
Development community Template Skill
Minimal skeleton for a new skill project structure.
Development community Third-party Notices
THE FOLLOWING SETS FORTH ATTRIBUTION NOTICES FOR THIRD PARTY SOFTWARE THAT MAY BE CONTAINED IN PORTIONS OF THIS PRODUCT. ---
Development official Claude API
When code imports anthropic/@anthropic-ai/sdk/claude_agent_sdk, or user asks to use Claude APIBuild apps with the Claude API or Anthropic SDK
Development official Related Agents
Openai Codex CLI
(55.8k ⭐) - Lightweight coding agent that runs in your terminal.
Contributing to nanobot
Thank you for being here. nanobot is built with a simple belief: good tools should feel calm, clear, and humane. We care deeply about useful features, but we also believe in achieving more with less:
Key exports from each phase
for summary in .planning/phases/*/*-SUMMARY.md; do echo "=== $summary ===" grep -A 10 "Key Files\|Exports\|Provides" "$summary" 2>/dev/null done