cargo-ecosystem
π―Skillfrom pluginagentmarketplace/custom-plugin-rust
Analyzes and provides insights into Rust package dependencies, library compatibility, and ecosystem health within Cargo projects.
Installation
npx skills add https://github.com/pluginagentmarketplace/custom-plugin-rust --skill cargo-ecosystemSkill Details
Overview
[](https://github.com/pluginagentmarketplace/custom-plugin-rust/releases) [](LICENSE) [](#) [](#) [](#-agents) [](#-skills) [](#-commands) [π¦ Install Now](#-quick-start) Β· [π€ Explore Agents](#-agents) Β· [π Documentation](#-documentation) Β· [β Star this repo](https://github.com/pluginagentmarketplace/custom-plugin-rust) --- > 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.What is this?
---
π Table of Contents
- [Quick Start](#-quick-start)
- [Features](#-features)
- [Agents](#-agents)
- [Skills](#-skills)
- [Commands](#-commands)
- [Documentation](#-documentation)
- [Contributing](#-contributing)
- [License](#-license)
---
π Quick Start
Prerequisites
- Claude Code CLI v2.0.27+
- Active Claude subscription
Installation (Choose One)
```bash
# 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
```
```bash
# 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 | S
More from this repository7
Analyzes and provides optimization recommendations for Rust code performance, identifying bottlenecks, suggesting performance improvements, and benchmarking code efficiency.
Helps developers understand and implement Rust trait generics by providing code generation, refactoring suggestions, and explanatory examples for generic trait definitions and implementations.
Generates and assists with creating complex Rust macros, providing intelligent code generation and macro expansion support for Rust developers.
Guides developers through understanding and implementing Rust's ownership and borrowing rules, providing interactive explanations and code refactoring suggestions for memory safety patterns.
rust-docker skill from pluginagentmarketplace/custom-plugin-rust
Generates and manages Rust command-line interface (CLI) project scaffolding, configurations, and boilerplate code with automated best practices.
Helps developers design and implement concurrent Rust programs by providing expert guidance on threading, async/await patterns, and safe parallel execution strategies.