MUST BE USED PROACTIVELY. Universal read-only codebase exploration. Combines jrag graph navigation (call chains, routes, service boundaries, impact analysis, FQN resolution) with broad file-system search (grep, glob, file reading). Use for any exploration: locating code, tracing dependencies, finding patterns, 'where is X', 'who calls Y', 'find all controllers', 'trace the flow from A to B'. Do NOT use when the answer is already in open context or for a single known file — read that file directly.
$npx -y skills add humanbean17/jrag --skill explore-codebaseInstalls into the current project.
Run `npx skills use "https://github.com/humanbean17/jrag" --skill "humanbean17/jrag/explore-codebase"` 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/humanbean17/jrag" that are relevant to the current task. Run `npx skills add "https://github.com/humanbean17/jrag"` and select the relevant skills, then follow their instructions.