Skip to content

bnferguson/zig-skills

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

zig-skills

Zig development plugins for Claude Code.

Plugins

zls-lsp

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.

Installation

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
  }
}

License

MIT

About

Zig development plugins for Claude Code

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages