# Classpath Index

> Manage the classpath-surfer symbol index: init, refresh, check status, clean, or diagnose version issues.

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

---


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:
  1. Run `classpath-surfer --version` to get the installed CLI version.
  2. Read `.claude-plugin/plugin.json` and extract the `"version"` field.
  3. 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`).
  4. If they match, report that versions are compatible.

After the action completes, run `classpath-surfer index status --agentic` (unless the action was `clean` or `diagnose`) and report the result to the user.

