ms-rust — for Claude Code ms-rust, better-ch, community, for Claude Code, ide skills, offset, 01_ai_guidelines.md, 02_application_guidelines.md, 03_documentation.md, 04_ffi_guidelines.md

v1.0.0

このスキルについて

適した場面: Ideal for AI agents that need current compliance date: 2026-02-21. ローカライズされた概要: Current compliance date: 2026-02-21 Rust Development Skill <!-- The Pragmatic Rust Guidelines are copyrighted (c) by Microsoft Corporation and licensed under the MIT license. This AI agent skill supports Claude Code, Cursor, and Windsurf workflows.

機能

Current compliance date: 2026-02-21
Rust Development Skill
<!-- The Pragmatic Rust Guidelines are copyrighted (c) by Microsoft Corporation and licensed under
Mandatory Workflow
This skill MUST be invoked for ANY Rust action , including:

# Core Topics

112RG 112RG
[0]
[0]
Updated: 2/27/2026

Killer-Skills Review

Decision support comes first. Repository text comes second.

Reference-Only Page Review Score: 10/11

This page remains useful for operators, but Killer-Skills treats it as reference material instead of a primary organic landing page.

Original recommendation layer Concrete use-case guidance Explicit limitations and caution Quality floor passed for review
Review Score
10/11
Quality Score
57
Canonical Locale
en
Detected Body Locale
en

適した場面: Ideal for AI agents that need current compliance date: 2026-02-21. ローカライズされた概要: Current compliance date: 2026-02-21 Rust Development Skill <!-- The Pragmatic Rust Guidelines are copyrighted (c) by Microsoft Corporation and licensed under the MIT license. This AI agent skill supports Claude Code, Cursor, and Windsurf workflows.

このスキルを使用する理由

推奨ポイント: ms-rust helps agents current compliance date: 2026-02-21. Current compliance date: 2026-02-21 Rust Development Skill <!-- The Pragmatic Rust Guidelines are copyrighted (c) by Microsoft Corporation and licensed

おすすめ

適した場面: Ideal for AI agents that need current compliance date: 2026-02-21.

実現可能なユースケース for ms-rust

ユースケース: Applying Current compliance date: 2026-02-21
ユースケース: Applying Rust Development Skill
ユースケース: Applying <!-- The Pragmatic Rust Guidelines are copyrighted (c) by Microsoft Corporation and licensed under

! セキュリティと制限

  • 制約事項: This skill MUST be invoked for ANY Rust action , including:
  • 制約事項: Requires repository-specific context from the skill documentation
  • 制約事項: Works best when the underlying tools and dependencies are already configured

Why this page is reference-only

  • - Current locale does not satisfy the locale-governance contract.

Source Boundary

The section below is imported from the upstream repository and should be treated as secondary evidence. Use the Killer-Skills review above as the primary layer for fit, risk, and installation decisions.

After The Review

Decide The Next Action Before You Keep Reading Repository Material

Killer-Skills should not stop at opening repository instructions. It should help you decide whether to install this skill, when to cross-check against trusted collections, and when to move into workflow rollout.

Labs Demo

Browser Sandbox Environment

⚡️ Ready to unleash?

Experience this Agent in a zero-setup browser environment powered by WebContainers. No installation required.

Boot Container Sandbox

FAQ & Installation Steps

These questions and steps mirror the structured data on this page for better search understanding.

? Frequently Asked Questions

What is ms-rust?

適した場面: Ideal for AI agents that need current compliance date: 2026-02-21. ローカライズされた概要: Current compliance date: 2026-02-21 Rust Development Skill <!-- The Pragmatic Rust Guidelines are copyrighted (c) by Microsoft Corporation and licensed under the MIT license. This AI agent skill supports Claude Code, Cursor, and Windsurf workflows.

How do I install ms-rust?

Run the command: npx killer-skills add 112RG/better-ch/ms-rust. It works with Cursor, Windsurf, VS Code, Claude Code, and 19+ other IDEs.

What are the use cases for ms-rust?

Key use cases include: ユースケース: Applying Current compliance date: 2026-02-21, ユースケース: Applying Rust Development Skill, ユースケース: Applying <!-- The Pragmatic Rust Guidelines are copyrighted (c) by Microsoft Corporation and licensed under.

Which IDEs are compatible with ms-rust?

This skill is compatible with Cursor, Windsurf, VS Code, Trae, Claude Code, OpenClaw, Aider, Codex, OpenCode, Goose, Cline, Roo Code, Kiro, Augment Code, Continue, GitHub Copilot, Sourcegraph Cody, and Amazon Q Developer. Use the Killer-Skills CLI for universal one-command installation.

Are there any limitations for ms-rust?

制約事項: This skill MUST be invoked for ANY Rust action , including:. 制約事項: Requires repository-specific context from the skill documentation. 制約事項: Works best when the underlying tools and dependencies are already configured.

How To Install

  1. 1. Open your terminal

    Open the terminal or command line in your project directory.

  2. 2. Run the install command

    Run: npx killer-skills add 112RG/better-ch/ms-rust. The CLI will automatically detect your IDE or AI agent and configure the skill.

  3. 3. Start using the skill

    The skill is now active. Your AI agent can use ms-rust immediately in the current project.

! Reference-Only Mode

This page remains useful for installation and reference, but Killer-Skills no longer treats it as a primary indexable landing page. Read the review above before relying on the upstream repository instructions.

Upstream Repository Material

The section below is imported from the upstream repository and should be treated as secondary evidence. Use the Killer-Skills review above as the primary layer for fit, risk, and installation decisions.

Upstream Source

ms-rust

Install ms-rust, an AI agent skill for AI agent workflows and automation. Review the use cases, limitations, and setup path before rollout.

SKILL.md
Readonly
Upstream Repository Material
The section below is imported from the upstream repository and should be treated as secondary evidence. Use the Killer-Skills review above as the primary layer for fit, risk, and installation decisions.
Supporting Evidence

Current compliance date: 2026-02-21

Rust Development Skill

<!-- The Pragmatic Rust Guidelines are copyrighted (c) by Microsoft Corporation and licensed under the MIT license. -->

This skill enforces structured, guideline-driven Rust development. It ensures all Rust code strictly follows the appropriate Microsoft-style rules, documentation formats, and quality constraints.

Mandatory Workflow

This skill MUST be invoked for ANY Rust action, including:

  • Creating new .rs files (even minimal examples like Hello World)
  • Modifying existing .rs files (any change, no matter how small)
  • Reviewing, refactoring, or rewriting Rust code

Which guideline to read and when

Before writing or modifying Rust code, the agent must load ONLY the guideline files that apply to the requested task, using segmented reading (offset and limit) when needed.

Guidelines and when they apply

1. 01_ai_guidelines.md

Use when the Rust code involves AI agents, LLM-driven code generation, making APIs easier for AI systems, comprehensive documentation, or strong type systems that help AI avoid mistakes.

2. 02_application_guidelines.md

Use when working on application-level error handling with anyhow or eyre, CLI tools, desktop applications, performance optimization using mimalloc allocator, or user-facing features.

3. 03_documentation.md

Use when writing public API documentation and doc comments, creating canonical documentation sections (Examples, Errors, Panics, Safety), structuring module-level documentation, or using #[doc(inline)] annotations.

4. 04_ffi_guidelines.md

Use when loading multiple Rust-based dynamic libraries, creating FFI boundaries, sharing data between different Rust compilation artifacts, or dealing with portable vs non-portable data types across DLL boundaries.

5. 05_library_guidelines.md

Use when creating or modifying Rust libraries, structuring a crate, designing public APIs, or making dependency decisions.

6. 06_performance_guidelines.md

Use when profiling hot paths, optimizing for throughput and CPU efficiency, managing allocation patterns and memory usage, or implementing yield points in long-running async tasks.

7. 07_safety_guidelines.md

Use when writing unsafe code for novel abstractions, performance, or FFI, ensuring soundness, preventing undefined behavior, documenting safety requirements, or reviewing unsafe blocks with Miri.

8. 08_universal_guidelines.md

Use in ALL Rust tasks. Defines general best practices, style, naming, organizational conventions, and foundational principles.

9. 09_libraries_building_guidelines.md

Use when creating reusable library crates, managing Cargo features, building native -sys crates for C interop, or ensuring libraries work out-of-the-box on all platforms.

10. 10_libraries_interoperability_guidelines.md

Use when exposing public APIs, managing external dependencies, designing types for Send/Sync compatibility, avoiding leaking third-party types, or creating escape hatches for native handle interop.

11. 11_libraries_resilience_guidelines.md

Use when avoiding statics and thread-local state, making I/O mockable, preventing glob re-exports, or feature-gating test utilities.

12. 12_libraries_ux_guidelines.md

Use when designing user-friendly library APIs, managing error types, creating runtime abstractions and trait-based designs, or structuring crate organization.

Coding Rules

  1. Load the necessary guideline files BEFORE ANY RUST CODE GENERATION.
  2. Apply the required rules from the relevant guidelines.
  3. Apply the M-CANONICAL-DOCS documentation format (summary sentence < 15 words, then extended docs, Examples, Errors, Panics, Safety, Abort sections as applicable).
  4. Comments must ALWAYS be written in American English, unless the user explicitly requests a different language.
  5. If the file is fully compliant, add a comment: // Rust guideline compliant 2026-02-21

関連スキル

Looking for an alternative to ms-rust or another community skill for your workflow? Explore these related open-source skills.

すべて表示

openclaw-release-maintainer

Logo of openclaw
openclaw

Your own personal AI assistant. Any OS. Any Platform. The lobster way. 🦞

333.8k
0
AI

widget-generator

Logo of f
f

カスタマイズ可能なウィジェットプラグインをprompts.chatのフィードシステム用に生成する

149.6k
0
AI

flags

Logo of vercel
vercel

React フレームワーク

138.4k
0
ブラウザ

pr-review

Logo of pytorch
pytorch

Pythonにおけるテンソルと動的ニューラルネットワーク(強力なGPUアクセラレーション)

98.6k
0
開発者