This one generates Claude skills directly from Rust documentation, whether that's crates.io packages like tokio or axum, or standard library modules. It detects whether you have the full plugin commands installed and either orchestrates the llms.txt workflow automatically or walks you through manual creation with agent-browser fetches and file generation. The inline mode is genuinely useful since it includes URL construction templates for common std library items and a step by step process for extracting docs and building the skill directory structure. Saves you from writing boilerplate when you just want to ask Claude about a specific crate's API without leaving your editor.
npx -y skills add zhanghandong/rust-skills --skill rust-skill-creator --agent claude-codeInstalls into .claude/skills of the current project.
Select a file.
anthropics/skills
obra/superpowers