language server skills

25 tagged language server, measured the same way as everything else here.

Browse within: lsp 13golang 11coding-agent 10jet 5julia 5static-analysis 5

nim-mcp-tools

01

nim-lang/langserver

Skill Claude CodeCodex

Use for Nim symbol navigation, diagnostics, and type resolution. MANDATORY: Use specialized MCP tools (nimFindSymbols, nimFindReferences, nimListSymbols, nimCheckFile, nimCheckProject, nimFindTypeDefinition) first; fall back to grep only on error or user confirmation.

314 4d ago A 64 tokens original MIT

commit

02

aviatesk/JETLS.jl

Skill Claude CodeCodex

Use when writing a commit message, and MUST invoke before creating any git commit. Provides commit message format and safety rules.

305 3d ago A 26 tokens original MIT

run-test

03

aviatesk/JETLS.jl

Skill Claude CodeCodex

Use when choosing or running JETLS tests after code changes. Prefer component-specific tests, avoid the full suite unless needed, and use TestRunner for focused iteration.

305 3d ago A 36 tokens original MIT

write-test

04

aviatesk/JETLS.jl

Skill Claude CodeCodex

Use when adding or modifying JETLS tests. Covers test file and module structure, @testset organization, let blocks, withserver usage, and when subroutine tests are sufficient for language-server features.

305 3d ago A 50 tokens original MIT

commit

05

snyk/snyk-ls

Skill Claude CodeCodexCursor

Prepare and commit code changes with full verification, pre-commit checks, and tests. Runs verification skill, fixes issues using TDD, executes all test suites, and creates atomic commits. Use when ready to commit changes, before committing, or when asked to prepare a commit.

83 2d ago A 57 tokens original Apache-2.0

implementation

06

snyk/snyk-ls

Skill Claude CodeCodexCursor

Start an implementation task with proper planning, TDD workflow, and session hand-off. Use when beginning work on a Jira issue, starting a new feature, or resuming implementation work. Triggers on phrases like "start task", "begin implementation", "work on issue", or "implement feature".

83 2d ago A 62 tokens original Apache-2.0

verification

07

snyk/snyk-ls

Skill Claude CodeCodexCursor

Deep verification of code changes before committing. Traces code paths, detects semantic changes, identifies code smells and security issues. Reads GitHub PR reviews to propose implementation decisions. Use before commits, after implementation, or when asked to verify/review changes.

83 2d ago A 52 tokens original Apache-2.0

fengkx/beancount-lsp

Skill Claude CodeCodex

Best practices for reading and reacting to VS Code settings in a Language Server Protocol (LSP) server. Use when handling vscode configuration or LSP configuration from clients.

48 yesterday A 39 tokens MIT

yaml

09

home-operations/yayamlls

Skill Claude CodeCodex

Validate and understand schema-backed YAML (Kubernetes, Flux, and JSON-Schema configs) with the yayamlls language server. Use when editing or reviewing .yaml/.yml files, diagnosing schema validation errors, configuring .yayamlls.yaml, suppressing a diagnostic, or working with Flux HelmRelease / Kustomization rendering.

24 yesterday A 69 tokens AGPL-3.0

mussolene/1c_hbk_bsl

Skill Claude CodeCodex

Semantic workflow for implementing, reviewing, or fixing onec-hbk-bsl diagnostic rules. Use for BSL/1C rule semantics, CST or tree-sitter behavior, BSLLS parity, performance, synthetic fixtures, related-rule overlap, and questions about whether a rule matches its documented language behavior.

9 5d ago A 68 tokens original MIT

codex-oacs-runtime

11

mussolene/1c_hbk_bsl

Skill Claude CodeCodex

Use when Codex should work on a repository with OACS-backed development memory: build repo context, record command results as evidence, checkpoint iterations, capture D1 repo episodes, coordinate explicitly requested subagents through one shared OACS database, and close subagents when their goals are done.

9 5d ago A 63 tokens original MIT

add-mcp-tool

12

plumbkit/plumb

Skill Claude CodeCodex

Add a new MCP tool to plumb — file layout, Tool interface, WriteDeps, registration, lean-profile decision, tests, and every doc/table that must be updated. Use when creating, renaming, or removing a plumb MCP tool.

4 yesterday A 55 tokens original MIT

plumb-chat

13

plumbkit/plumb

Skill Claude CodeCodex

Talk to another agent working the same plumb workspace — address a peer session by name, hand your turn over while waiting for its reply, and read silence correctly. Use when work has to be coordinated with a concurrent session.

4 yesterday A 49 tokens original MIT

plumb-diagnose

14

plumbkit/plumb

Skill Claude CodeCodex

Work out why a plumb call was refused, or why a change looks broken — read the rejection, get compile truth from diagnostics, and check the daemon and index before blaming the code. Use when a tool call fails or a result looks wrong.

4 yesterday A 56 tokens original MIT

lsp-config

15

blvp/cc-lspctl

Skill Claude CodeCodex

This skill should be used when the user asks about "LSP configuration", "language server setup", "adding LSP to Claude Code", "mason config import", "lspconfig migration", "lspctl plugin", or discusses Claude Code LSP integration and troubleshooting.

4 6mo ago B 60 tokens