Find Symbol

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.

rscarrera27 Updated

File contents

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.

rscarrera27/classpath-surfer/tree/main/tests/fixtures/gradle-project/.claude/skills/find-symbol commit c63d9da224

Frequently asked questions

npx skillmds@latest add rscarrera27/find-symbol