coding-guidelines
A reference guide of 50 core rules and best practices for writing idiomatic, high-quality Rust code.
Install
npx skills add https://github.com/zhanghandong/rust-skills --skill coding-guidelinesStats
| Total installs | 1,023 |
| Weekly installs | 1.0K |
| GitHub stars | 929 |
| First seen | Jan 20, 2026 |
| Source | @zhanghandong/rust-skills |
Summary
- Covers naming conventions (no get_ prefix, iterator patterns, conversion methods), data types (newtypes, slice patterns, pre-allocation), and string handling (prefer bytes for ASCII, use Cow<str> when appropriate)
- Error handling guidance includes ? propagation over try!(), meaningful lifetime names, and lock ordering for concurrency safety
- Includes deprecation mappings (e.g., lazy_static! to OnceLock, failure to thiserror) and quick reference for formatting, documentation, and linting standards
- Designed as a reference for code review and style decisions in Rust projects
Tags
Related skills
| Skill | Installs | vs coding-guidelines |
|---|---|---|
| senior-frontend | 1,068 | +45 |
| powershell-windows | 948 | -75 |
| flutter-accessibility | 979 | -44 |
| vet | 1,090 | +67 |
| parallel-task-spark | 1,149 | +126 |
FAQ
- How many installs does coding-guidelines have?
- coding-guidelines has 1,023 total installs and 1.0K installs this week.
- Where is coding-guidelines hosted?
- coding-guidelines is published by @zhanghandong/rust-skills at https://github.com/zhanghandong/rust-skills.
- How many GitHub stars does coding-guidelines have?
- coding-guidelines has 929 GitHub stars.
- When was coding-guidelines first indexed?
- OrangeBot.AI first indexed coding-guidelines on Jan 20, 2026.
- How do I install coding-guidelines?
- Run: npx skills add https://github.com/zhanghandong/rust-skills --skill coding-guidelines