agentsclimarketplace

Find symbol

Skill rscarrera27/classpath-surfer/tests/fixtures/gradle-project/.claude/skills/find-symbol

Fast dependency symbol search for Gradle Java/Kotlin projects

Install
npx -y skills add rscarrera27/classpath-surfer --skill find-symbol

Assembled 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:

  1. classpath-surfer index refresh
  2. classpath-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.

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.