Zum Hauptinhalt springen
Dieser Inhalt ist noch nicht in Ihrer Sprache verfügbar und wird auf Englisch angezeigt.

KG Traverse

Skill Verifiziert Aktiv

Pathfinder traversal of the knowledge graph starting from a seed entity

Zweck

To explore and understand relationships within a knowledge graph by traversing paths from a starting entity, enabling impact analysis and dependency chain discovery.

Funktionen

  • Pathfinder graph traversal
  • Seed entity lookup
  • Recursive expansion to specified depth
  • Path relevance scoring
  • Low-similarity branch pruning
  • Coherent summary synthesis

Anwendungsfälle

  • Exploring dependencies and impact of a specific entity
  • Discovering indirect relationships within a knowledge graph
  • Understanding code structure and component dependencies

Nicht-Ziele

  • Performing arbitrary graph mutations
  • Providing a general-purpose graph database interface
  • Replacing a full-fledged graph visualization tool

Workflow

  1. Seed the target entity
  2. Expand outward through causal edges to specified depth
  3. Score each path by cumulative relevance
  4. Prune paths with scores below 0.3
  5. Rank remaining paths by score
  6. Synthesize top paths into a summary
  7. Report top 10 paths with details

Praktiken

  • Knowledge graph traversal
  • Path analysis
  • Information synthesis

Voraussetzungen

  • 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.

Installation

Zuerst Marketplace hinzufügen

/plugin marketplace add ruvnet/ruflo
/plugin install ruflo-knowledge-graph@ruflo

Qualitätspunktzahl

Verifiziert
95 /100
Analysiert about 22 hours ago

Vertrauenssignale

Letzter Commit1 day ago
Sterne50.2k
LizenzMIT
Status
Quellcode ansehen