using-typescript-lsp
✓TypeScript または JavaScript コードを操作し、typescript-lsp プラグインが有効になっている場合に使用します (参照の検索、型のチェック、定義の移動、型の正確性の検証など)。
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 |
引用可能な情報
AI/検索での引用用の安定したフィールドとコマンド。
- インストールコマンド
npx skills add https://github.com/mhagrelius/dotfiles --skill using-typescript-lsp- カテゴリ
- </>開発ツール
- 認証済み
- ✓
- 初回登録
- 2026-02-01
- 更新日
- 2026-02-18
クイックアンサー
using-typescript-lsp とは?
TypeScript または JavaScript コードを操作し、typescript-lsp プラグインが有効になっている場合に使用します (参照の検索、型のチェック、定義の移動、型の正確性の検証など)。 ソース: mhagrelius/dotfiles。
using-typescript-lsp のインストール方法は?
ターミナルまたはコマンドラインツール(Terminal、iTerm、Windows Terminal など)を開きます このコマンドをコピーして実行します: npx skills add https://github.com/mhagrelius/dotfiles --skill using-typescript-lsp インストール後、スキルは自動的に AI コーディング環境に設定され、Claude Code や Cursor で使用できるようになります
ソースリポジトリはどこですか?
https://github.com/mhagrelius/dotfiles
詳細
- カテゴリ
- </>開発ツール
- ソース
- skills.sh
- 初回登録
- 2026-02-01