What problem does it solve?
It turns Rust documentation (crates or std library) into immediately usable, task-focused skills without manual curation, so developers can rapidly explore, reference, and automate workflows around specific APIs.
Core Features & Use Cases
- Dynamic Skill Generation: Create skills from docs.rs crate pages, specific modules, or std items like traits and structs.
- Dual Operation Modes: Works with automation commands for end-to-end generation, or inline/manual mode with browser or web fetch fallbacks.
- Error-Resilient Workflow: Provides URL templates, verification steps, and explicit error handling paths to recover from missing commands or changed docs.
- Use Case: A developer needs focused guidance on tokio’s runtime and sync modules; the skill pulls canonical docs, composes a SKILL.md with key types and examples, and organizes references for quick lookup.
Quick Start
Create a skill for the tokio crate using its docs.rs page and include modules for runtime and sync with examples.