Zig development plugins for Claude Code.
Integrates ZLS (Zig Language Server) with Claude Code, enabling go-to-definition, hover, find-references, and other LSP features on .zig and .zon files.
Requires: zls installed and in your PATH (e.g. brew install zls). See zigtools.org/zls for other installation options.
First, add the zig-skills marketplace to your settings.json:
{
"extraKnownMarketplaces": {
"zig-skills": {
"source": {
"source": "github",
"repo": "bnferguson/zig-skills"
}
}
}
}
Then install the plugin:
claude plugin install zls-lsp@zig-skills
Or enable it directly in settings.json:
{
"enabledPlugins": {
"zls-lsp@zig-skills": true
}
}
MIT
Based on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimnpx claudepluginhub bnferguson/zig-skills --plugin zls-lspZig language server
Language Server Protocol integration providing intelligent code completion and IntelliSense features for Claude Code development.
Rust language server
Validation and quality enforcement for Tailwind CSS projects with comprehensive utility-first CSS patterns and best practices.
YAML language server
Bash language server