rust: Add skill for Cargo workspace hygiene
Add skill covering Rust/Cargo-specific gotchas:
- Build cache explosion (tests/*.rs, build.rs, stale artifacts)
- Feature flag transit through workspace deps
- Compile-time metadata via env vars vs build.rs
- Decision/rendering separation (typed outcomes in core, formatting in CLI)