Find symbol
Skill rscarrera27/classpath-surfer/tests/fixtures/gradle-project/.claude/skills/find-symbol
Fast dependency symbol search for Gradle Java/Kotlin projects
npx -y skills add rscarrera27/classpath-surfer --skill find-symbolAssembled 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
Search for a Java/Kotlin class, method, or field in project dependencies. Use when the user needs to find API signatures, class locations, or method definitions from external libraries.
SKILL.md
0.8 KB, as published. Nobody here has run it
Search for the symbol "$ARGUMENTS" in the project's dependency index.
Run: classpath-surfer search symbol "$ARGUMENTS" --agentic --limit 20
If the output contains "Index is stale" or "No index found", run:
classpath-surfer index refreshclasspath-surfer search symbol "$ARGUMENTS" --agentic --limit 20
Present results as a markdown table with columns: Symbol, Kind, Signature, Dependency. If the user wants to see the source code of a specific result, use /show-source.