·typescript-lsp
</>

typescript-lsp

搜尋 TypeScript 符號(函數、類型、類別) - 非文字。使用 Glob 尋找文件,使用 Grep 進行文字搜索,使用 LSP 進行符號搜尋。提供了解匯入、匯出和關係的類型感知結果。

8安裝·0熱度·@plaited

安裝

$npx skills add https://github.com/plaited/agent-eval-harness --skill typescript-lsp

如何安裝 typescript-lsp

透過命令列快速安裝 typescript-lsp AI 技能到你的開發環境

  1. 開啟終端機: 開啟你的終端機或命令列工具(如 Terminal、iTerm、Windows Terminal 等)
  2. 執行安裝指令: 複製並執行以下指令:npx skills add https://github.com/plaited/agent-eval-harness --skill typescript-lsp
  3. 驗證安裝: 安裝完成後,技能將自動設定到你的 AI 程式設計環境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用

來源:plaited/agent-eval-harness。

SKILL.md

查看原文

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
分類
</>開發工具
認證
收錄時間
2026-02-22
更新時間
2026-03-11

Browse more skills from plaited/agent-eval-harness

快速解答

什麼是 typescript-lsp?

搜尋 TypeScript 符號(函數、類型、類別) - 非文字。使用 Glob 尋找文件,使用 Grep 進行文字搜索,使用 LSP 進行符號搜尋。提供了解匯入、匯出和關係的類型感知結果。 來源:plaited/agent-eval-harness。

如何安裝 typescript-lsp?

開啟你的終端機或命令列工具(如 Terminal、iTerm、Windows Terminal 等) 複製並執行以下指令:npx skills add https://github.com/plaited/agent-eval-harness --skill typescript-lsp 安裝完成後,技能將自動設定到你的 AI 程式設計環境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用

這個 Skill 的原始碼在哪?

https://github.com/plaited/agent-eval-harness