Plugin Claude Code
Official marketplace for the lsp-intelligence Claude Code plugin.
Plugin Claude Code
Official marketplace for the lsp-intelligence Claude Code plugin.
Plugin Claude Code
Local code intelligence for TypeScript/JavaScript — Find code, explain failures, guard API contracts, simulate changes.
Instructions file
Claude Code instructions for perilevy/lsp-intelligence, covering lsp intelligence — agent instructions, primary tools, when to use lsp tools, when to still use grep and workflow patterns.
Hook
Runs when a session starts, executing ensure-deps.mjs via node (2 commands). From perilevy/lsp-intelligence.
Hook
Runs after a tool call finishes for Edit, Write and MultiEdit tool calls, executing post-edit-check.sh. From perilevy/lsp-intelligence.
Skill Claude CodeCodex
Check for breaking API changes — what exports changed, who consumes them, and semver impact.
Skill Claude CodeCodex
Run type checking on files — catch errors immediately after edits.
Skill Claude CodeCodex
Gather token-budgeted context for a coding task — only the code you need, nothing you don't.
Skill Claude CodeCodex
Semantic diff — see what symbols changed and their blast radius before committing.
Skill Claude CodeCodex
Search code by natural language — finds implementations, API usage, structural patterns, configs, and likely roots.
Skill Claude CodeCodex
Trace the blast radius of changing a symbol — find every file, reference, and affected test.
Skill Claude CodeCodex
Full pre-merge verification — diagnostics, API contract, test coverage, verdict.
Skill Claude CodeCodex
Trace the root cause of a TypeScript error — find what declaration change actually broke it.
MCP server Claude CodeCodexCursor
Local code intelligence for TypeScript/JavaScript — Find code, explain failures, guard API contracts, simulate changes. Runs locally from the lsp-intelligence npm package.