Rust Development Workflow
Automates Rust project setup, testing, linting, and deployment tasks based on shunsukehayashi's best practices.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add rust-development-workflow npx -- -y @trustedskills/rust-development-workflow
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"rust-development-workflow": {
"command": "npx",
"args": [
"-y",
"@trustedskills/rust-development-workflow"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
This skill automates common Rust development tasks, streamlining the process of building and managing Rust projects. It can generate Cargo manifests based on project requirements, manage dependencies, and assist with compiling code. The tool aims to improve developer productivity by reducing repetitive setup and configuration steps.
When to use it
- Creating a new Rust project from scratch: Quickly scaffold a basic project structure with necessary files.
- Managing project dependencies: Easily add, update, or remove crates without manual Cargo editing.
- Automating build processes: Compile your Rust code and generate binaries with minimal effort.
- Generating
Cargo.tomlfiles: Define project metadata and dependencies programmatically.
Key capabilities
- Cargo manifest generation
- Dependency management (adding, updating, removing)
- Code compilation
- Automated build processes
Example prompts
- "Create a new Rust project named 'my_app' with the
tokiodependency." - "Add the
serdecrate to my Cargo.toml file." - “Compile the source code in src/main.rs”
Tips & gotchas
This skill assumes you have Rust and Cargo installed on your system. The generated manifests and builds will be based on your current environment, so ensure it's properly configured before use.
Tags
TrustedSkills Verification
Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.
Security Audits
| Gen Agent Trust Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
🌐 Community
Passed automated security scans.