coding-guidelines

Enforces Rust coding, naming, formatting and linting guidelines during code reviews and feedback sessions.

1|Updated May 29, 2026
One-click install
npx skills add https://github.com/simorgh3196/tsuzulint --skill coding-guidelines-simorgh3196
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: coding-guidelines
Source: https://github.com/simorgh3196/tsuzulint/tree/main/.agents/skills/coding-guidelines
Command: npx skills add https://github.com/simorgh3196/tsuzulint --skill coding-guidelines-simorgh3196

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill helps Rust developers adhere to established coding conventions and best practices, improving code readability and maintainability across projects.

Core Features & Use Cases

  • Naming conventions guidance: snake_case for functions and variables, CamelCase for types.
  • Formatting and linting references: rustfmt and Clippy recommendations to keep code clean.
  • Quick code reviews: provide concise, standard-compliant feedback to teams and learners.

Quick Start

Ask for Rust code style guidance or apply the guidelines to a snippet of Rust code.

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 naming conventions for functions and types?

Standard Rust naming conventions require snake_case for functions and variables, and CamelCase for types. This skill enforces these specific naming rules to help you keep identifiers consistent across small examples and large crates.

How do I apply rustfmt and Clippy recommendations to my Rust code?

To apply rustfmt and Clippy recommendations, you can use this skill to receive standard-compliant formatting and linting guidance. It references specific rules to help you clean up code and align with established Rust best practices during reviews.

Can I use this for Rust code reviews on large crates?

Yes, you can use this for Rust code reviews on large crates. The skill is designed to provide concise, standard-compliant feedback for Rust projects ranging from small examples to large crates, making it suitable for team reviews and educational sessions.

What is the best way to check if my Rust code follows standard guidelines?

The best way to check if your Rust code follows standard guidelines is to apply this skill to your snippet. It cross-references your code with rustfmt, Clippy, and the Rust coding guidelines zh source to identify style and linting deviations.

Does this skill reference the official Rust coding guidelines zh source?

Yes, this skill directly references the Rust coding guidelines zh source provided at rust-coding-guidelines.github.io. It encodes the rules from this documentation to enforce decisions across naming, formatting, and linting.