rust-convention

star 2

Guide for writing idiomatic Rust code based on Apollo GraphQL's best practices handbook. Use this skill when: (1) writing new Rust code or functions, (2) reviewing or refactoring existing Rust code, (3) deciding between borrowing vs cloning or ownership patterns, (4) implementing error handling with Result types, (5) optimizing Rust code for performance, (6) writing tests or documentation for Rust projects, (7) reducing repetitive Rust boilerplate with derive crates or local macros, (8) organizing Rust crate module layout, file naming, and extraction-ready helper directories.

zjarlin By zjarlin schedule Updated 6/13/2026

Skill instructions (SKILL.md) could not be loaded from local cache or raw GitHub repository.

Install via CLI
npx skills add https://github.com/zjarlin/addzero-lib-rust --skill rust-convention
Repository Details
star Stars 2
call_split Forks 0
navigation Branch main
article Path SKILL.md
More from Creator