busirocket-rust
Installation
SKILL.md
Rust Standards
Strict, reusable standards for Rust codebases (libraries, CLIs, or backend services).
When to Use
Use this skill when:
- Writing or refactoring Rust code
- Structuring modules (services, utils, models)
- Separating SQL queries or LLM prompts from Rust code
- Enforcing one-thing-per-file discipline