rust-skill-creator

Generate Rust skills from crate and standard library documentation.

1.4k|110|Updated Jan 17, 2026
One-click install
npx skills add https://github.com/actionbook/rust-skills --skill rust-skill-creator
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: rust-skill-creator
Source: https://github.com/actionbook/rust-skills/tree/main/skills/rust-skill-creator
Command: npx skills add https://github.com/actionbook/rust-skills --skill rust-skill-creator

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates the creation of Rust skills for crates and standard library documentation, turning scattered docs into reusable AI-enabled tools that accelerate Rust development workflows.

Core Features & Use Cases

  • Dynamic Skill Creation: generate LLM-powered skills from crate docs (docs.rs) or std library pages (doc.rust-lang.org).
  • Dual Workflows: Agent-mode automation via /create-llms-for-skills and /create-skills-via-llms, or Inline-mode manual skill assembly from documentation.
  • Reference Building: automatically construct SKILL.md and reference files for key modules and traits.

Quick Start

Prompt for tokio or other crates to initiate skill creation. Choose either Agent Mode to run the llms workflow or Inline Mode to fetch docs and craft SKILL.md and references locally.

Frequently Asked Questions about rust-skill-creator

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

FAQPage Schema
How do I automate Rust crate documentation into reusable AI skills?

Automate Rust crate documentation into AI skills by fetching docs.rs or doc.rust-lang.org pages and generating SKILL.md files with reference materials. This Skill dynamically builds reusable tools from standard library modules or crates like tokio and serde.

Can I generate LLM skills from std library modules and third-party Rust crates?

Generate LLM skills from std library modules and third-party Rust crates by targeting doc.rust-lang.org or docs.rs. The Skill processes documentation pages for crates like axum and serde to build structured reference files.

What's the best way to build a SKILL.md file from docs.rs automatically?

Build a SKILL.md file from docs.rs automatically by using the agent-based workflow with /create-llms-for-skills and /create-skills-via-llms commands, or use inline mode to fetch documentation and craft references locally.

Does this Rust skill creator support agent-based workflows for documentation generation?

This Rust skill creator supports agent-based workflows for documentation generation through /create-llms-for-skills and /create-skills-via-llms commands. It also offers an inline workflow for manual skill assembly from fetched docs.

Why convert scattered Rust documentation into structured reference files?

Convert scattered Rust documentation into structured reference files to turn disjointed docs into reusable AI-enabled tools. This process accelerates Rust development workflows by making crate and standard library knowledge immediately accessible.

What are the limitations of automated skill generation from Rust documentation?

Automated skill generation from Rust documentation requires valid crate names or std library modules available on docs.rs or doc.rust-lang.org. It processes fetched documentation pages to output SKILL.md and reference files without manual copying.