rust
v1.0.0Rust code critique, architecture guidance, and idiomatic pattern enforcement
By John KozarisLicense: MIT3 GitHub starsUpdated 1 hour ago
Directory evidence
- Runtimes
- Claude Code
- Parsed components
- 1 skill or MCP entry
- Source updated
- Sep 25, 2026
- Manifest status
- Canonical path parsed
The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →
Install rust for Claude Code
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install rust-5@agent-plugin-marketplacePaste and run these commands in a terminal with Claude Code. They add and refresh the PluginsMP catalog, then install this plugin.
The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.
Get the source manually
git clone https://github.com/mathisk2095/jko-claude-pluginsClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/rust/.
Plugin files
├── .claude-plugin/plugin.json└── skills/rust-expert/SKILL.md
Included Skills1
This skill should be used when the user is writing, reviewing, debugging, or architecting Rust code. Detects edition and toolchain from the project. Provides expert critique covering ownership, error handling, unsafe review, async correctness, trait design, type system patterns, performance, SOLID principles, and Cargo/workspace practices. Use when the user asks "critique my Rust code", "review this module", "fix borrow checker error", "is this unsafe sound", "design error types", "optimize this function", "review async code", "structure my workspace", "why is the borrow checker complaining", "help with lifetimes", "make this more idiomatic", or "review my Cargo.toml".
Plugin manifests1
{
"name": "rust",
"description": "Rust code critique, architecture guidance, and idiomatic pattern enforcement",
"version": "1.0.0",
"license": "MIT",
"author": {
"name": "John Kozaris"
},
"homepage": "https://github.com/johnkozaris/jko-claude-plugins",
"repository": "https://github.com/johnkozaris/jko-claude-plugins",
"keywords": [
"rust",
"architecture",
"critique",
"patterns",
"ownership",
"async",
"unsafe",
"performance",
"clippy",
"traits",
"error-handling",
"concurrency"
]
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[rust on Agent Plugins Marketplace](https://pluginsmp.com/plugins/rust-5)