什么是 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