coding-guidelines

Applies Rust coding-standards checks to improve consistency across your project.

Updated Feb 8, 2026
One-click install
npx skills add https://github.com/yumazak/kodo --skill coding-guidelines-yumazak
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: coding-guidelines
Source: https://github.com/yumazak/kodo/tree/main/.agents/skills/coding-guidelines
Command: npx skills add https://github.com/yumazak/kodo --skill coding-guidelines-yumazak

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill provides a structured Rust coding guideline to help teams ensure consistent naming, formatting, and best practices across codebases.

Core Features & Use Cases

  • Standardized Rust naming conventions and formatting rules to improve readability.
  • Guidance on common Rust patterns (ownership, error handling, lifetimes) and code review checks.
  • Use onboarding, code reviews, and automation to enforce style and quality.

Quick Start

Ask the AI to apply Rust coding guidelines to your codebase to improve naming, formatting, and reviews.

Frequently Asked Questions about coding-guidelines

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

FAQPage Schema
How do I enforce consistent Rust naming and formatting across my codebase?

You can enforce Rust naming and formatting by applying structured coding guidelines during code reviews and automated checks. This skill provides actionable rules for rustfmt, naming conventions, and linting to ensure consistency across Rust projects of various sizes.

What are the best practices for Rust code reviews regarding ownership and error handling?

Best practices for Rust code reviews include checking common patterns for ownership, error handling, and lifetimes. This skill provides structured guidance on these patterns to help teams ensure code quality and enforce style consistency during pair programming and reviews.

Can I use these Rust coding guidelines for projects of any size?

Yes, you can use these Rust coding guidelines for projects of various sizes. They are designed to apply during onboarding, code reviews, and automation, enforcing standardized naming, formatting, and linting rules regardless of the codebase scale.

How do I set up automated Rust linting checks in my workflow?

To set up automated Rust linting checks, apply the structured coding guidelines from this skill to your automated checks pipeline. It requires a YAML frontmatter with a name and description, and a Markdown body containing actionable guidelines for consistent enforcement.

Does this Rust coding guideline support custom lint rules?

This Rust coding guideline supports optional metadata fields such as source and user-invocable flags. It applies structured rules for naming, formatting, and linting to enforce consistency during code reviews and automated checks in Rust projects.