Stats
Actions
Tags
How this skill is triggered — by the user, by Claude, or both
Slash command
/solon-cli:lsp-toolsThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Use `sl lsp` for language-server-powered code intelligence.
Use sl lsp for language-server-powered code intelligence.
sl lsp diagnostics <file>
Output: file:line:col: error: message
sl lsp goto-def <file> <line> <col>
Output: file:line:col of the definition
sl lsp references <file> <line> <col>
Output: one file:line:col per reference
sl lsp hover <file> <line> <col>
| Task | Command |
|---|---|
| Check for compile errors after editing | diagnostics |
| Understand what a symbol refers to | goto-def |
| Find all usages before renaming | references |
| Learn a function's type signature | hover |
| Extension | Server Required |
|---|---|
.rs | rust-analyzer |
.ts .tsx .js .jsx | typescript-language-server |
.py | pyright-langserver |
.go | gopls |
.java | jdtls |
Guides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.
npx claudepluginhub huynhhoangphuc/solon --plugin solon-cli