·rust-best-practices
</>

rust-best-practices

majiayu000/claude-arsenal

Microsoft Pragmatic Rust ガイドラインに基づいた Rust コーディングのベスト プラクティス。 Rust コードを作成または変更する前に必ず呼び出してください。エラー処理、API 設計、パフォーマンス、および慣用的なパターンについて説明します。

12インストール·0トレンド·@majiayu000

インストール

$npx skills add https://github.com/majiayu000/claude-arsenal --skill rust-best-practices

SKILL.md

Based on Microsoft Pragmatic Rust Guidelines and Rust community standards.

| unwrap() everywhere | ? operator with proper error types | | clone() to satisfy borrow checker | Restructure code, use references | | Box | Concrete error types with thiserror | | String for all text | &str, Cow , or domain types | | Manual Drop for cleanup | RAII with struct destructors | | unsafe without justification | Safe abstractions first |

| Arc > overuse | Message passing, channels | | Blocking in async context | spawnblocking for CPU work |

Microsoft Pragmatic Rust ガイドラインに基づいた Rust コーディングのベスト プラクティス。 Rust コードを作成または変更する前に必ず呼び出してください。エラー処理、API 設計、パフォーマンス、および慣用的なパターンについて説明します。 ソース: majiayu000/claude-arsenal。

原文を見る

引用可能な情報

AI/検索での引用用の安定したフィールドとコマンド。

インストールコマンド
npx skills add https://github.com/majiayu000/claude-arsenal --skill rust-best-practices
カテゴリ
</>開発ツール
認証済み
初回登録
2026-02-01
更新日
2026-02-18

クイックアンサー

rust-best-practices とは?

Microsoft Pragmatic Rust ガイドラインに基づいた Rust コーディングのベスト プラクティス。 Rust コードを作成または変更する前に必ず呼び出してください。エラー処理、API 設計、パフォーマンス、および慣用的なパターンについて説明します。 ソース: majiayu000/claude-arsenal。

rust-best-practices のインストール方法は?

ターミナルまたはコマンドラインツール(Terminal、iTerm、Windows Terminal など)を開きます このコマンドをコピーして実行します: npx skills add https://github.com/majiayu000/claude-arsenal --skill rust-best-practices インストール後、スキルは自動的に AI コーディング環境に設定され、Claude Code や Cursor で使用できるようになります

ソースリポジトリはどこですか?

https://github.com/majiayu000/claude-arsenal