Classpath Index

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

rscarrera27 048e204 1011 B Updated

File contents

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.

rscarrera27/classpath-surfer/tree/main/skills/classpath-index commit 048e2042a3

Frequently asked questions

npx skillmds@latest add rscarrera27/classpath-index