Typescript Lsp

🌐Community
by plaited · vlatest · Repository

Provides advanced TypeScript language server protocol support for enhanced code completion, diagnostics, and refactoring in backend projects.

Install on your platform

We auto-selected Claude Code based on this skill’s supported platforms.

1

Run in terminal (recommended)

terminal
claude mcp add plaited-typescript-lsp npx -- -y @trustedskills/plaited-typescript-lsp
2

Or manually add to ~/.claude/settings.json

~/.claude/settings.json
{
  "mcpServers": {
    "plaited-typescript-lsp": {
      "command": "npx",
      "args": [
        "-y",
        "@trustedskills/plaited-typescript-lsp"
      ]
    }
  }
}

Requires Claude Code (claude CLI). Run claude --version to verify your install.

About This Skill

What it does

This skill provides Language Server Protocol (LSP) support for TypeScript. It enables features like code completion, go to definition, find all references, and error highlighting within a TypeScript project. This allows AI agents to understand and interact with TypeScript code more effectively.

When to use it

  • Code Generation: When the agent needs to generate new TypeScript files or components.
  • Debugging Assistance: To help an agent identify and fix errors in existing TypeScript code.
  • Refactoring Tasks: For agents tasked with restructuring or improving a TypeScript codebase.
  • Documentation Generation: When generating documentation from TypeScript source code.

Key capabilities

  • Provides LSP support for TypeScript.
  • Enables code completion suggestions.
  • Supports "go to definition" functionality.
  • Allows finding all references of a symbol.
  • Offers error highlighting and diagnostics.

Example prompts

  • “Find the definition of calculateTotal in this file.”
  • “Generate a new TypeScript component for displaying user profiles.”
  • “Show me all places where apiUrl is used in this project.”
  • "What errors are present in this code?"

Tips & gotchas

  • Requires a TypeScript-enabled environment.
  • The agent's understanding of TypeScript syntax and semantics will influence the quality of its interactions with the skill.

Tags

🛡️

TrustedSkills Verification

Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.

Security Audits

Gen Agent Trust HubPass
SocketPass
SnykPass

Details

Version
vlatest
License
Author
plaited
Installs
8

🌐 Community

Passed automated security scans.