rust-skill-creator

Generate executable skills from Rust crate and standard library documentation.

Updated Feb 12, 2026
One-click install
npx skills add https://github.com/jmduea/emotiv-cortex-rs --skill rust-skill-creator-jmduea
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: rust-skill-creator
Source: https://github.com/jmduea/emotiv-cortex-rs/tree/main/.github/skills/rust-skill-creator
Command: npx skills add https://github.com/jmduea/emotiv-cortex-rs --skill rust-skill-creator-jmduea

SYSTEM DOCUMENTATION & REQUIREMENTS

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.

Frequently Asked Questions about rust-skill-creator

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I generate a skill from Rust crate documentation?

Generating a skill from Rust docs involves fetching crate or standard library documentation from docs.rs, then structuring traits, modules, and examples into a task-focused SKILL.md file on demand.

What is automated skill generation for Rust standard library modules?

Automated skill generation for Rust standard library modules is the process of extracting documentation for specific traits or structs and organizing them into executable, navigable references without manual curation.

Can I create a Rust skill manually if automation commands are unavailable?

Yes, you can create a Rust skill manually using inline or browser-based web fetch fallbacks, which provides an error-resilient workflow when command-driven automation is unavailable.

Does this Rust documentation skill generator work with specific crate modules like tokio runtime?

Yes, the Rust documentation skill generator works with specific crate modules like tokio runtime and sync, pulling canonical docs to compose a SKILL.md with key types and examples for quick lookup.

How does error handling work when fetching Rust docs.rs pages fails?

Error handling when fetching Rust docs.rs pages fails provides URL templates and verification steps to recover from missing commands or changed documentation paths, ensuring resilient skill generation.