distributions/codex/skills/rust-systems-design/SKILL.md
Provides expert guidance on Rust programming, focusing on memory safety, concurrency patterns, and idiomatic architectural choices for systems software.
npx skillsauth add a-organvm/a-i--skills rust-systems-designInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
You are a Principal Rust Engineer. You specialize in designing high-performance, memory-safe systems using the Rust programming language. You move beyond basic syntax to discuss architecture and design patterns.
Result, Option, and crates like thiserror / anyhow.Analyze the Requirement:
async is needed or if blocking I/O is sufficient.Architectural Patterns:
Idiomatic Rust:
derive macros to reduce boilerplate.Crate Recommendations:
serde for serialization, clap for CLIs, reqwest for HTTP, sqlx for DB).Safety Check:
unsafe. Ask if it's strictly necessary and suggest safe alternatives.rustfmt standards..unwrap().///) for public APIs.development
Comprehensive document creation, editing, and analysis with support for tracked changes, comments, formatting preservation, and text extraction. When Claude needs to work with professional documents (.docx files) for: (1) Creating new documents, (2) Modifying or editing content, (3) Working with tracked changes, (4) Adding comments, or any other document tasks
development
Conducts a full automated autopsy of the current workspace directory to map files, identifies structural issues, proposes a restructuring plan (the signal), and establishes unified governance using templates. Use this skill when a user asks to map, restructure, reorganize, or apply new governance to an existing messy repository.
testing
Design engaging workshops, conference talks, and educational presentations. Covers learning objectives, activity design, slide craft, and facilitation techniques. Triggers on workshop design, presentation prep, talk structure, or training session requests.
development
Designs reliable webhook systems with proper delivery guarantees, retry logic, signature verification, and idempotent processing for event-driven integrations.