原始内容
📦 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 application development | Skill("rust-development-assistant:rust-cli") |
rust-testing |
Testing strategies | Skill("rust-development-assistant:rust-testing") |
rust-performance |
Optimization techniques | Skill("rust-development-assistant:rust-performance") |
rust-concurrency |
Thread-safe patterns | Skill("rust-development-assistant:rust-concurrency") |
rust-macros |
Procedural and declarative macros | Skill("rust-development-assistant:rust-macros") |
⌨️ Commands
| Command | Description |
|---|---|
/rust-learn |
Interactive Rust learning lessons |
/rust-practice |
Coding exercises by difficulty |
/rust-check |
Code analysis and quality checks |
/rust-new |
Create new Rust project with templates |
📚 Documentation
| Document | Description |
|---|---|
| CHANGELOG.md | Version history |
| CONTRIBUTING.md | How to contribute |
| LICENSE | License information |
📁 Project Structure
Click to expand
custom-plugin-rust/
├── 📁 .claude-plugin/
│ ├── plugin.json
│ └── marketplace.json
├── 📁 agents/ # 8 agents
├── 📁 skills/ # 12 skills (Golden Format)
├── 📁 commands/ # 4 commands
├── 📁 hooks/
├── 📄 README.md
├── 📄 CHANGELOG.md
└── 📄 LICENSE
📅 Metadata
| Field | Value |
|---|---|
| Version | 2.2.0 |
| Last Updated | 2025-12-31 |
| Status | Production Ready |
| SASMP | v1.3.0 |
| Agents | 8 |
| Skills | 12 |
| Commands | 4 |
🤝 Contributing
Contributions are welcome! Please read our Contributing Guide.
- Fork the repository
- Create your feature branch
- Follow the Golden Format for new skills
- Submit a pull request
⚠️ Security
Important: This repository contains third-party code and dependencies.
- ✅ Always review code before using in production
- ✅ Check dependencies for known vulnerabilities
- ✅ Follow security best practices
- ✅ Report security issues privately via Issues
📝 License
Copyright © 2025 Dr. Umit Kacar & Muhsin Elcicek
Custom License - See LICENSE for details.
👥 Contributors
|
Dr. Umit Kacar Senior AI Researcher & Engineer |
Muhsin Elcicek Senior Software Architect |