This one automates the tedious parts of staying current with Rust. It fetches version info, changelogs, and crate documentation from releases.rs, lib.rs, and docs.rs instead of making you hunt through multiple sites. The implementation is smarter than most: it checks for local agent files first to run background tasks, then falls back to inline mode with actionbook selectors and agent-browser when you've only installed the skill. It knows the difference between std library docs and third-party crates, routes queries accordingly, and even handles Clippy lints. The tool chain priority is sensible: actionbook for pre-computed selectors, agent-browser for execution, WebFetch only as last resort. Saves you from context switching when you just need to know what's in Rust 1.85 or which tokio version added that feature.
npx skills add https://github.com/actionbook/rust-skills --skill rust-learner