AI AGENT ADDONS

Rust developers need fast access to version numbers and crate details. This skill helps you find the latest Rust release, check what is new in each version, and get information about any crate on crates.io. You can also fetch API documentation from docs.rs and read changelogs from releases.rs.

The skill works in two ways. If agent files are installed, it reads a special guide and runs a task in the background. If not, it uses web tools to search lib.rs and crates.io directly. Either way you get clear results with version numbers, features, and links to docs and repos.

It supports English and Chinese keywords. Common uses include checking a crate version, seeing the features of a Rust edition, or looking up standard library types like Arc or Send.

Add Rust Learner skill to your workflow

Global

mkdir -p ~/.claude/skills/rust-learner

Project

mkdir -p .claude/skills/rust-learner

Source Repository

Stars
1,264
Forks
104
Watchers
1,264
Last Push
1 month ago
Created
6 months ago