This skill provides TypeScript Language Server Protocol integration for exploring and understanding TypeScript/JavaScript codebases.
IMPORTANT: Prefer LSP tools over Grep/Glob when working with .ts, .tsx, .js, .jsx files. LSP provides type-aware results that understand imports, exports, and symbol relationships.
| Glob | Find files by pattern | | Grep | Search text content | | lsp-find | Search TypeScript symbols | | lsp-hover | Get type info + TSDoc documentation | | lsp-refs | Find all references to a symbol | | lsp-analyze | Batch analysis of file structure |
Suchen Sie nach TypeScript-SYMBOLEN (Funktionen, Typen, Klassen) – NICHT nach Text. Verwenden Sie Glob zum Suchen von Dateien, Grep für die Textsuche und LSP für die Symbolsuche. Stellt typbewusste Ergebnisse bereit, die Importe, Exporte und Beziehungen verstehen. Quelle: plaited/agent-eval-harness.