Kg Extract
Skill Verified ActiveExtract entities and relations from source files to build a knowledge graph
To automatically build and update a knowledge graph from source code, aiding in codebase understanding, dependency analysis, and impact assessment.
Features
- Extracts entities like classes, functions, and modules
- Identifies relations such as imports, extends, and calls
- Stores extracted data as a knowledge graph in AgentDB
- Provides CLI alternatives for direct interaction
Use Cases
- Building a knowledge graph for a new codebase
- Updating an existing knowledge graph with new code
- Analyzing codebase dependencies and structure
- Assessing the impact of code changes
Non-Goals
- Executing code
- Performing static analysis beyond entity and relation extraction
- Managing the AgentDB instance itself
Installation
First, add the marketplace
/plugin marketplace add ruvnet/ruflo/plugin install ruflo-knowledge-graph@rufloQuality Score
VerifiedTrust Signals
Similar Extensions
Understand Domain
100Extract business domain knowledge from a codebase and generate an interactive domain flow graph. Works standalone (lightweight scan) or derives from an existing /understand knowledge graph.
Understand
100Analyze a codebase to produce an interactive knowledge graph for understanding architecture, components, and relationships
Understand Knowledge
100Analyze a Karpathy-pattern LLM wiki knowledge base and generate an interactive knowledge graph with entity extraction, implicit relationships, and topic clustering.
Agentdb Query
99Query AgentDB through the controller bridge -- semantic routing, hierarchical recall, causal graphs, context synthesis, pattern store/search
Metal
100Extract 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.
Lean Ctx
100Context Runtime for AI Agents — 59 MCP tools, 10 read modes, 95+ shell patterns, tree-sitter AST for 18 languages. Compresses LLM context by up to 99%. Use when reading files, running shell commands, searching code, or exploring directories. Auto-installs if not present.