From classpath-surfer
Manage the classpath-surfer symbol index: init, refresh, check status, clean, or diagnose version issues.
How this skill is triggered — by the user, by Claude, or both
Slash command
/classpath-surfer:classpath-indexThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Determine the action from "$ARGUMENTS" (default: `refresh`):
Determine the action from "$ARGUMENTS" (default: refresh):
classpath-surfer index initclasspath-surfer index refreshclasspath-surfer index status --agenticclasspath-surfer index cleanclasspath-surfer --version to get the installed CLI version..claude-plugin/plugin.json and extract the "version" field.cargo install classpath-surfer) or the plugin (/plugin install classpath-surfer).After the action completes, run classpath-surfer index status --agentic (unless the action was clean or diagnose) and report the result to the user.
npx claudepluginhub rscarrera27/classpath-surfer --plugin classpath-surferShows status of the plugadvpl index: source count, symbols, DB size, last ingest timestamp. Optionally checks for stale files.
Refreshes or rebuilds the Lumen index for the current project using semantic_search for automatic updates or CLI purge/index for clean rebuilds. Reports index status before and after.
Re-indexes the current codebase with Codescope's index_codebase tool, fetches graph stats, and reports counts for files, functions, classes, imports, and relations. Use after code changes to refresh the knowledge graph.