Armory
Source
Browse
Skills

graph-query

Query the code graph database to understand component relationships, dependencies, and change impact. Use when the user asks to "find callers", "check dependencies", "what uses this", "show relationships", "find serializers", or when reading code and needing to understand what depends on a component before modifications.

Score
Unranked
Evidence
No signals yet
Last commit
Not known
Listed

Install

armory install graph-query --cli claude

writes the skill into.claude/skills/graph-query/SKILL.mdListed as compatible

Configuration
# fetches the source and writes it to:
.claude/skills/graph-query/SKILL.md

Needs the armory CLI · not on npm yet, build it from cli/ in the repository

What it is

Query the code graph database to understand component relationships, dependencies, and change impact. Use when the user asks to "find callers", "check dependencies", "what uses this", "show relationships", "find serializers", or when reading code and needing to understand what depends on a component before modifications.

When to use it

Query the code graph database to understand component relationships, dependencies, and change impact. Use when the user asks to "find callers", "check dependencies", "what uses this", "show relationships", "find serializers", or when reading code and needing to understand what depends on a component before modifications.

How to install / invoke

# Copy the skill into your .claude/skills/ directory
curl -sL https://raw.githubusercontent.com/davila7/claude-code-templates/main/cli-tool/components/skills/ai-maestro/graph-query/SKILL.md -o .claude/skills/graph-query/SKILL.md

Notes

Extracted from davila7/claude-code-templates, graph-query category.