# 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.

- Skill: `rscarrera27/find-symbol` (Agent Skill)
- Install (CLI): `npx skillmds@latest add rscarrera27/find-symbol`
- Raw SKILL.md: https://api.skillmd.com/api/skills/rscarrera27/find-symbol/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Integrations & APIs
- Author: rscarrera27 (https://skillmd.com/u/rscarrera27)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/rscarrera27/find-symbol

---


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.

