rust

Enforce Rust coding conventions for error handling, ownership, and types.

27|2|Updated Feb 22, 2026
One-click install
npx skills add https://github.com/edochi/mdvs --skill rust-edochi
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: rust
Source: https://github.com/edochi/mdvs/tree/main/.claude/skills/rust
Command: npx skills add https://github.com/edochi/mdvs --skill rust-edochi

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Rust coding conventions improve consistency and safety across Rust projects by providing clear guidance on how to write, review, and modify code.

Core Features & Use Cases

  • Enforced rules for error handling, ownership, and types.
  • Guidance for testing, documentation, and anti-patterns to reduce bugs and improve readability.
  • Use case: teams adopt these conventions to onboard new contributors quickly and maintain code quality at scale.

Quick Start

Write Rust code following the conventions described to ensure safe, readable, and maintainable software.

Frequently Asked Questions about rust

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

FAQPage Schema
What are the best practices for Rust error handling and ownership in large projects?

Rust coding conventions enforce specific rules for error handling and ownership to improve safety, readability, and maintainability across a codebase. They provide clear guidance on writing, reviewing, and modifying code to reduce bugs and ensure reliable software.

How do I review Rust code for common anti-patterns and maintain code quality?

You can review Rust code for common anti-patterns by applying succinct, policy-driven rules that target types, testing, and documentation. These conventions act as clear guidance during code reviews to maintain code quality and improve overall readability at scale.

Does this Rust coding convention guidance apply to automated checks and CI pipelines?

Yes, the Rust coding conventions are designed as policy-driven rules that can be applied during automated checks and code reviews. This ensures consistent safety, readability, and maintainability across the entire codebase.

Can I use these Rust coding conventions to onboard new contributors quickly?

Yes, teams adopt these Rust coding conventions to onboard new contributors quickly and maintain code quality at scale. The enforced rules for error handling, ownership, and testing provide clear guidance for writing safe, readable code.

What is the best way to enforce coding conventions for Rust types and testing?

The best way to enforce Rust coding conventions for types and testing is through succinct, policy-driven rules applied during code reviews. This approach reduces bugs, improves readability, and ensures maintainable software across the project.