From classpath-surfer
Search for symbols, dependencies, or packages in Gradle project dependencies. Use when the user needs to find API signatures, browse dependencies, or explore packages.
How this skill is triggered — by the user, by Claude, or both
Slash command
/classpath-surfer:search-classpathThis 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 **search-classpath** agent with the query "$ARGUMENTS".
Dispatch the search-classpath agent with the query "$ARGUMENTS".
npx claudepluginhub rscarrera27/classpath-surfer --plugin classpath-surferLooks 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.
Provides JVM dependency intelligence via Maven Tools MCP: version lookup, upgrade safety, CVEs, license risks, and release history for Maven/Gradle projects.