sublime-lsplisted
Install: claude install-skill dpc00/sublime-mcp
# Sublime LSP
Call `lsp_get_help` when a workflow or argument is unclear. Prefer structured
LSP request tools over UI command passthroughs.
Use the seven visible workflow tools directly. For every other operation, call
`lsp_discover_tools` with a capability-oriented query, inspect the returned
schema, then call the exact result through `lsp_batch`. Combine independent
read-only requests in one batch; keep edits sequential.
LSP line and column coordinates are 0-based. A rename returns a workspace edit
and does not modify files by itself; discover and call the workspace-edit tool
to apply it, then recheck diagnostics.