Classpath index
Fast dependency symbol search for Gradle Java/Kotlin projects
npx -y skills add rscarrera27/classpath-surfer --skill classpath-indexAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 2 stars2 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
Manage the classpath-surfer symbol index: init, refresh, check status, clean, or diagnose version issues.
SKILL.md
1.1 KB, as published. Nobody here has run it
Determine the action from "$ARGUMENTS" (default: refresh):
- init:
classpath-surfer index init - refresh:
classpath-surfer index refresh - status:
classpath-surfer index status --agentic - clean:
classpath-surfer index clean - diagnose: Check CLI/plugin version compatibility:
- Run
classpath-surfer --versionto get the installed CLI version. - Read
.claude-plugin/plugin.jsonand extract the"version"field. - Compare the two: if the major.minor versions differ, report the mismatch and suggest updating the CLI (
cargo install classpath-surfer) or the plugin (/plugin install classpath-surfer). - If they match, report that versions are compatible.
- Run
After the action completes, run classpath-surfer index status --agentic (unless the action was clean or diagnose) and report the result to the user.