rust-skill-creator

Generate dedicated skills for Rust crates and standard library documentation.

Updated Mar 22, 2026
One-click install
npx skills add https://github.com/cecon123/tg-remote-bot --skill rust-skill-creator-cecon123
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: rust-skill-creator
Source: https://github.com/cecon123/tg-remote-bot/tree/main/.agents/skills/rust-skill-creator
Command: npx skills add https://github.com/cecon123/tg-remote-bot --skill rust-skill-creator-cecon123

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates the creation of specialized skills for Rust crates and std library documentation by translating docs into ready-to-use skill configurations and workflows.

Core Features & Use Cases

  • Supports both Agent Mode (Plugin Install) and Inline Mode (Skills-only Install) to generate skills from docs.
  • Provides a guided workflow to identify target crates or std modules, fetch documentation, and generate SKILL.md and references.
  • Enables quick-start creation with a single, clear instruction to start skill generation.

Quick Start

Provide a crate name or std module URL and start the skill creation process using either the agent workflow or the inline steps.

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 Rust skill from existing crate documentation?

You can create Rust skills from crate documentation by providing a crate name or std module URL, which triggers an automated workflow that fetches docs and assembles SKILL.md configurations and references.

What is the process to automate Rust skill creation for crates like tokio?

Automating Rust skill creation involves identifying the target crate, fetching its documentation, and generating a SKILL.md with valid frontmatter and procedures to assemble, validate, and store skill artifacts.

Can I create Rust skills from standard library modules without installing plugins?

Yes, you can create Rust skills from standard library modules without plugins by using Inline Mode, which supports a skills-only install workflow to generate configurations directly from std module documentation.

Does Rust skill creation work with both agent commands and inline procedures?

Yes, Rust skill creation works with both agent commands and inline procedures, supporting Agent Mode for plugin installs and Inline Mode for skills-only installs to assemble and validate skill artifacts.

What are the requirements to generate a valid SKILL.md for a Rust crate?

Generating a valid SKILL.md for a Rust crate requires frontmatter with a valid name and description, plus agent commands or inline procedures to assemble, validate, and store the generated skill artifacts.