codegraph builds a persistent graph of the codebase — symbols, references, and call edges — that you query without re-parsing each time. It answers graph-shaped questions ast-grep can't: what depends on this, what does a change affect, where are the hubs and cycles.
$npx -y skills add alexei-led/architect --skill tools-codegraphInstalls into the current project.
Run `npx skills use "https://github.com/alexei-led/architect" --skill "alexei-led/architect/tools-codegraph"` 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/alexei-led/architect" that are relevant to the current task. Run `npx skills add "https://github.com/alexei-led/architect"` and select the relevant skills, then follow their instructions.