ワンクリックで
deep-research
Complete research workflow system for codebase analysis, deep external research, and comprehensive technical wiki generation
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Complete research workflow system for codebase analysis, deep external research, and comprehensive technical wiki generation
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
This skill should be used when the user asks to \\\\\\\"create an agent\\\\\\\", \\\\\\\"add an agent\\\\\\\", \\\\\\\"write a subagent\\\\\\\", \\\\\\\"agent frontmatter\\\\\\\", \\\\\\\"when to use description\\\\\\\", \\\\\\\"agent examples\\\\\\\", \\\\\\\"agent tools\\\\\\\", \\\\\\\"agent colors\\\\\\\", \\\\\\\"autonomous agent\\\\\\\", or needs guidance on agent structure, system prompts, triggering conditions, or agent development best practices for CodeBuddy Code plugins.
Email inbox for AI agents. Check messages, send emails, and communicate via your own @agentmail.to address.
This skill should be used when the user asks to \\\\\\\"create a Next.js route\\\\\\\", \\\\\\\"add a page\\\\\\\", \\\\\\\"set up layouts\\\\\\\", \\\\\\\"implement loading states\\\\\\\", \\\\\\\"add error boundaries\\\\\\\", \\\\\\\"organize routes\\\\\\\", \\\\\\\"create dynamic routes\\\\\\\", or needs guidance on Next.js App Router file conventions and routing patterns.
This skill should be used when the user asks about \\\\\\\"authentication in Next.js\\\\\\\", \\\\\\\"NextAuth\\\\\\\", \\\\\\\"Auth.js\\\\\\\", \\\\\\\"middleware auth\\\\\\\", \\\\\\\"protected routes\\\\\\\", \\\\\\\"session management\\\\\\\", \\\\\\\"JWT\\\\\\\", \\\\\\\"login flow\\\\\\\", or needs guidance on implementing authentication and authorization in Next.js applications.
This skill should be used when the user needs to interact with web pages, browse websites, take screenshots, fill forms, click elements, extract web content, or perform any browser automation tasks. Trigger phrases include \\\\\\\"open webpage\\\\\\\", \\\\\\\"visit website\\\\\\\", \\\\\\\"browse\\\\\\\", \\\\\\\"screenshot page\\\\\\\", \\\\\\\"fill form\\\\\\\", \\\\\\\"click button\\\\\\\", \\\\\\\"extract from website\\\\\\\", \\\\\\\"web scraping\\\\\\\", \\\\\\\"automate browser\\\\\\\".
Audit and improve CODEBUDDY.md files in repositories. Use when user asks to check, audit, update, improve, or fix CODEBUDDY.md files. Scans for all CODEBUDDY.md files, evaluates quality against templates, outputs quality report, then makes targeted updates. Also use when the user mentions \\\\\\\"CODEBUDDY.md maintenance\\\\\\\" or \\\\\\\"project memory optimization\\\\\\\".
| name | deep-research |
| description | Complete research workflow system for codebase analysis, deep external research, and comprehensive technical wiki generation |
| description_zh | 完整的 OMC (Oh My CodeBuddy) 插件,包含 agents、commands、skills、hooks、tools 和 MCP servers。提供多代理编排、深度研究、代码分析等功能。 |
| version | 1.0.0 |
| source | codebuddy |
| source_plugin | oh-my-codebuddy |
完整的研究型工作流系统,实现从代码库分析、深度调研到技术文档生成的完整流程。
本技能提供了一套完整的研究型工作流系统,包括:
/init-research) - 分析代码库并标记需要联网调研的内容/ralph-loop-research) - 处理所有 TODO 标记,执行深度调研/ralph-loop-wiki) - 生成完整的技术分析文档gh-repo-research) - 克隆并分析 GitHub 仓库初始化研究文档,分析代码库并生成 deep-search.md 文件,在需要联网调研的地方标记 TODO: RESEARCH HERE。
用法:
/init-research # 更新模式
/init-research --create-new # 重新生成所有文件
/init-research --max-depth=2 # 限制目录深度
输出: deep-search.md 文件(根目录 + 重要子目录)
深度调研循环,处理所有 TODO: RESEARCH HERE 标记。
用法:
/ralph-loop-research # 默认 3 次循环
/ralph-loop-research --max-iterations=5 # 自定义循环次数
功能:
deep-search.md 文件TODO: RESEARCH HERE 标记gh-repo-research)输出:
.research/ 目录生成完整的技术 wiki 文档。
用法:
/ralph-loop-wiki # 默认 3 次循环
/ralph-loop-wiki --prd-path=docs/PRD.md # 指定 PRD 文件
/ralph-loop-wiki --max-iterations=5 # 自定义循环次数
功能:
.research/ 目录下的所有调研内容init-deep 生成的 AgentZ.md 文件wiki_template.md 的格式生成完整 wiki输出:
.agentz/WIKI_DEEP.md - 完整的技术分析文档.agentz/wiki-optimization.md - 优化建议.agentz/wiki-summary.md - 总结报告.agentz/AGENT_CODING_BRIEF.md - Agent 编码简报(重建图谱时自动生成,agent turn 自动注入)GitHub 仓库研究智能体,用于克隆和分析 GitHub 仓库。
功能:
.gh-repo/ 目录/init-deep 操作.research/gh-repo/repo-name/ 目录使用方式:
通过 ralph-loop-research 自动调用(当发现 GitHub 链接时),或手动调用。
1. /init-research
↓
生成 deep-search.md(带 TODO: RESEARCH HERE 标记)
2. /ralph-loop-research
↓
处理所有 TODO 标记
↓
深度调研 → 生成 wiki 格式内容
↓
发现链接 → GitHub 链接 → gh-repo-research
↓
所有 TODO 替换完成
3. /ralph-loop-wiki
↓
整合 PRD + .research + AgentZ.md
↓
生成完整 wiki(按 wiki_template.md 格式)
↓
3 次验证循环
↓
生成优化建议和总结
# 步骤 1: 初始化研究文档
/init-research
# 步骤 2: 执行深度调研
/ralph-loop-research
# 步骤 3: 生成技术 Wiki
/ralph-loop-wiki
执行工作流后,项目目录将包含:
项目根目录/
├── deep-search.md # 研究文档(带 TODO 标记)
├── AgentZ.md # 代码库分析(来自 init-deep)
├── .research/ # 调研结果
│ ├── research-001.md # 调研笔记
│ ├── research-002.md
│ └── gh-repo/ # GitHub 仓库研究
│ └── repo-name/
│ ├── architecture.md
│ ├── core-modules.md
│ ├── api-reference.md
│ └── features.md
├── .gh-repo/ # 克隆的仓库
│ └── repo-name/
├── wiki.md # 旧路径(已弃用,请用 .agentz/WIKI_DEEP.md)
├── .agentz/
│ ├── graph.json # 知识图谱(结构)
│ ├── AGENT_CODING_BRIEF.md # Agent 编码简报(自动注入 agent turn)
│ ├── REPO_WIKI.md # 快速模块概览
│ ├── WIKI_DEEP.md # 深度 wiki(ralph-loop-wiki 输出)
│ ├── wiki-optimization.md
│ └── wiki-summary.md
运行安装脚本:
cd AgentZ-marketplace/skills/deep-research
bash install.sh
这将安装到:
~/.AgentZ/skills/deep-research/~/.claude/skills/deep-research//init-deep 生成 AgentZ.md 文件--prd-path 指定gh-repo-research 需要能够克隆 GitHub 仓库.gh-repo/ 目录大小