coding-guidelines

Guide Rust developers to apply coding standards for naming, formatting, and error handling.

2|Updated Mar 8, 2026
One-click install
npx skills add https://github.com/mo4islona/sqd-query-engine --skill coding-guidelines-mo4islona
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: coding-guidelines
Source: https://github.com/mo4islona/sqd-query-engine/tree/main/.agents/skills/coding-guidelines
Command: npx skills add https://github.com/mo4islona/sqd-query-engine --skill coding-guidelines-mo4islona

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

It helps developers adhere to consistent Rust coding standards, enhancing code readability and maintainability.

Core Features & Use Cases

  • Code Style Guidance: Provides rules for naming, formatting, and structuring Rust code.
  • Best Practices: Shares recommended approaches for error handling, memory management, and concurrency.
  • Use Case: A team reviews their Rust codebase using this skill to ensure style consistency and leverage Rust best practices during code review.

Quick Start

Ask this skill how to name functions or format code according to Rust conventions to improve your project's quality.

Frequently Asked Questions about coding-guidelines

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

FAQPage Schema
What are the best practices for naming and formatting in Rust?

Rust best practices for naming and formatting involve following established coding standards to ensure clean, safe, and idiomatic code. This skill provides specific rules for structuring functions and formatting code to enhance readability and maintainability.

How do I handle errors and memory management idiomatically in Rust?

Idiomatic Rust error handling and memory management rely on recommended approaches that ensure safety and concurrency. The skill shares established best practices to guide developers in writing robust, maintainable code without common pitfalls.

How do I apply Rust coding conventions to ensure consistency during code review?

Applying Rust coding conventions during code review involves checking the codebase against established rules for style, naming, and error handling. This skill guides teams to ensure style consistency and leverage best practices effectively.

Can I use this skill to check if my Rust code follows established coding standards?

Yes, you can use this skill to check if your Rust code follows established coding standards. It guides developers by providing rules for naming, formatting, and structuring code, ensuring your project maintains idiomatic and safe code.

What is the best way to structure my Rust project for readability?

The best way to structure a Rust project for readability is to follow established conventions for naming, formatting, and code organization. This skill provides the necessary rules and best practices to keep your codebase clean and maintainable.