跳转到主要内容
此内容尚未提供您的语言版本,正在以英文显示。

Dossier Collect

技能 已验证 活跃

Build a graph-structured dossier on a seed entity via parallel fan-out + recursive expansion across web, memory, knowledge-graph, codebase, ADR index, and git intel

目的

To automate the comprehensive discovery and structuring of connected information around a seed entity, creating a detailed, graph-based dossier with provenance.

功能

  • Recursive parallel expansion across multiple data sources
  • Graph-structured dossier generation with nodes and edges
  • Support for various seed types (username, file, symbol, ADR, URL, concept)
  • Configurable depth, breadth, sources, and budget
  • Output in Markdown, JSON, and persistence to memory store

使用场景

  • Investigating a user's online presence or contributions.
  • Mapping dependencies and relationships within a codebase or project.
  • Discovering all connected entities related to a specific architecture decision record.
  • Building a comprehensive profile of a concept by exploring its mentions and related terms.

非目标

  • Answering specific questions or performing targeted research (use `deep-research` instead).
  • Creating multi-step plans or executing sequential tasks (use `goal-plan` instead).
  • Performing deep dives into a single entity without broader exploration.

工作流

  1. Detect seed type
  2. Pick sources
  3. Start trajectory
  4. Round 0 fan-out with all source queries
  5. Extract entities
  6. De-duplicate entities
  7. Recurse for new entities until depth/budget exhausted
  8. Aggregate nodes and edges into a graph
  9. Render artifacts (.md, .json)
  10. Persist the dossier
  11. End trajectory

实践

  • Information gathering
  • Graph construction
  • Recursive exploration
  • Data provenance

先决条件

  • Access to `mcp__claude-flow__memory_store`
  • Access to `mcp__claude-flow__memory_search`
  • Access to `mcp__claude-flow__agentdb_pattern-search`
  • Access to `mcp__claude-flow__hooks_intelligence_trajectory-start`
  • Access to `WebSearch`, `WebFetch`, `Read`, `Write`, `Grep`, `Glob` tools

安装

请先添加 Marketplace

/plugin marketplace add ruvnet/ruflo
/plugin install ruflo-goals@ruflo

质量评分

已验证
98 /100
1 day ago 分析

信任信号

最近提交1 day ago
星标50.2k
许可证MIT
状态
查看源代码

类似扩展

Understand Domain

100

从代码库中提取业务领域知识并生成交互式领域流程图。可独立运行(轻量级扫描)或从现有的 /understand 知识图中派生。

技能
Lum1104

Understand

100

分析代码库以生成交互式知识图谱,用于理解架构、组件和关系

技能
Lum1104

Kg Extract

99

Extract entities and relations from source files to build a knowledge graph

技能
ruvnet

Metal

100

Extract the conceptual essence of a repository as skills, agents, and teams — the project's roles, procedures, and coordination patterns expressed as agentskills.io-standard definitions. Reads an arbitrary codebase and produces generalized definitions that capture WHAT the project does and WHO operates it, without replicating HOW it does it. Use when onboarding to a new codebase and wanting to understand its conceptual architecture, when bootstrapping an agentic system from an existing project, when studying a project's organizational DNA for cross-pollination, or when creating a skill/agent/team library inspired by a reference implementation.

技能
pjt222

Lean Ctx

100

AI 代理的上下文运行时 — 包含 59 个 MCP 工具、10 种读取模式、95+ 种 shell 模式、支持 18 种语言的 tree-sitter AST。将 LLM 上下文压缩高达 99%。用于读取文件、运行 shell 命令、搜索代码或探索目录。如果不存在,则自动安装。

技能
yvgude

Pathfinder

100

将代码库映射为按功能分组的流程图,识别不同功能之间的重复关注点,并提出统一的架构。在被要求“寻找理想路径”、统一重复系统或在重构前审计架构时使用。输出一个建议的统一流程图以及针对每个系统的“制定计划”提示。

技能
thedotmack