From classpath-surfer
Show source code of a Java/Kotlin symbol from project dependencies. Use when the user wants to read the implementation of an external library class or method.
How this skill is triggered — by the user, by Claude, or both
Slash command
/classpath-surfer:show-classpath-sourceThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Dispatch the **show-classpath-source** agent with the query "$ARGUMENTS".
Dispatch the show-classpath-source agent with the query "$ARGUMENTS".
npx claudepluginhub rscarrera27/classpath-surfer --plugin classpath-surferReads code implementation details and file structures using Brokk tools: getClassSources for classes, getMethodSources for methods, getFileContents, skimFiles, and getFileSummaries. Use to explore code efficiently.
Looks up public API of JVM dependencies (Scala 3, Scala 2, Java) from the terminal — type signatures, members, docs, and source as Markdown — without unpacking JARs. Use this to explore unfamiliar library methods or check dependency APIs without a project import.