ms-rust

Enforce Microsoft-style Rust guidelines across coding tasks.

Updated Apr 16, 2026
One-click install
npx skills add https://github.com/HadiCherkaoui/opencode-config --skill ms-rust-hadicherkaoui
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: ms-rust
Source: https://github.com/HadiCherkaoui/opencode-config/tree/main/skills/ms-rust
Command: npx skills add https://github.com/HadiCherkaoui/opencode-config --skill ms-rust-hadicherkaoui

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill enforces Microsoft-style Rust guidelines and ensures guidelines are consulted before coding.

Core Features & Use Cases

  • Enforces Microsoft-style Rust development discipline across all Rust code.
  • Guides usage of guideline files before writing, modifying, or reviewing code to ensure consistency.
  • Applies standard documentation formats and quality constraints across the codebase.

Quick Start

Load the applicable Microsoft-style guideline files and begin coding under the enforced standards.

Frequently Asked Questions about ms-rust

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

FAQPage Schema
How do I enforce Microsoft-style Rust coding standards in my project?▼

By requiring consultation of relevant guideline files before writing or modifying Rust sources, this skill enforces Microsoft-style Rust development discipline across your codebase.

What are the Microsoft-style Rust guidelines for static analysis and safety?▼

These guidelines apply standard documentation formats and quality constraints across the codebase, enforcing safety and static-analysis discipline for any Rust coding task.

Do I need specific directory structures to apply Rust coding discipline?▼

Applying Rust coding discipline requires an SKILL.md file with name and description frontmatter, and optionally supports scripts/, references/, and assets/ directories to structure guideline usage.

When do I need to consult Rust guideline files during development?▼

Consult Rust guideline files whenever creating, editing, reviewing, or refactoring Rust sources to ensure the correct Microsoft-style guidelines are applied and documented.

Does this skill work with existing Rust codebases or only new projects?▼

This skill works with both existing and new Rust codebases, applying enforced standards to any Rust coding task including creating, editing, reviewing, or refactoring Rust sources.