lsp
Use when implementing Language Server Protocol features - diagnostics, completions, hover, go-to-definition, and editor integration
Third-Party Agent Skill: Review the code before installing. Agent skills execute in your AI assistant's environment and can access your files. Learn more about security
Installation for Agentic Skill
View all platforms →skilz install mcclowes/omg/lspskilz install mcclowes/omg/lsp --agent opencodeskilz install mcclowes/omg/lsp --agent codexskilz install mcclowes/omg/lsp --agent geminiFirst time? Install Skilz: pip install skilz
Works with 22+ AI coding assistants
Cursor, Aider, Copilot, Windsurf, Qwen, Kimi, and more...
Extract and copy to ~/.claude/skills/ then restart Claude Desktop
git clone https://github.com/mcclowes/omgcp -r omg/.claude/skills/lsp ~/.claude/skills/Need detailed installation help? Check our platform-specific guides:
Related Agentic Skills
pytest-config
by athola
Standardized pytest configuration patterns for plugin development. Reducesduplication across parseltongue, pensive, sanctum, and other plugins.Trig...
shell-testing-framework
by manutej
Shell script testing expertise using bash test framework patterns from unix-goto, covering test structure (arrange-act-assert), 4 test categories, ...
markdownlint-custom-rules
by TheBushidoCollective
Create custom linting rules for markdownlint including rule structure, parser integration, error reporting, and automatic fixing.
feature-dev
by secondsky
Automate 7-phase feature development with specialized agents (code-explorer, code-architect, code-reviewer). Use for multi-file features, architect...
Agentic Skill Details
- Repository
- omg
- Stars
- 1
- Type
- Technical
- Meta-Domain
- development
- Primary Domain
- testing
- Market Score
- 14
Agent Skill Grade
B Score: 83/100 Click to see breakdown
Score Breakdown
Areas to Improve
- Missing workflow guidance
- Incomplete feedback loops
- Limited practical examples
Recommendations
- Add trigger phrases to description for discoverability
- Add table of contents for files over 100 lines
Graded: 2026-01-24
Developer Feedback
I've been digging into LSP implementations and your skill's approach to progressive disclosure really stands out—the way you've structured the documentation to guide developers from basics to advanced concepts without overwhelming them is exactly what's missing from most language server resources.
Links:
The TL;DR
You're at 83/100, solid B grade territory. This is based on Anthropic's skill best practices rubric. Your strongest area is Writing Style (9/10)—the technical voice is clean and objective. The weakest spots are Spec Compliance (12/15) and Progressive Disclosure (24/30), both fixable with some focused additions.
What's Working Well
- Solid trigger phrases: Your description nails the LSP vocabulary—"diagnostics," "completions," "hover," "go-to-definition" will get the skill surfacing for the right queries.
- Clean Quick Start example: The 24-line code snippet actually teaches something without bloat; it demonstrates connection setup and capability registration without being overwhelming.
- Smart provider table: Listing available LSP providers (textDocument/completion, textDocument/hover, etc.) gives developers flexibility without constraining their choices.
- Consistent terminology: You stick with LSP language throughout—TextDocuments, Capabilities, Connection—which makes the skill feel authoritative.
The Big One: Missing Workflow Guidance
This is what's costing you the most points. Right now you present concepts (Core Concepts, Key Patterns) but no procedural workflow. Developers don't know what order to do things in.
The fix: Add a numbered workflow section before Core Concepts:
## Implementation Workflow
1. **Set up connection** - Initialize ServerCapabilities and establish connection...
Browse Category
More development Agentic SkillsReport Security Issue
Found a security vulnerability in this agent skill?
Report Security Issue
Thank you for helping keep SkillzWave secure. We'll review your report and take appropriate action.
Note: For critical security issues that require immediate attention, please also email security@skillzwave.ai directly.