·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-10

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