MUST BE USED PROACTIVELY. Universal JVM (Java + Kotlin) codebase exploration (CLI surface): graph navigation (jrag callers/callees/routes/impact/flow/…) plus jrag search (locate code/config by meaning or keywords) and file-system search. Use for any exploration task: 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-codebase-cliInstalls into the current project.
Run `npx skills use "https://github.com/humanbean17/jrag" --skill "humanbean17/jrag/explore-codebase-cli"` 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.