ai-lsp-query
CommunityInstant semantic code answers via LSP servers.
Software Engineering#type checking#codebase analysis#diagnostics#lsp#code intelligence#reference lookup#semantic code search
Authorsusamn
Version1.0.0
Installs0
System Documentation
What problem does it solve?
This Skill eliminates the tedious, error-prone work of manually searching through codebases with basic text tools to find symbol definitions, references, type information, and call hierarchies, which is slow and often misses the context that IDE-level semantic search provides.
Core Features & Use Cases
- Semantic code queries: Retrieve references, definitions, type info, call hierarchies, and diagnostics for Python, Go, and (planned) Java codebases using the same AST-backed data that IDEs use.
- Composable for AI workflows: Outputs machine-readable JSON that other AI skills can consume to validate generated code, plan refactors, or check for errors after automated edits.
- Use case example: Before refactoring a payment processing function, use this Skill to find all callers across the project to avoid breaking dependent code.
Quick Start
Use the ai-lsp-query skill to find all references to the process_order function in the src/orders/service.py file.
Dependency Matrix
Required Modules
python3bashpython-lsp-serverpyrightgoplsjdtls
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: ai-lsp-query Download link: https://github.com/susamn/skills/archive/main.zip#ai-lsp-query 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 537,000+ vetted skills library on demand.