rust-skill-creator

Transforms Rust crate and std library documentation URLs into executable LLM skill configurations.

Updated Jan 21, 2026
One-click install
npx skills add https://github.com/lywa1998/self-host-claude-marketplace --skill rust-skill-creator-lywa1998
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: rust-skill-creator
Source: https://github.com/lywa1998/self-host-claude-marketplace/tree/main/plugins/rust-skills/skills/rust-skill-creator
Command: npx skills add https://github.com/lywa1998/self-host-claude-marketplace --skill rust-skill-creator-lywa1998

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Crafting tailored Rust skill units for crates and std library documentation can be time-consuming and error-prone. This description explains how to automate the creation of data-driven skills from Rust docs, making it easier to assemble AI workflows for code generation and documentation parsing.

Core Features & Use Cases

  • Generate skills for third-party crates (tokio, serde, axum) and the Rust standard library (std::marker, std::sync, etc.).
  • Convert documentation URLs into executable skill prompts and routines for LLM-assisted development.
  • Use case: you want to generate a Rust-crate skill that can interpret API docs and provide guided code-completion prompts for your team.

Quick Start

Provide the target Rust documentation URL or crate name to start building a skill for Rust crates.

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

You can generate executable Rust skills by providing a target documentation URL or crate name. The system validates the URL, infers relevant modules and traits, and outputs a structured llms-creation plan for subsequent skill generation steps.

Can I use this to create skills for both third-party crates and the Rust standard library?

Yes, you can create skills for both third-party crates like tokio, serde, and axum, as well as the Rust standard library. The workflow supports transforming std library references, such as std::marker and std::sync, into executable skill configurations.

What is the process for converting Rust documentation URLs into LLM-guided skill configurations?

Converting Rust documentation URLs into LLM-guided skill configurations involves an end-to-end generation workflow. The system transforms the provided docs URLs into executable skill prompts and routines that automate LLM-assisted development tasks.

How do I automate code-completion prompts for my team using Rust API docs?

You can automate code-completion prompts for your team by generating a data-driven Rust-crate skill from API docs. This skill interprets the documentation and provides guided code-completion prompts for LLM-assisted development workflows.

What do I need to provide to start building a skill for Rust crates?

To start building a skill for Rust crates, you only need to provide the target Rust documentation URL or the specific crate name. The workflow then handles inferring relevant modules and traits to create the skill configuration.