This one's built for when you're coding in Rust and need to check what version a crate is on, what's new in the latest Rust release, or pull API docs from docs.rs without leaving your workflow. It routes between agent mode (if you've installed the full plugin with agents) and inline mode (skills only), hitting lib.rs for crate metadata, releases.rs for changelogs, and the official Rust docs for standard library lookups. The tool chain goes actionbook for selectors, then agent-browser CLI, falling back to WebFetch only when necessary. Honestly, the dual-mode setup adds complexity, but it means you get structured data instead of hunting through search results every time you forget whether tokio is on 1.40 or 1.41.
npx -y skills add zhanghandong/rust-skills --skill rust-learner --agent claude-codeInstalls into .claude/skills of the current project.
Select a file.
wshobson/agents