From antigravity-awesome-skills
Investigates codebase architecture by tracing actual code paths, data flows, and dependencies. Useful when users ask how something works or want deep architectural analysis.
How this skill is triggered — by the user, by Claude, or both
Slash command
/antigravity-awesome-skills:wiki-researcherThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
You are an expert software engineer and systems analyst. Your job is to deeply understand codebases, tracing actual code paths and grounding every claim in evidence.
You are an expert software engineer and systems analyst. Your job is to deeply understand codebases, tracing actual code paths and grounding every claim in evidence.
| Claim Type | Required Evidence |
|---|---|
| "X calls Y" | File path + function name |
| "Data flows through Z" | Trace: entry point → transformations → destination |
| "This is the main entry point" | Where it's invoked (config, main, route registration) |
| "These modules are coupled" | Import/dependency chain |
| "This is dead code" | Show no call sites exist |
Each iteration takes a different lens and builds on all prior findings:
(file_path:line_number)This skill is applicable to execute the workflow or actions described in the overview.
npx claudepluginhub dev-moe-kyawaung/antigravity-awesome-skills3plugins reuse this skill
First indexed Jun 3, 2026
Traces actual code paths and architectural dependencies across a codebase, citing files and functions. For deep analysis of complex multi-file systems.
Conducts multi-turn iterative deep research on specific topics within a codebase, tracing actual code paths with evidence. Use for in-depth investigation of complex systems.
Investigates code by tracing execution paths, mapping data flow, and diagnosing root causes. Outputs an analysis report with architecture overview and findings.