typescript-lsp とは?
テキストではなく、TypeScript のシンボル (関数、型、クラス) を検索します。ファイルの検索には Glob、テキスト検索には Grep、記号検索には LSP を使用します。インポート、エクスポート、関係を理解するタイプ認識の結果を提供します。 ソース: plaited/agent-eval-harness。
テキストではなく、TypeScript のシンボル (関数、型、クラス) を検索します。ファイルの検索には Glob、テキスト検索には Grep、記号検索には LSP を使用します。インポート、エクスポート、関係を理解するタイプ認識の結果を提供します。
コマンドラインで typescript-lsp AI スキルを開発環境にすばやくインストール
ソース: plaited/agent-eval-harness。
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 |
テキストではなく、TypeScript のシンボル (関数、型、クラス) を検索します。ファイルの検索には Glob、テキスト検索には Grep、記号検索には LSP を使用します。インポート、エクスポート、関係を理解するタイプ認識の結果を提供します。 ソース: plaited/agent-eval-harness。
AI/検索での引用用の安定したフィールドとコマンド。
npx skills add https://github.com/plaited/agent-eval-harness --skill typescript-lspテキストではなく、TypeScript のシンボル (関数、型、クラス) を検索します。ファイルの検索には Glob、テキスト検索には Grep、記号検索には LSP を使用します。インポート、エクスポート、関係を理解するタイプ認識の結果を提供します。 ソース: plaited/agent-eval-harness。
ターミナルまたはコマンドラインツール(Terminal、iTerm、Windows Terminal など)を開きます このコマンドをコピーして実行します: npx skills add https://github.com/plaited/agent-eval-harness --skill typescript-lsp インストール後、スキルは自動的に AI コーディング環境に設定され、Claude Code、Cursor、OpenClaw で使用できるようになります
https://github.com/plaited/agent-eval-harness