Typescript Lsp
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.
Run in terminal (recommended)
claude mcp add plaited-typescript-lsp npx -- -y @trustedskills/plaited-typescript-lsp
Or manually add to ~/.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
calculateTotalin this file.” - “Generate a new TypeScript component for displaying user profiles.”
- “Show me all places where
apiUrlis 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 Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
🌐 Community
Passed automated security scans.