Use this skill whenever the user wants to search, navigate, or understand source code in a large codebase — even when they don't say "OpenGrok". Trigger for: finding where a function or class is defined, tracking where something is called or referenced, reading a remote source file, checking who last changed a line (blame/annotate), browsing a directory tree, exploring commit history, or comparing code across projects. Activate when the user says "search the codebase", "find where X is defined", "who changed this", "show me the source for", "look up that function", or mentions cross-referencing or OpenGrok by name. If the target code lives on a remote server or indexed repository rather than locally, this skill applies.
$npx -y skills add icyhot09/opengrok-mcp-server --skill opengrokInstalls into the current project.
Run `npx skills use "https://github.com/icyhot09/opengrok-mcp-server" --skill "icyhot09/opengrok-mcp-server/opengrok"` 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/icyhot09/opengrok-mcp-server" that are relevant to the current task. Run `npx skills add "https://github.com/icyhot09/opengrok-mcp-server"` and select the relevant skills, then follow their instructions.