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.
Global
mkdir -p ~/.claude/skills/rust-learnerProject
mkdir -p .claude/skills/rust-learnerSource Repository
Typescript Advanced Typeswshobson/agents
Master advanced TypeScript types for safer and more flexible code
Python Executorqu-skills/skills
Execute Python code safely with 100+ libraries for data, scraping, and media
Golang Error Handlingsamber/cc-skills-golang
Learn to create, wrap, inspect, and log Go errors like a professional engineer
Golang Performancesamber/cc-skills-golang
Speed up your Go code using proven patterns for allocation reduction and CPU efficiency
Golang Design Patternssamber/cc-skills-golang
Idiomatic Go patterns for clean constructors error handling and graceful shutdown
Golang Concurrencysamber/cc-skills-golang
Write safe Go concurrency with goroutines, channels, and sync primitives
Golang Contextsamber/cc-skills-golang
Master Go context for cancellations, timeouts, and request values
Golang Data Structuressamber/cc-skills-golang
Optimize Go data structures for speed and memory efficiency with internals knowledge