This scaffolds production-ready Rust projects with proper cargo tooling, module organization, and testing setup. It covers binary applications, libraries, workspaces, and web APIs with frameworks like Axum. You get complete project structures including Cargo.toml configs, CLI argument parsing with clap, error handling patterns, and even makefiles for common tasks. The templates are opinionated but follow Rust idioms closely, with things like proper profile settings for release builds and integration test directories. It's comprehensive enough that you could probably scaffold most common Rust project types without much modification, though you'll want to verify the dependency versions match your needs since these will age quickly.
npx skills add https://github.com/sickn33/antigravity-awesome-skills --skill systems-programming-rust-project