coding-guidelines

Define Rust coding guidelines for naming, formatting, and linting.

1|2|Updated Oct 10, 2025
One-click install
npx skills add https://github.com/dojoengine/torii-core --skill coding-guidelines-dojoengine
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: coding-guidelines
Source: https://github.com/dojoengine/torii-core/tree/main/.agents/skills/coding-guidelines
Command: npx skills add https://github.com/dojoengine/torii-core --skill coding-guidelines-dojoengine

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Rust coding guidelines and best-practice rules help teams write consistent, readable, and maintainable Rust code by standardizing naming, formatting, and review processes.

Core Features & Use Cases

  • Naming conventions, formatting rules, and linting guidance for Rust projects.
  • Practical examples and references to align teams on style and review practices.
  • Onboarding and ongoing maintenance of a unified Rust code style across large codebases.

Quick Start

Ask for Rust coding guidelines and best-practice recommendations for a given Rust snippet.

Frequently Asked Questions about coding-guidelines

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

FAQPage Schema
What are the standard Rust coding guidelines for naming and formatting?

Rust coding guidelines provide standardized rules for naming conventions and formatting to ensure consistency. They specify best-practice configurations for rustfmt and clippy, helping teams align on unified style and review workflows across large codebases.

How do I set up clippy and rustfmt linting rules for a team Rust project?

To set up linting rules for a team Rust project, apply the Rust coding guidelines which specify clippy and rustfmt configurations. This standardizes code reviews and onboarding by enforcing unified formatting and linting standards across the codebase.

Can I use these Rust coding guidelines for code reviews and onboarding?

Yes, Rust coding guidelines are applicable to code reviews and onboarding. They provide practical examples and references that align teams on style and review practices, ensuring new members follow unified Rust code standards during ongoing maintenance.

What's the best way to enforce a unified Rust code style across a large codebase?

The best way to enforce a unified Rust code style is by applying Rust coding guidelines that standardize naming, formatting, and linting. By specifying rules for clippy and rustfmt, teams maintain readable and maintainable code across large codebases.

Does this Rust coding guidelines skill provide examples for best-practice rules?

Yes, the Rust coding guidelines skill provides practical examples and references for best-practice rules. It specifies rules for naming, formatting, comments, clippy, rustfmt, linting, and code-review workflows to help teams write consistent Rust code.