rust-skill-creator

Generate structured Rust skill definitions from docs.rs and rust-lang.org documentation.

1|2|Updated Oct 10, 2025
One-click install
npx skills add https://github.com/dojoengine/torii-core --skill rust-skill-creator-dojoengine
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: rust-skill-creator
Source: https://github.com/dojoengine/torii-core/tree/main/.agents/skills/rust-skill-creator
Command: npx skills add https://github.com/dojoengine/torii-core --skill rust-skill-creator-dojoengine

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Transforms Rust crate and standard library documentation into ready-to-use AI skills, reducing manual skill creation time.

Core Features & Use Cases

  • Doc-to-skill conversion: Turn docs.rs and rust-lang.org pages into structured skill definitions.
  • Targeted Rust support: Generate skills for third-party crates (tokio, serde, axum) and standard library modules (std::marker, std::sync, etc.).
  • Use Case: Create a skill that explains how to use a trait like Send from Rust docs to guide prompt-driven tasks.

Quick Start

Supply the documentation URL (from crates docs.rs or stdlib rust-lang.org) to generate a new Rust skill.

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 AI skills from Rust crate documentation?

You can generate AI skills from Rust crate documentation by supplying a docs.rs or rust-lang.org URL to automatically parse the pages and assemble a structured YAML skill manifest.

Can I create skills for standard library modules like std::sync from rust-lang.org?

Yes, you can create skills for standard library modules like std::sync by analyzing rust-lang.org documentation URLs to generate structured skill definitions with activation context.

What Rust crates are supported for converting docs.rs pages into skill definitions?

Supported Rust crates include third-party libraries like tokio, serde, and axum, enabling you to turn their docs.rs pages into structured skill definitions for prompt-driven tasks.

Does this tool work with both third-party crates and Rust standard library components?

Yes, this tool works with both third-party crates and Rust standard library components by parsing documentation from docs.rs and rust-lang.org to assemble structured YAML skill manifests.

What is the best way to automate Rust skill creation from documentation URLs?

The best way to automate Rust skill creation from documentation URLs is to parse docs.rs and rust-lang.org pages to automatically assemble a YAML skill manifest with a name, description, and activation context.