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.
| Plugin | Description |
|---|---|
brand |
Tenzir brand and style guidelines for frontend development |
cpp |
C++ language support, tooling, and coding conventions |
docs |
Documentation workflows for Tenzir projects |
excalidraw |
Create Excalidraw diagrams with proper JSON structure |
formatter |
Auto-format files after Claude edits |
git |
Git workflows for Tenzir repositories |
ocsf |
Understand the OCSF schema structure |
prose |
Style guidelines for technical prose |
python |
Python coding conventions for Tenzir projects |
ship |
Release engineering with tenzir-ship |
tql |
Build TQL pipelines with expert language guidance |
To develop plugins locally, load them directly from source:
claude --plugin-dir plugins/*This bypasses the plugin cache, so edits take effect on restart without reinstallation.
See our Claude marketplace documentation for installation and usage.
claude-plugins is available under the Apache License, Version 2.0. See
LICENSE for details.