Skip to main content
Back to the directory
zhanghandong/rust-skillsSoftware EngineeringFrontend and Design

coding-guidelines

Rust naming, formatting, and best-practice guidelines covering 50 core rules.

SkillJury keeps community verdicts, source metadata, and external repository signals in separate lanes so ranking data never pretends to be a review.

SkillJury verdict
Pending

No approved reviews yet

Would recommend
Pending

Waiting on enough review volume

Install signal
1

Weekly or total install activity from catalog data

Sign in to review
0 review requests
Install command
npx skills add https://github.com/zhanghandong/rust-skills --skill coding-guidelines
SkillJury does not have enough approved reviews to publish a community verdict yet. Source metadata and repository proof are still available above.
SkillJury Signal Summary

As of May 1, 2026, coding-guidelines has 1 weekly installs, 0 community reviews on SkillJury. Community votes currently stand at 0 upvotes and 0 downvotes. Source: zhanghandong/rust-skills. Canonical URL: https://skills.sh/zhanghandong/rust-skills/coding-guidelines.

Security audits
Gen Agent Trust HubPASS
SocketPASS
SnykPASS
About this skill
Rust naming, formatting, and best-practice guidelines covering 50 core rules. Claude knows Rust conventions well. These are the non-obvious Rust-specific rules. - 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 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

Source description provided by the upstream listing. Community review signal and install context stay separate from this narrative layer.

Community reviews

Latest reviews

No community reviews yet. Be the first to review.

Browse this skill in context
FAQ
What does coding-guidelines do?

Rust naming, formatting, and best-practice guidelines covering 50 core rules.

Is coding-guidelines good?

coding-guidelines does not have approved reviews yet, so SkillJury cannot publish a community verdict.

Which AI agents support coding-guidelines?

coding-guidelines currently lists compatibility with Skills CLI.

Is coding-guidelines safe to install?

coding-guidelines has been scanned by security audit providers tracked on SkillJury. Check the security audits section on this page for detailed results from Socket.dev and Snyk.

What are alternatives to coding-guidelines?

Skills in the same category include review-management, conversation-memory, coverage, grimoire-aave.

How do I install coding-guidelines?

Run the following command to install coding-guidelines: npx skills add https://github.com/zhanghandong/rust-skills --skill coding-guidelines

Related skills

More from zhanghandong/rust-skills

Related skills

Alternatives in Software Engineering