lsp agents

18 tagged lsp, measured the same way as everything else here.

Browse within: ast-grep 6hooks 6

journal

01

mpazik/Binder

Agent

Journaling partner — delivers briefings, reflections, and summaries efficiently and honestly.

40 9d ago B 19 tokens original MIT

ide-code-reviewer

02

Oolab-labs/claude-ide-bridge

Agent Claude Code

Expert code reviewer that uses IDE bridge LSP tools for deep analysis. Reviews code for correctness, security, and maintainability using type information, reference tracking, and call hierarchy analysis. Use proactively after code changes or when reviewing PRs.

38 4mo ago A 52 tokens original MIT

ide-debugger

03

Oolab-labs/claude-ide-bridge

Agent Claude Code

Autonomous debugging agent that uses IDE bridge debug and terminal tools. Sets breakpoints, evaluates expressions, inspects runtime state, and fixes bugs. Use when encountering test failures, runtime errors, or unexpected behavior.

38 4mo ago A 46 tokens original MIT

ide-architect

04

Oolab-labs/claude-ide-bridge

Agent

Long-term codebase architectural health agent. Identifies God objects, circular dependencies, tightly coupled modules, and modularization opportunities using LSP import tree and call hierarchy analysis. Use for architecture audits, pre-refactor planning, or onboarding deep-dives.

38 4mo ago A 54 tokens original MIT

claude-code

05

mareurs/codescout

Agent

Agent "claude-code" from mareurs/codescout, covering claude code, one-time setup, 1. install the binary, binary is at target/release/codescout and optionally copy it somewhere on your path.

21 2d ago A 0 tokens original MIT

copilot

06

mareurs/codescout

Agent

Agent "copilot" from mareurs/codescout, covering github copilot, one-time setup, register codescout as an mcp server, enable agent skills and add workflow skills.

21 2d ago A 0 tokens original MIT

cursor

07

mareurs/codescout

Agent

Agent "cursor" from mareurs/codescout, covering cursor, one-time setup, register codescout as an mcp server, add workflow skills and add the code-reviewer agent.

21 2d ago A 0 tokens original MIT

librarian

08

code-yeongyu/lazyclaudecode

Agent

External open-source codebase and documentation researcher. Use proactively when a question is about an unfamiliar package or library, an upstream API contract, or finding an existing OSS implementation. Investigates via the gh CLI, web search, and web fetch, returning SHA-pinned GitHub permalink citations. Read-only.

18 3mo ago A 64 tokens original MIT

metis

09

code-yeongyu/lazyclaudecode

Agent

Pre-planning analyst. Use proactively before the planner commits to a draft plan or vague request: detects contradictions, ambiguity, missing constraints, and execution risks so the planner can patch the plan in one pass. Read-only.

18 3mo ago A 47 tokens original MIT

planner

10

code-yeongyu/lazyclaudecode

Agent

Strategic planning consultant. Use proactively when a request is vague or large (5+ interdependent steps, ambiguous scope, multiple files/modules involved) and you need a single executable work plan before any implementation. Planner only — never implements. Writes the plan to plans/ .md.

18 3mo ago A 60 tokens original MIT

call-analysis

11

asyncswap/skills

Agent

Analyze incoming and outgoing calls for Solidity functions using LSP call hierarchy with recursive depth tracing and manual grep for low-level calls. Use when analyzing call graphs, tracing call chains, auditing external calls, or checking reentrancy surfaces in Solidity contracts.

1 4mo ago A 52 tokens original MIT

entrypoint-analysis

12

asyncswap/skills

Agent

Enumerate state-changing entrypoints in Solidity contracts, trace user-supplied parameters into state mutations and external calls, and flag unsanitized inputs. Use when auditing attack surface, reviewing access control, checking input validation, or scoping a security review.

1 4mo ago A 55 tokens original MIT

poc-generator

13

asyncswap/skills

Agent

Generate Foundry proof-of-concept tests that validate HIGH and CRITICAL security findings. Produces runnable Solidity test files with attack contracts, setup scaffolding, and pass/fail assertions. Use after running entrypoint-analysis or call-analysis when findings need validation.

1 4mo ago A 55 tokens original MIT