
Circleci Yaml Lsp
- 2 repo stars
- Updated July 10, 2026
- rogerwintercircleci/circleci-yaml-lsp-for-claude
CircleCI config language server: diagnostics, navigation, and validation for .circleci/config.yml.
About
circleci-yaml-lsp is a Claude Code skill in the AI & Agent Building category. CircleCI config language server: diagnostics, navigation, and validation for .circleci/config.yml.
- circleci-yaml-lsp
- AI & Agent Building
- AI-coding skill
Circleci Yaml Lsp by the numbers
- Data as of Jul 11, 2026 (Skillselion catalog sync)
/plugin marketplace add rogerwintercircleci/circleci-yaml-lsp-for-claude/plugin install circleci-yaml-lsp@circleci-lspAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| repo stars | ★ 2 |
|---|---|
| Last updated | July 10, 2026 |
| Repository | rogerwintercircleci/circleci-yaml-lsp-for-claude ↗ |
What it does
CircleCI config language server: diagnostics, navigation, and validation for .circleci/config.yml.
README.md
circleci-yaml-lsp
A Claude Code plugin that runs CircleCI's
circleci-yaml-language-server
to give Claude real diagnostics, navigation, and validation for .circleci/config.yml.
/plugin marketplace add rogerwintercircleci/circleci-yaml-lsp-for-claude
/plugin install circleci-yaml-lsp@circleci-lsp
/reload-plugins
On first edit of a CircleCI config the plugin downloads the pinned server binary for your platform (no Go required), verifies its SHA-256, and starts validating. A Node-based proxy limits analysis to CircleCI config files so unrelated YAML is never touched.
- Requirements: recent Claude Code (v2.1.50+), Node.js,
curl/wget, macOS/Linux (Windows via WSL/Git Bash). - Full docs, env vars, scope & limitations, troubleshooting: see the
repository README
and
docs/DESIGN.md.
This plugin is MIT-licensed; the downloaded server is CircleCI's, under Apache-2.0, fetched at runtime and not redistributed here.