🎯

cargo-ecosystem

🎯Skill

from pluginagentmarketplace/custom-plugin-rust

VibeIndex|
What it does

Analyzes and provides insights into Rust package dependencies, library compatibility, and ecosystem health within Cargo projects.

cargo-ecosystem

Installation

Install skill:
npx skills add https://github.com/pluginagentmarketplace/custom-plugin-rust --skill cargo-ecosystem
Stars2
AddedJan 25, 2026

Skill Details

SKILL.md

Overview

Rust Development Assistant


[![Version](https://img.shields.io/badge/Version-2.2.0-blue?style=for-the-badge)](https://github.com/pluginagentmarketplace/custom-plugin-rust/releases)

[![License](https://img.shields.io/badge/License-Custom-yellow?style=for-the-badge)](LICENSE)

[![Status](https://img.shields.io/badge/Status-Production-brightgreen?style=for-the-badge)](#)

[![SASMP](https://img.shields.io/badge/SASMP-v1.3.0-blueviolet?style=for-the-badge)](#)

[![Agents](https://img.shields.io/badge/Agents-8-orange?style=flat-square&logo=robot)](#-agents)

[![Skills](https://img.shields.io/badge/Skills-12-purple?style=flat-square&logo=lightning)](#-skills)

[![Commands](https://img.shields.io/badge/Commands-4-green?style=flat-square&logo=terminal)](#-commands)


[πŸ“¦ Install Now](#-quick-start) Β· [πŸ€– Explore Agents](#-agents) Β· [πŸ“– Documentation](#-documentation) Β· [⭐ Star this repo](https://github.com/pluginagentmarketplace/custom-plugin-rust)

---

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](#-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)

Option 1: From Marketplace (Recommended)

```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

```

Option 2: Local Installation

```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