rust-skills

Enforce 179 Rust coding guidelines across 14 categories for code reviews.

1|Updated Apr 28, 2026
One-click install
npx skills add https://github.com/nikrich/open-age --skill rust-skills-nikrich
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: rust-skills
Source: https://github.com/nikrich/open-age/tree/main/.claude/skills/rust-skills
Command: npx skills add https://github.com/nikrich/open-age --skill rust-skills-nikrich

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The Rust coding guidelines help teams and AI assistants consistently write, review, and refactor Rust code by providing a centralized, prioritized set of rules.

Core Features & Use Cases

  • 179 rules across 14 categories covering ownership, error handling, async patterns, API design, memory optimization, performance, testing, and anti-patterns.
  • Prioritized guidance to accelerate code generation and reviews.
  • Quick-reference for applying guidelines during code reviews, pair programming, and automated tooling.

Quick Start

Ask your AI to apply the Rust guidelines to your current Rust project.

Frequently Asked Questions about rust-skills

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

FAQPage Schema
What are the best practices for Rust ownership and API design?

Rust async patterns and error handling are governed by a comprehensive set of coding guidelines that apply prioritized rules to improve code quality, prevent anti-patterns, and direct code reviews.

How do I apply Rust coding guidelines to my current project?

To apply Rust coding guidelines, instruct your AI assistant to enforce the comprehensive ruleset on your current project, which covers testing, performance, and memory optimization across your codebase.

Does this Rust guidelines Skill work with automated code review tooling?

Yes, the Rust guidelines Skill provides a centralized, prioritized set of rules designed specifically to accelerate code generation and serve as a quick-reference for automated tooling and code reviews.

What Rust anti-patterns should I avoid during code generation?

Rust anti-patterns are explicitly categorized and flagged by the Skill's 179 rules, which prioritize critical areas like ownership, async patterns, and API design to prevent common mistakes during code generation and reviews.