typescript-lsp
CommunityAutomate TypeScript code analysis and navigation.
Software Engineering#typescript#software engineering#code analysis#debugging#refactoring#javascript#lsp
Authortenequm
Version1.0.0
Installs0
System Documentation
What problem does it solve?
This Skill eliminates the tedious manual work of navigating complex TypeScript/JavaScript codebases, understanding type definitions, finding references, and identifying compiler errors. It removes the need for deep IDE knowledge or manual file searching, making code analysis faster and less error-prone.
Core Features & Use Cases
- Code Navigation: Instantly jump to type definitions (even in
node_modules) and local symbol definitions. - Reference Finding: Locate all usages of any function, class, or variable across your entire project.
- Type & Signature Info: Get detailed TypeScript type information and JSDoc documentation on demand.
- Error Checking: Quickly retrieve all TypeScript compiler diagnostics (errors/warnings) for a given file.
- Use Case: When debugging a complex Solana program, use this skill to quickly find where a specific
InstructionErrortype is defined, then locate all its references to understand its propagation, and finally check for any related TypeScript errors in the affected files.
Quick Start
Find the type definition for 'ToolLoopAgent' in 'src/lib/ai/agents/transaction-debugger.ts' at line 4, character 30 using the typescript-lsp skill.
Dependency Matrix
Required Modules
typescript-language-server
Components
scripts
💻 Claude Code Installation
Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.
Please help me install this Skill: Name: typescript-lsp Download link: https://github.com/tenequm/obsidian-debug/archive/main.zip#typescript-lsp Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
Agent Skills Search Helper
Install a tiny helper to your Agent, search and equip skill from 471,000+ vetted skills library on demand.