rust-ms-universal

Apply universal Rust naming, style, and idiom guidelines to crates.

1|Updated Dec 30, 2025
One-click install
npx skills add https://github.com/vanyastaff/paramdef --skill rust-ms-universal
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: rust-ms-universal
Source: https://github.com/vanyastaff/paramdef/tree/main/.claude/skills/rust-ms-universal
Command: npx skills add https://github.com/vanyastaff/paramdef --skill rust-ms-universal

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill consolidates Rust naming conventions, code style, and foundational idioms into a universal set of guidelines to reduce friction across teams and projects, helping teams write consistent, maintainable Rust code without debating styling decisions.

Core Features & Use Cases

  • Naming conventions: Types in PascalCase, functions in snake_case, acronyms treated as words.
  • Code style & imports: Consistent module imports, grouping patterns, and visibility rules.
  • Idioms & patterns: Common Option/Result usage, destructuring, and iteration patterns to reduce boilerplate.
  • Use Case: Onboarding new Rust contributors faster by applying a shared standard across a codebase.

Quick Start

Apply the universal Rust guidelines to your crate to align naming, imports, and idioms across modules.