Creates Claude skills for Rust crates and standard library modules by fetching and structuring their documentation. You give it a crate name like tokio or a std module like std::sync, and it either uses companion commands to generate llms.txt files and skills automatically, or falls back to manually fetching docs.rs and doc.rust-lang.org pages to build the skill structure. The inline mode is thorough, walking through URL construction, documentation extraction with agent-browser, and organizing everything into SKILL.md plus reference files. Handles the tedious work of turning Rust API docs into queryable context, which is genuinely useful if you're deep in unfamiliar crates and want their docs on tap.
npx skills add https://github.com/actionbook/rust-skills --skill rust-skill-creator