v0.1.0Agent-Native Ecosystem

IntelliSense is designed for editors, leveraging the Language Server Protocol to provide advanced code capabilities; however, these features are difficult for LLMs to utilize directly.

Designed for
Coding Agent driven by LLMs (like Claude Code) execute programming tasks in repositories. This project enables these agents to enjoy the benefits of IntelliSense just like human programmers.

Transforming the Language Server Protocol (LSP) into actionable intelligence for AI Coding Agents.

openskills install lsp-client/lsp-skill --global
See https://github.com/numman-ali/openskills for OpenSkills documentation.

Repository-Scale Intelligence

See how Coding Agents use LSP to understand your codebase in seconds.

Claude Code — LSAP Agent
* Welcome to Claude Code!
Capabilities Snapshot
Definition
Jump to precise definitions across files. Verify signatures without reading full implementation.
Reference
Find all usages and implementations workspace-wide. Understand impact before refactoring.
Hover
Access documentation and type signatures immediately without context switching.
Outline
Get instant structural overview of classes and functions without reading the entire file.
Search
Global symbol search with semantic filtering by type (class, function, interface).
Symbol
Locate and inspect symbols with precise coordinate information for anchoring operations.
Rename
Perform safe, workspace-wide refactorings with a two-step preview and execute workflow.
Locate
Verify symbol locations with flexible syntax before running semantic operations.
More Capabilities Coming Soon
Continuous expansion of repository-scale intelligence.

Installation

Pick your AI coding tool and follow the tool-specific steps.

AI Agent (Prompt)

Prompt-based installation

Steps

  • Copy the installation prompt below
  • Paste it into your AI agent's chat (Claude Code, Gemini, etc.)
  • The agent will automatically determine the path and install the skill

Command

Please follow these steps to install this skill: 1. Identify what AI agent tool you are (e.g., Claude Code, Gemini, Codex, OpenCode, etc.). 2. Determine the correct installation directory for your tool: - Claude Code: ~/.claude/skills/ - Gemini: ~/.gemini/skills/ - Codex: ~/.codex/skills/ - OpenCode: ~/.config/opencode/skill/ 3. Run the installation script: bash <(curl -sSL https://raw.githubusercontent.com/lsp-client/lsp-skill/main/scripts/install.sh) <absolute_path_to_skill_directory>
After running it, you may need to restart the tool to pick up the change.

Current Supported Languages

Advanced repository analysis powered by industry-standard Language Servers.

More server support coming soon

We are continuously expanding our ecosystem with more languages and advanced LSP capabilities.