claude-plugins is a collection of plugins for Claude
Code that extend its capabilities with custom
commands, agents, hooks, skills, and MCP servers tailored for working with
Tenzir.
First, add this repository as a plugin marketplace:
/plugin marketplace add tenzir/claude-plugins
Tip
If you encounter SSH authentication issues, use the full HTTPS URL instead:
/plugin marketplace add https://github.com/tenzir/claude-plugins.git
Then browse and install available plugins:
/plugin
Or install a specific plugin directly:
/plugin install <plugin-name>@tenzir
Consult the official Claude Code plugins documentation for details on plugin structure and configuration.
Note
Some plugins touch C++ tooling (e.g., clangd, IWYU). These tools are useful, but their configurations should be tailored to the specific repository and kept with the project that uses them.
claude-plugins is available under the Apache License, Version 2.0. See
LICENSE for details.