https://github.com/bufbuild/claude-plugins
Official Buf Claude Code Plugins
https://github.com/bufbuild/claude-plugins
Last synced: about 2 months ago
JSON representation
Official Buf Claude Code Plugins
- Host: GitHub
- URL: https://github.com/bufbuild/claude-plugins
- Owner: bufbuild
- License: apache-2.0
- Created: 2026-01-29T15:45:08.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2026-03-05T15:36:04.000Z (4 months ago)
- Last Synced: 2026-03-12T07:47:55.749Z (4 months ago)
- Homepage:
- Size: 60.5 KB
- Stars: 12
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

# Buf Plugins for Claude Code
[][license]
[][slack]
Official [Claude Code][claude-code] plugins from [Buf][buf] for Protocol Buffers, Connect, and BSR development.
## Installation
Add this marketplace to Claude Code:
```sh
/plugin marketplace add https://github.com/bufbuild/claude-plugins
```
Install a plugin:
```sh
/plugin install protobuf@buf-plugins
```
## Available Plugins
### protobuf
Protocol Buffers development with Buf toolchain and best practices.
- **Schema design**: Field types, enums, oneofs, maps, evolution patterns
- **Code generation**: Templates for Go (gRPC/Connect), TypeScript, Python, Java
- **Validation**: [Protovalidate][protovalidate] constraint patterns
- **Tooling**: buf CLI, troubleshooting, migration from protoc
Triggers on: `*.proto`, `buf.yaml`, `buf.*.yaml`, `buf.gen.yaml`, `buf.gen.*.yaml`, `buf.lock`
## Documentation
- [Buf Documentation][buf-docs]
- [Protovalidate][protovalidate]
- [Connect RPC][connectrpc]
## Community
For help and discussion around Protobuf, best practices, and more, join us on [Slack][slack].
## Legal
Offered under the [Apache 2 license][license].
[buf]: https://buf.build
[buf-docs]: https://buf.build/docs
[claude-code]: https://claude.ai/code
[connectrpc]: https://connectrpc.com
[license]: LICENSE
[protovalidate]: https://protovalidate.com
[slack]: https://buf.build/links/slack