🛠 skill-language-server: An LSP server for AI agent skills
skill-language-server has been released—a specialized LSP server for managing AI agent skills. The tool transforms skill mentions (in the format /skill-name or $skill-name) into full-fledged symbols with support for autocompletion, go-to-definition, and safe refactoring (F2) in editors such as VS Code, Zed, Neovim, and Helix.
🌍 It addresses the problem of "fragile" dependency graphs in LLM agent systems. The tool turns text instructions into structured programming code with IDE support, preventing logic breakage when skill names are changed.
👤 It allows for professional work with local skill libraries for Claude, GPT agents, and other systems. Now, when refactoring agent functions, the IDE will automatically update all references in documentation and prompts.
Source 1: https://github.com/CyrusNuevoDia/skill-language-server
