Ask me what skills you need
What are you building?
Tell me what you're working on and I'll find the best agent skills for you.
Extract entities and relations from source files to build a knowledge graph
Extract entities (classes, functions, modules, types, concepts) and their relations (imports, extends, implements, depends-on, calls) from source files, then store them as a knowledge graph in AgentDB.
When you need to build or update a knowledge graph from source code or documentation. Useful for understanding codebase structure, dependency analysis, and impact assessment.
Glob and Read to enumerate and read source files at the given pathimports: follow import/require statementsextends: class inheritanceimplements: interface implementationsdepends-on: constructor dependencies, injected servicescalls: function/method invocationsreferences: documentation mentions, commentsmcp__claude-flow__agentdb_hierarchical-store for each entity with metadata (name, type, file, line, description)npx skills add ruvnet/ruflo --skill kg-extractHow clear and easy to understand the SKILL.md instructions are, rated from 1 to 5.
Clear and well structured, with only minor parts that might need a second read.
How directly an agent can act on the SKILL.md instructions, rated from 1 to 5.
Mostly actionable with clear steps; only a few small gaps remain.