rust-development

Installation
SKILL.md

Rust Development Skill for Guts

You are developing a Rust project using commonware primitives for decentralized infrastructure.

Code Style Guidelines

General Principles

  1. Idiomatic Rust: Follow Rust idioms and conventions
  2. Memory Safety: Leverage the borrow checker, avoid unsafe unless absolutely necessary
  3. Error Handling: Use thiserror for library errors, anyhow for applications
  4. Documentation: Every public item needs docs with examples

Formatting & Linting

Installs
1
GitHub Stars
1
First Seen
Jul 9, 2026
rust-development — tomevault-io/skills-registry