pluginagentmarketplace/custom-plugin-rust
Rust programming language roadmap plugin for Claude
1 stars0 forksUpdated Jan 5, 2026
npx skills add pluginagentmarketplace/custom-plugin-rustREADME
๐ฆ Install Now ยท ๐ค Explore Agents ยท ๐ Documentation ยท โญ Star this repo
What is this?
Rust Development Assistant is a Claude Code plugin with 8 agents and 12 skills for Rust development. Master ownership, borrowing, async/await, WebAssembly, and systems programming with expert AI agents.
๐ Table of Contents
Click to expand
๐ Quick Start
Prerequisites
- Claude Code CLI v2.0.27+
- Active Claude subscription
Installation (Choose One)
Option 1: From Marketplace (Recommended)
# Step 1๏ธโฃ Add the marketplace
/plugin marketplace add pluginagentmarketplace/custom-plugin-rust
# Step 2๏ธโฃ Install the plugin
/plugin install rust-development-assistant@pluginagentmarketplace-rust
# Step 3๏ธโฃ Restart Claude Code
# Close and reopen your terminal/IDE
Option 2: Local Installation
# Clone the repository
git clone https://github.com/pluginagentmarketplace/custom-plugin-rust.git
cd custom-plugin-rust
# Load locally
/plugin load .
# Restart Claude Code
โ Verify Installation
After restart, you should see these agents:
rust-development-assistant:rust-fundamentals-agent
rust-development-assistant:rust-type-system-agent
rust-development-assistant:rust-async-agent
rust-development-assistant:rust-tooling-agent
rust-development-assistant:rust-web-agent
rust-development-assistant:rust-project-agent
rust-development-assistant:rust-debugger-agent
rust-development-assistant:08-rust-devops
โจ Features
| Feature | Description |
|---|---|
| ๐ค 8 Agents | Specialized AI agents for Rust tasks |
| ๐ ๏ธ 12 Skills | Reusable capabilities with Golden Format |
| โจ๏ธ 4 Commands | Quick slash commands |
| ๐ SASMP v1.3.0 | Full protocol compliance |
| ๐ฆ Systems Focus | Ownership, borrowing, async, WASM |
๐ค Agents
8 Specialized Agents
| # | Agent | Purpose |
|---|---|---|
| 1 | rust-fundamentals-agent | Ownership, borrowing, lifetimes basics |
| 2 | rust-type-system-agent | Traits, generics, pattern matching |
| 3 | rust-async-agent | Async/await, Tokio, concurrency |
| 4 | rust-tooling-agent | Cargo, testing, CI/CD |
| 5 | rust-web-agent | Axum, Actix, REST APIs |
| 6 | rust-project-agent | Scaffolding, dependencies |
| 7 | rust-debugger-agent | Error fixing, optimization |
| 8 | 08-rust-devops | Docker, deployment, infrastructure |
๐ ๏ธ Skills
Available Skills
| Skill | Description | Invoke |
|---|---|---|
ownership-borrowing | Memory safety fundamentals | Skill("rust-development-assistant:ownership-borrowing") |
error-handling | Result, Option patterns | Skill("rust-development-assistant:error-handling") |
async-programming | Async/await with Tokio | Skill("rust-development-assistant:async-programming") |
trait-generics | Type system mastery | Skill("rust-development-assistant:trait-generics") |
cargo-ecosystem | Cargo and dependencies | Skill("rust-development-assistant:cargo-ecosystem") |
rust-docker | Containerization patterns | Skill("rust-development-assistant:rust-docker") |
rust-wasm | WebAssembly compilation | Skill("rust-development-assistant:rust-wasm") |
rust-cli | CLI appli |
...
Publisher
Statistics
Stars1
Forks0
Open Issues0
LicenseOther
CreatedNov 18, 2025