Plugin · Claude Code · Development Tools

Ajanraj Claude Lsp Plugins

ajanraj-claude-lsp-plugins is a Claude Code plugin for the Build phase that adds fast TypeScript and Python LSP intelligence for in-session diagnostics and code quality.

by ajanraj · github.com/ajanraj/claude-lsp-plugins

Install when you want Claude Code to use modern, fast language servers for TypeScript and Python instead of guessing types from raw file text.

1
GitHub stars
0
Installs
0
Community votes
One vote per signed-in builder - it helps surface the tools the community actually relies on.
Install

Add it to Claude Code

Install the plugin in Claude Code. One command, paste-ready.

Install the plugin
/plugin install ajanraj-claude-lsp-plugins@ajanraj/claude-lsp-plugins
Add to ClaudeUse the Agent APISkillselion is itself an MCP server - your agent can fetch this config directly.
Agent API

Built to be called by your agent

Skillselion is itself an MCP server. Your agent can pull this entry and a paste-ready install config straight from the API - no copy-paste.

Retrieve this entry with skillselion.get_details("plugin:ajanraj/claude-lsp-plugins") and the paste-ready config with skillselion.get_install_config("plugin:ajanraj/claude-lsp-plugins").

About

What it does

ajanraj-claude-lsp-plugins brings orthodox language-server protocol support into Claude Code for the stacks solo builders use most: TypeScript/JavaScript and Python. Instead of relying on the model alone to infer types, imports, and diagnostics, you register LSP plugins so completions, errors, and checker feedback align with what VS Code-class tooling would surface. That helps when you are building SaaS frontends, Python APIs, or agent-side scripts where small type mistakes compound across sessions. The bundle is intentionally narrow—two plugins, two language families—so setup stays approachable compared with wiring every LSP manually. Use it throughout Build on active files and again during Ship review when you want the agent to cite real diagnostics. It complements Deckrd-style process plugins and MCP integrations; it does not replace tests or deployment automation.

Highlights

  • 2-plugin bundle: TypeScript/JavaScript via vtsls and Python via Pyright-oriented server
  • Marketed as modern, fast LSP integrations for Claude Code
  • Provides language intelligence and code-quality checking inside the agent session
  • Keywords reference extremely fast file analysis (10–100x positioning in catalog metadata)
  • Community repo ajanraj/claude-lsp-plugins focused on TS/JS and Python

Why builders use it

Coding agents without LSP backing miss type errors, broken imports, and checker feedback that human developers get from language servers.

After install, Claude Code sessions can use vtsls and Pyright-style servers so edits on TS/JS and Python files are grounded in live language intelligence.

At a glance

  • Type - Plugin in Development Tools.
  • Adoption - 0 installs, 1 stars, 0 votes.

FAQ

Who is ajanraj-claude-lsp-plugins for?

It is for Claude Code users working primarily in TypeScript/JavaScript or Python who want language-server diagnostics in the agent loop.

When should I use ajanraj-claude-lsp-plugins?

Use it during Build while editing TS or Python code and during review passes when accurate types and checker output matter.

How do I add ajanraj-claude-lsp-plugins to my agent?

Install the ajanraj/claude-lsp-plugins bundle in Claude Code, enable the TypeScript and Python LSP entries, and ensure vtsls and Pyright (or bundled equivalents) run on your machine.

Discussion

Comments

Share how you use ajanraj-claude-lsp-plugins, gotchas, or tips for other indie builders.

No comments yet - be the first to share how you use it.

This week for builders

Five minutes, every Monday — the tools, releases and tactics for shipping solo.

unsubscribe anytime.