lsp skills

117 tagged lsp, measured the same way as everything else here.

Browse within: code-intelligence 27go 24language-server-protocol 24solidity 17agent-memory 15ide 15knowledge-base 15knowledge-graph 15local-first 15ast-grep 14hooks 14language-server 13golang 11coding-agent 10

architecture

01

ktnyt/cclsp

Skill Claude CodeCodex

Guides the design of safely disposable code through contracts (traits/interfaces) and dependency inversion. Use when designing new modules, refactoring existing code, or making architectural decisions about component boundaries.

672 6mo ago A 39 tokens original MIT

hands-on-test

02

ktnyt/cclsp

Skill Claude CodeCodex

Performs manual hands-on testing of a web application using playwright-cli. Spawns the dev server if needed, navigates to pages, performs browser actions, captures screenshots, checks outcomes, and produces a structured test report. Use when the user wants to visually verify a web feature, perform exploratory testing…

672 6mo ago A 69 tokens original MIT

security-review

03

ktnyt/cclsp

Skill Claude CodeCodex

Request a security expert assessment for code changes that touch child process spawning, file system access, configuration loading, or environment variable handling. Use when the Reviewer identifies security-sensitive changes in the MCP-LSP bridge.

672 6mo ago A 44 tokens original MIT

nim-mcp-tools

04

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

lsp-architecture

05

blackwell-systems/agent-lsp

Skill Claude CodeCodex

Generate a structural architecture overview of a codebase: languages, package map, entry points, dependency graph, and hotspots. One call for the big picture.

117 yesterday A 36 tokens original MIT

lsp-dead-code

06

blackwell-systems/agent-lsp

Skill Claude CodeCodex

Enumerate exported symbols in a file and surface those with zero references across the workspace. Use when auditing for dead code, cleaning up APIs, or checking which exports are safe to remove.

117 yesterday A 43 tokens original MIT

lsp-inspect

07

blackwell-systems/agent-lsp

Skill Claude CodeCodex

Full code quality audit for a file, package, or directory. Supports batch mode (directory walk with --top ranking), comparison mode (--diff for branch-only issues), severity calibration by blast radius, fix suggestions, and confidence tiers. Applies a check taxonomy (dead symbols, silent failures, error wrapping…

117 yesterday A 126 tokens original MIT

binder-app

08

mpazik/Binder

Skill Claude CodeCodex

Build a small HTTP app (dashboard, kanban board, admin panel, custom UI) on top of an existing Binder workspace. Use when asked to "create an app", "build a dashboard", "show records in a chart", "make a kanban/board", "build an admin panel", or "add a UI on top of binder".

40 9d ago A 74 tokens original MIT

binder-cli

09

mpazik/Binder

Skill Claude CodeCodex

Binder CLI for knowledge graph operations — CRUD, search, schema inspection, transaction import, docs rendering. Use when asked to "query binder", "search records", "create a record", "check the schema", "import transactions", "undo changes", or work with a binder workspace.

40 9d ago A 60 tokens original MIT

binder-modeling

10

mpazik/Binder

Skill Claude CodeCodex

Binder data modeling — define entity types, fields, relations, constraints, views, and navigation. Use when asked to "create a type", "add a field", "define a schema", "set up relations", "model entities", "create a view", "set up navigation", "render entities as files", or design a binder workspace schema.

40 9d ago A 74 tokens original MIT

ide-explore

11

Oolab-labs/claude-ide-bridge

Skill Claude CodeCodex

Deep codebase exploration using IDE bridge LSP tools. Maps architecture, traces call chains, discovers entry points, and builds a mental model of unfamiliar code. Use when onboarding to a new codebase or understanding a module.

38 4mo ago A 48 tokens original MIT

Oolab-labs/claude-ide-bridge

Skill Claude CodeCodex

Find all @deprecated APIs in the workspace, count their callers, and extract migration guidance. Produces a prioritized report sorted by call count so you know which deprecations to tackle first.

38 4mo ago A 45 tokens original MIT

Oolab-labs/claude-ide-bridge

Skill Claude CodeCodex

Find unused exports, dead functions, and unreachable code across the workspace using LSP analysis. Cross-verifies detectUnusedCode with findReferences to eliminate false positives. Use to clean up technical debt or before a major refactor.

38 4mo ago A 52 tokens original MIT

yaml

14

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

analyze-usage

15

mareurs/codescout

Skill Claude CodeCodex

Use when asked to analyze codescout tool usage, check for error patterns, audit tool health, generate a usage report, spot anti-patterns, or clear usage statistics to start fresh.

21 yesterday A 42 tokens original MIT

programming

16

code-yeongyu/lazyclaudecode

Skill Claude CodeCodex

MUST USE for ANY work on .py .pyi .rs .ts .tsx .mts .cts .go files. One philosophy: strict types, modern stacks (Pydantic v2 / serde+thiserror / Zod / gin+sqlc+pgx+slog), modern toolchains (uv+basedpyright+ruff / cargo+clippy+miri / Bun+Biome+tsc / gofumpt+golangci-lint v2+nilaway+go-race), parse-don't-validate…

18 3mo ago A 261 tokens original MIT

remove-ai-slops

17

code-yeongyu/lazyclaudecode

Skill Claude CodeCodex

Remove AI-generated code smells (slop) from branch changes or an explicit file list. Locks behavior with regression tests FIRST, then runs categorized cleanup via parallel deep agents in batches of 5, then verifies with quality gates. Covers 10 slop categories including performance equivalences, excessive complexity…

18 3mo ago A 182 tokens original MIT

review-work

18

code-yeongyu/lazyclaudecode

Skill Claude CodeCodex

Post-implementation review orchestrator. Launches 5 parallel background sub-agents: Oracle (goal/constraint verification), Oracle (code quality), Oracle (security), unspecified-high (hands-on QA execution), unspecified-high (context mining from GitHub/git/Slack/Notion). All must pass for review to pass. MUST USE after…

18 3mo ago A 116 tokens original MIT

plugin-test-cycle

19

K-dash/typemux-cc

Skill Claude CodeCodex

Builds, deploys, and tests the typemux-cc Claude Code plugin locally. Handles the full cycle from cargo build through cache clearing, marketplace registration, plugin install, and LSP verification. Triggers on: 'plugin test', 'test plugin', 'plugin cycle', 'deploy and test', 'try new build', 'test the plugin'.

16 24d ago C 76 tokens original MIT

publish

20

K-dash/typemux-cc

Skill Claude CodeCodex

Prepare a version bump through a feature branch and pull request; merging to main auto-tags and publishes the release. Triggers on 'publish', 'release', 'bump version'.

16 24d ago A 38 tokens original MIT

nreki-optimizer

21

Ruso-0/Nreki

Skill Claude CodeCodex

AST-aware context firewall for AI coding agents. Compresses code, validates edits before disk writes, detects blast radius, and enables atomic multi-file refactoring via NREKI MCP tools.

11 3mo ago A 43 tokens original Apache-2.0

nreki-optimizer

22

Ruso-0/Nreki

Skill Claude CodeCodex

AST-aware context firewall for AI coding agents. Compresses code, validates edits before disk writes, detects blast radius, and enables atomic multi-file refactoring via NREKI MCP tools.

11 3mo ago A 43 tokens copy · 86% Apache-2.0

katamari-review

23

isamisushi/katamari

Skill Claude CodeCodex

Use when addressing review comments left by a human reviewer in katamari (ktmr), a terminal diff-review tool — read the comments with ktmr comments list --json, address each one, then mark it resolved with ktmr comments resolve . Trigger on requests like "address the katamari comments", "handle the review feedback"…

5 5d ago A 88 tokens original MIT

add-mcp-tool

24

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