perilevy

14 mods across 1 repository, 1 stars between them.

lsp-intelligence

02

perilevy/lsp-intelligence

Plugin Claude Code

Local code intelligence for TypeScript/JavaScript — Find code, explain failures, guard API contracts, simulate changes.

1 4mo ago A tokens not measured original MIT

perilevy/lsp-intelligence

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.

1 4mo ago A 817 tokens original MIT

SessionStart

04

perilevy/lsp-intelligence

Hook

Runs when a session starts, executing ensure-deps.mjs via node (2 commands). From perilevy/lsp-intelligence.

1 4mo ago A tokens not measured original MIT

PostToolUse

05

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.

1 4mo ago A tokens not measured original MIT

api-check

06

perilevy/lsp-intelligence

Skill Claude CodeCodex

Check for breaking API changes — what exports changed, who consumes them, and semver impact.

1 4mo ago A 21 tokens original MIT

check

07

perilevy/lsp-intelligence

Skill Claude CodeCodex

Run type checking on files — catch errors immediately after edits.

1 4mo ago A 13 tokens original MIT

context

08

perilevy/lsp-intelligence

Skill Claude CodeCodex

Gather token-budgeted context for a coding task — only the code you need, nothing you don't.

1 4mo ago A 21 tokens original MIT

diff

09

perilevy/lsp-intelligence

Skill Claude CodeCodex

Semantic diff — see what symbols changed and their blast radius before committing.

1 4mo ago A 15 tokens original MIT

find

10

perilevy/lsp-intelligence

Skill Claude CodeCodex

Search code by natural language — finds implementations, API usage, structural patterns, configs, and likely roots.

1 4mo ago A 22 tokens original MIT

impact

11

perilevy/lsp-intelligence

Skill Claude CodeCodex

Trace the blast radius of changing a symbol — find every file, reference, and affected test.

1 4mo ago A 20 tokens original MIT

verify

12

perilevy/lsp-intelligence

Skill Claude CodeCodex

Full pre-merge verification — diagnostics, API contract, test coverage, verdict.

1 4mo ago A 17 tokens original MIT

why

13

perilevy/lsp-intelligence

Skill Claude CodeCodex

Trace the root cause of a TypeScript error — find what declaration change actually broke it.

1 4mo ago A 19 tokens original MIT

lsp-intelligence

14

perilevy/lsp-intelligence

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.

1 4mo ago A tokens not measured original MIT