Skip to content

Latest commit

 

History

History
41 lines (28 loc) · 881 Bytes

File metadata and controls

41 lines (28 loc) · 881 Bytes

yaml-lsp

YAML language server for Claude Code, powered by yaml-language-server.

Provides schema validation, completions, hover documentation, and formatting for .yaml and .yml files.

Installation

1. Install the language server

npm install -g yaml-language-server

Verify installation:

yaml-language-server --version

2. Install the plugin

/plugin install yaml-lsp@wookstar-claude-plugins

Supported Files

Extension Language
.yaml YAML
.yml YAML

Features

  • JSON Schema and custom schema validation
  • Key and value completions based on schema
  • Auto-detects schemas for GitHub Actions, Docker Compose, Kubernetes, and more via SchemaStore
  • Hover documentation
  • Syntax error highlighting
  • Code formatting