Claude Code plugin marketplace for tailrocks tools.
In Claude Code:
/plugin marketplace add tailrocks/tailrocks-marketplace
| Plugin | Description |
|---|---|
| rust-best-practices | Rust engineering skills for writing, reviewing, refactoring, and documenting idiomatic Rust code. |
After adding the marketplace:
/plugin install rust-best-practices@tailrocks-marketplace
Validate the marketplace manifest locally:
claude plugin validate .The marketplace installs rust-best-practices from
https://github.com/tailrocks/rust-best-practices.git, so installation through
the marketplace works after that repository is published.
To test the plugin before publishing, load the plugin repo directly:
claude --plugin-dir ../rust-best-practicesApache-2.0