using-typescript-lsp
✓Úselo cuando trabaje con código TypeScript o JavaScript y el complemento typescript-lsp esté habilitado, para buscar referencias, verificar tipos, navegar por definiciones o verificar la corrección de tipos.
Instalación
SKILL.md
The typescript-lsp plugin provides semantic code intelligence for TypeScript and JavaScript. Use LSP tools instead of grep/read when you need semantic accuracy - LSP understands TypeScript's type system, inheritance, interfaces, and symbol relationships.
| Find all callers of a function | findReferences | Grep for function name | | Get function/variable type | hover | Read file + parse | | Jump to definition | goToDefinition | Grep + Read | | Check type errors | getDiagnostics | Run tsc CLI | | View file structure | documentSymbol | Read entire file |
| Grep for symbol before rename | Text search misses aliased imports, re-exports | Use findReferences | | Read entire file for one type | Wastes context, slow | Use hover | | Run tsc after every change | Slow, external tool | Use getDiagnostics | | Grep to find definition | May find wrong match (same name, different module) | Use goToDefinition |
Datos (listos para citar)
Campos y comandos estables para citas de IA/búsqueda.
- Comando de instalación
npx skills add https://github.com/mhagrelius/dotfiles --skill using-typescript-lsp- Fuente
- mhagrelius/dotfiles
- Categoría
- </>Desarrollo
- Verificado
- ✓
- Primera vez visto
- 2026-02-01
- Actualizado
- 2026-02-18
Respuestas rápidas
¿Qué es using-typescript-lsp?
Úselo cuando trabaje con código TypeScript o JavaScript y el complemento typescript-lsp esté habilitado, para buscar referencias, verificar tipos, navegar por definiciones o verificar la corrección de tipos. Fuente: mhagrelius/dotfiles.
¿Cómo instalo using-typescript-lsp?
Abre tu terminal o herramienta de línea de comandos (Terminal, iTerm, Windows Terminal, etc.) Copia y ejecuta este comando: npx skills add https://github.com/mhagrelius/dotfiles --skill using-typescript-lsp Una vez instalado, el skill se configurará automáticamente en tu entorno de programación con IA y estará listo para usar en Claude Code o Cursor
¿Dónde está el repositorio de origen?
https://github.com/mhagrelius/dotfiles
Detalles
- Categoría
- </>Desarrollo
- Fuente
- skills.sh
- Primera vez visto
- 2026-02-01