coding-guidelines

Standardize Rust naming, formatting, and code review practices.

Updated Mar 22, 2026
One-click install
npx skills add https://github.com/cecon123/tg-remote-bot --skill coding-guidelines-cecon123
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: coding-guidelines
Source: https://github.com/cecon123/tg-remote-bot/tree/main/.agents/skills/coding-guidelines
Command: npx skills add https://github.com/cecon123/tg-remote-bot --skill coding-guidelines-cecon123

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill standardizes Rust coding practices to reduce inconsistencies and improve readability and maintainability across projects.

Core Features & Use Cases

  • Naming conventions: consistent function, type, and variable naming.
  • Formatting and linting guidance: align with rustfmt and clippy recommendations.
  • Code review practices: checklist for evaluating style, safety, and correctness.

Quick Start

Begin by applying these Rust coding guidelines to your next project to observe immediate improvements in code quality.

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, types, and variables?

Rust code formatting guidelines align with rustfmt and clippy recommendations to standardize code style. This Skill specifies rules for formatting and clippy usage to help developers enforce style across projects.

How do I perform a Rust code review for style, safety, and correctness?

Rust coding guidelines apply to individual developers and teams during code reviews, onboarding, and style enforcement tasks. This Skill standardizes practices to reduce inconsistencies and improve readability and maintainability across projects.

What's the best way to standardize Rust code quality across a team?

Standardizing Rust code quality involves applying consistent naming, formatting, and review practices across projects. This Skill provides guidelines for naming conventions, rustfmt, clippy usage, and code reviews to ensure team-wide consistency.

Does this Rust coding guideline cover clippy usage and linting recommendations?

Yes, the Rust coding guidelines include formatting and linting guidance aligned with clippy recommendations. This Skill specifies rules for clippy usage to improve code quality and enforce style.