byleandrosilvaferreira· 56 skills
Token-efficient code review using Tree-sitter AST graphs and MCP. Cuts AI token usage on large codebases by computing the blast radius of changes instead of reading entire codebases. Uses a SQLite graph database for structural analysis. When reviewing code in large codebases (500+ files), when token costs are high, when making multi-file changes with cross-module dependencies, or when working with monorepos. Also for dead code detection, architecture visualization, and refactoring previews. NOT for small projects under 200 files with isolated single-file changes.
$npx -y skills add leandrosilvaferreira/claude-plugins-registry --skill code-review-graphInstalls into the current project.
Run `npx skills use "https://github.com/leandrosilvaferreira/claude-plugins-registry" --skill "leandrosilvaferreira/claude-plugins-registry/code-review-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/leandrosilvaferreira/claude-plugins-registry" that are relevant to the current task. Run `npx skills add "https://github.com/leandrosilvaferreira/claude-plugins-registry"` and select the relevant skills, then follow their instructions.