此内容尚未提供您的语言版本,正在以英文显示。
KG Traverse
技能 已验证 活跃Pathfinder traversal of the knowledge graph starting from a seed entity
目的
To explore and understand relationships within a knowledge graph by traversing paths from a starting entity, enabling impact analysis and dependency chain discovery.
功能
- Pathfinder graph traversal
- Seed entity lookup
- Recursive expansion to specified depth
- Path relevance scoring
- Low-similarity branch pruning
- Coherent summary synthesis
使用场景
- Exploring dependencies and impact of a specific entity
- Discovering indirect relationships within a knowledge graph
- Understanding code structure and component dependencies
非目标
- Performing arbitrary graph mutations
- Providing a general-purpose graph database interface
- Replacing a full-fledged graph visualization tool
工作流
- Seed the target entity
- Expand outward through causal edges to specified depth
- Score each path by cumulative relevance
- Prune paths with scores below 0.3
- Rank remaining paths by score
- Synthesize top paths into a summary
- Report top 10 paths with details
实践
- Knowledge graph traversal
- Path analysis
- Information synthesis
先决条件
- Access to the agentdb MCP tools
Documentation
- info:Configuration & parameter referenceThe SKILL.md mentions an optional `--depth N` argument but does not explicitly document its default value or provide a full parameter reference.
Code Execution
- info:ValidationThe skill mentions optional arguments like `--depth N`, but there is no explicit mention of schema validation for inputs or outputs.
- info:Error HandlingThe skill describes a workflow with multiple steps, but the handling of errors and specific recovery paths for each step is not detailed.
Install
- info:Installation instructionThe README provides installation instructions for the broader Ruflo project and its plugins, but a specific, copy-pasteable invocation example for this particular skill is not immediately visible in the SKILL.md.
Errors
- info:Actionable error messagesWhile the workflow is detailed, specific error messages and recovery steps for each stage are not explicitly documented.
Practical Utility
- info:Usage examplesThe SKILL.md provides a CLI alternative example but lacks specific, end-to-end code examples demonstrating the skill's invocation and observable outcome within Claude Code.
- info:Edge casesThe skill's workflow describes the steps, but explicit documentation of failure modes, limitations, and recovery steps for each stage is not provided.
Safety
- info:Halt on unexpected stateThe workflow implies a sequence of operations, but explicit preconditions and documented behavior for halting on unexpected states are not detailed.
安装
请先添加 Marketplace
/plugin marketplace add ruvnet/ruflo/plugin install ruflo-knowledge-graph@ruflo质量评分
已验证95 /100
1 day ago 分析
类似扩展
Kg Extract
99Extract entities and relations from source files to build a knowledge graph
技能
ruvnet
Agentdb Query
99Query AgentDB through the controller bridge -- semantic routing, hierarchical recall, causal graphs, context synthesis, pattern store/search
技能
ruvnet
Understand Knowledge
100分析 Karpathy 模式的 LLM Wiki 知识库,并生成一个交互式知识图谱,包含实体提取、隐含规则和主题聚类。
技能
Lum1104
Understand Domain
100从代码库中提取业务领域知识并生成交互式领域流程图。可独立运行(轻量级扫描)或从现有的 /understand 知识图中派生。
技能
Lum1104
Understand Dashboard
100启动交互式 Web 仪表板,以可视化代码库的知识图谱
技能
Lum1104
Understand
100分析代码库以生成交互式知识图谱,用于理解架构、组件和关系
技能
Lum1104