rust-skill-creator

Create dynamic skills from Rust crate and std library documentation.

3|Updated Mar 22, 2026
One-click install
npx skills add https://github.com/0xharryriddle/codex-field-kit --skill rust-skill-creator-0xharryriddle
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: rust-skill-creator
Source: https://github.com/0xharryriddle/codex-field-kit/tree/main/archive/upstream/chasebuild-agent-skills/rust/skills/rust-skill-creator
Command: npx skills add https://github.com/0xharryriddle/codex-field-kit --skill rust-skill-creator-0xharryriddle

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Rust skill creator accelerates the generation of skills for Rust crates and std library documentation, reducing manual setup time and ensuring consistent guidance for developers.

Core Features & Use Cases

  • Scaffolds Rust crate skills from official docs and examples for both third-party crates and std library components.
  • Supports automated skill creation workflows via agent commands or inline manual steps, including references to key modules and traits.
  • Use cases include generating skills for crates like tokio or serde, or Rust std items such as traits and structs.

Quick Start

Provide a Rust crate or std module target to start the dynamic skill creation workflow.

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 documentation skills for Rust crates like tokio or serde?

Rust crate skills are generated dynamically from official documentation and examples by providing a crate name or std module target to start the automated skill creation workflow. The process scaffolds references to key modules and traits for both third-party crates and standard library items.

Can I create Rust skills from standard library documentation URLs?

Yes, Rust skills can be created from std library documentation URLs. The skill creation workflow applies to std library items such as traits and structs, fetching the documentation and assembling the necessary SKILL.md and reference files automatically.

What is the best way to automate skill generation for Rust crate documentation?

Automated skill generation for Rust crate documentation uses agent-level commands like /create-llms-for-skills and /create-skills-via-llms when available, or falls back to manual inline steps to fetch docs and assemble SKILL.md and references for the target crate.

Does the Rust skill creator work without agent-level commands?

Yes, the Rust skill creator works without agent-level commands by using manual inline steps to fetch documentation and assemble SKILL.md and reference files. When agent commands are available, they provide a fully automated workflow, but the manual approach remains a supported fallback.

Why use a Rust crate skill generator instead of manually writing documentation references?

A Rust crate skill generator accelerates skill creation by reducing manual setup time and ensuring consistent guidance for developers. It automatically scaffolds skills from official docs and examples, maintaining consistent references to key modules and traits across crates.