typescript-lsp
Installation
SKILL.md
TypeScript LSP Skill
This skill provides full TypeScript Language Server Protocol capabilities for navigating and analyzing TypeScript/JavaScript code.
When to Use This Skill
Use this skill when you need to:
- Resolve imported symbols - Find where
ToolLoopAgent,React.Component, or other imported types are defined (including in node_modules) - Find all references - Locate every place a function, class, or variable is used across the codebase
- Get type information - See TypeScript type signatures and documentation
- Preview renames - Check what would change when renaming a symbol
- Check diagnostics - Get TypeScript errors and warnings for a file
Commands Available
typeDefinition - Jump to Type Definition
Resolves imported symbols to their actual definitions (works with node_modules).