Rust package manager (36 subcommands).
/plugin marketplace add plurigrid/asi/plugin install plurigrid-asi-skills@plurigrid/asiThis skill inherits all available tools. When active, it can use any tool Claude has access to.
Rust package manager (36 subcommands).
cargo build --release
cargo check
cargo test
cargo run
cargo bench
cargo new myproject
cargo init
cargo add serde
cargo remove tokio
cargo tree
cargo update
cargo fetch
cargo publish
cargo search regex
cargo install ripgrep
# Cargo.toml
[workspace]
members = ["crates/*"]
[dependencies]
serde = { version = "1.0", features = ["derive"] }
cargo fix --edition
cargo clippy --fix
cargo fmt