Agent skill

research-to-diagram

深度调研主题并自动生成知识关系图谱PDF。接收研究主题后自动进行网络调研、信息收集、知识整理,最终生成专业的可视化关系图谱。适用于"研究...并做图"、"深度分析...并可视化"、"生成知识图谱"等场景。

nexu95,528★ · +2,037/wk · 5 repos on radarProfile →
claude-codecodexships scriptsMIT
Install
npx skills add nexu-io/nexu --skill research-to-diagram --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 8
SKILL.md size: 4 KB
Bundled scripts: yes
Path: apps/desktop/static/bundled-skills/research-to-diagram/SKILL.md
Open the folder on GitHub →
Where it comes from
Source: nexu-io/nexu
Stars: 3,239
Language: TypeScript
Read our review of the source →

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Research to Diagram 深度调研主题并自动生成知识关系图谱PDF。从研究到可视化的一站式工具。 ## Description 这个 Skill 接收用户提供的研究主题,自动进行深度网络调研、信息收集、知识整理、结构设计,最终生成专业的可视化关系图谱PDF。与 `structure-to-pdf` 不同,本 Skill 专注于**主动研究和知识挖掘**,而非被动的数据转换。 ## 核心特性 - **自动调研**:使用 WebSearch 进行多轮深度调研 - **智能整理**:自动提取、分类、结构化信息 - **专业设计**:根据主题特点选择最佳可视化方案 - **多种输出**:支持 Graphviz、PlantUML、Mermaid 等工具 - **高质量PDF**:生成矢量图形,可无限缩放 ## Trigger Conditions 当用户想要: - 研究某个复杂主题的知识结构(如"红楼梦人物关系") - 生成人物关系图、概念图谱、知识图谱 - 理解某个领域的组织架构、技术架构 - 可视化复杂的关系网络 - 需要从零开始研究并可视化某个主题 **关键词**: - "调研...并做图" - "研究...的关系" - "深度分析...并可视化" - "生成...知识图谱" - "画...关系图"(无现成数据) ## Workflow ### 1. 任务规划(TodoWrite) ``` - 深度调研主题和相关知识 - 设计图谱结构和层次 - 创建可视化图表 - 生成PDF文档 ``` ### 2. 深度调研阶段 - **多轮 WebSearch**:从不同角度收集信息 - 主题概述和背景 - 核心要素和人物/概念 - 关系和联系 - 层次和分类 - **信息源记录**:保存所有参考资料链接 - **知识提取**:识别关键实体和关系 ### 3. 结构设计阶段 根据主题类型选择最佳结构: **人物关系图**: - 家族谱系:多层次树状结构 - 社会网络:网状关系图 - 组织架构:层次化布局 **概念图谱**: - 知识分类:树状或思维导图 - 概念关系:有向图 - 流程图:线性或分支流程 **技术架构**: - 系统组件:模块化布局 - 依赖关系:层次或网络图 - 数据流向:流程图 ### 4. 可视化实现 优先使用 **Graphviz** (DOT 语言): ```dot digraph G { // 全局样式 graph [rankdir=TB bgcolor="#fdfdf5" fontname="Arial Unicode MS"] node [shape=box style="rounded,filled" fillcolor="#e8f4f8"] edge [fontname="Arial Unicode MS"] // 使用

What's inside
Steps it walks through
  1. Description
  2. 核心特性
  3. Trigger Conditions
  4. Workflow
  5. 1. 任务规划(TodoWrite)
  6. 2. 深度调研阶段
  7. 3. 结构设计阶段
  8. 4. 可视化实现
  9. 5. PDF 生成
  10. 6. 文档整理
  11. 设计原则
  12. 视觉设计
  13. 信息层次
  14. 布局策略
Ships with 7 files
  • COMPARISON.md
  • README.md
  • USAGE_EXAMPLES.md
  • examples/character_relationships.dot
  • examples/concept_map.dot
  • examples/tech_architecture.dot
  • scripts/generate_pdf.sh
Commands it runs
dot -Tpdf diagram.dot -o output.pdf
More from nexu
All skills →
About this skill
What does the research-to-diagram skill do?

深度调研主题并自动生成知识关系图谱PDF。接收研究主题后自动进行网络调研、信息收集、知识整理,最终生成专业的可视化关系图谱。适用于"研究...并做图"、"深度分析...并可视化"、"生成知识图谱"等场景。

How do I install it?

Run `npx skills add nexu-io/nexu --skill research-to-diagram --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From nexu-io/nexu, a repository with 3,239 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going