byactiveloopai· 5 skills
Query the local code graph (functions, classes, calls, imports) through the Deeplake mount at memory/graph/. Use when the user asks structural questions about the codebase — "what calls X?", "what does Y import?", "where is Z defined?", "what's the architecture / which subsystems exist?", "what's the impact of changing this?". The graph is an AST-derived map of the repo, queried as files (no build needed — it rebuilds automatically).
$npx -y skills add activeloopai/hivemind --skill hivemind-graphInstalls into the current project.
Run `npx skills use "https://github.com/activeloopai/hivemind" --skill "activeloopai/hivemind/hivemind-graph"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/activeloopai/hivemind" that are relevant to the current task. Run `npx skills add "https://github.com/activeloopai/hivemind"` and select the relevant skills, then follow their instructions.